Metadata-Version: 2.3
Name: calico_lib
Version: 0.1.3
Summary: CALICO lib for all your problem writing needs
Author-email: Connor Chang <connorc0627@gmail.com>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Project-URL: Home, https://github.com/calico-team/CALICOlib

# CALICOlib
CALICOlib is a framework to help facilitate problem creation on DOMjudge. Currently, the library helps with test generation and creating problem zip, which is based on the ICPC problem package specification

## Installing
```
python -m pip install calico_lib
```
Alternatively, install the development version using flit.
```
brew install flit # or another package manager like pip or pipx
git clone https://github.com/calico-team/CALICOlib.git
cd CALICOlib
flit install --symlink
```

## Quick Start
See examples/add.

## Development
Bump version number in `__init__.py` and run `flit publish` or another build tool. See [documentation for flit](https://flit.pypa.io/en/stable/).

## Similar tools
https://github.com/RagnarGrootKoerkamp/BAPCtools

