2022-02-03 08:35:29 +01:00
|
|
|
# CIC-Utils
|
2022-02-03 09:01:33 +01:00
|
|
|
[![Status](https://ci.grassecon.net/api/badges/grassrootseconomics/cic-utils/status.svg?ref=refs/heads/main)](https://ci.grassecon.net/grassrootseconomics/cic-utils)
|
2022-02-22 14:07:49 +01:00
|
|
|
|
|
|
|
## Development
|
|
|
|
### Requirements
|
|
|
|
- [poetry](https://python-poetry.org/docs/#installation)
|
|
|
|
- `poetry install`
|
|
|
|
|
|
|
|
### Testing
|
|
|
|
```
|
|
|
|
poetry run pytest
|
|
|
|
```
|
|
|
|
### Publishing
|
2022-02-03 08:35:29 +01:00
|
|
|
```
|
|
|
|
```
|