Metadata-Version: 2.1
Name: colliery-py
Version: 0.0.0a0
Summary: A short description of the project
Home-page: UNKNOWN
Author: Dylan Storey
Author-email: dylan.storey@colliery.io
License: ""
Platform: UNKNOWN
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
License-File: LICENCE
Provides-Extra: dev
Requires-Dist: angreal ; extra == 'dev'
Requires-Dist: build ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: mypy[reports] ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: ruff ; extra == 'dev'
Requires-Dist: uv ; extra == 'dev'

# colliery


colliery is going to be the next big thing !

A short description of the project

## Installation

```sh
pip install colliery
```

## Development

* Clone this repository
* Requirements:
  * `angreal`
* `pip install angreal && angreal setup`


This project was generated using the [angreal python template](https://github.com/angreal/python) template.


