15 lines
351 B
Markdown
15 lines
351 B
Markdown
# CIC-Utils
|
|
[![Status](https://ci.grassecon.net/api/badges/grassrootseconomics/cic-utils/status.svg?ref=refs/heads/main)](https://ci.grassecon.net/grassrootseconomics/cic-utils)
|
|
|
|
## Development
|
|
### Requirements
|
|
- [poetry](https://python-poetry.org/docs/#installation)
|
|
- `poetry install`
|
|
|
|
### Testing
|
|
```
|
|
poetry run pytest
|
|
```
|
|
### Publishing
|
|
```
|
|
``` |