Metadata-Version: 2.4
Name: codeset-gym
Version: 0.0.1
Summary: A Python package for testing code patches in Docker containers
Author: Codeset
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: docker>=7.1.0
Requires-Dist: junitparser>=2.0.0
Requires-Dist: datasets>=2.0.0
Dynamic: license-file

# Codeset Gym

A Python package for testing code patches in Docker containers.

## Installation

```bash
pip install -e .
```

## Usage

```bash
docker login -u <USER> -p <PASSWORD> <REPOSITORY>
python -m codeset_gym <instance_id> [repository]
```

## Dependencies

- docker
- junitparser
- datasets

## License

MIT
