Metadata-Version: 2.1
Name: projectkit
Version: 0.2.0
Summary: 
Author: caniko
Author-email: canhtart@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: pydantic (>=1.10.4,<2.0.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: tomlkit (>=0.11.6,<0.12.0)
Description-Content-Type: text/markdown

# ProjectKit: File-based settings utility

Supporting both YAML and TOML, your projects will have a user-friendly settings file. Native support for `Pydantic.model` in addition to Python `class`.

## Usage
```python

my_settings = 
```

## Installation
```shell
pip install projectkit
```
For those that prefer poetry:
```shell
poetry add projectkit
```

