mirror of
https://github.com/Steffo99/cfig.git
synced 2024-11-21 07:24:21 +00:00
Update README
This commit is contained in:
parent
16080bc19a
commit
eaa3aad5e7
2 changed files with 14 additions and 2 deletions
BIN
.media/icon-128x128_round.png
Normal file
BIN
.media/icon-128x128_round.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
16
README.md
16
README.md
|
@ -1,8 +1,20 @@
|
|||
<div align="center">
|
||||
|
||||
![](.media/icon-128x128_round.png)
|
||||
|
||||
# cfig
|
||||
|
||||
A configuration manager for Python
|
||||
Configuration helper for Python
|
||||
|
||||
\[ [**Example**](https://github.com/Steffo99/cfig/tree/main/cfig/sample) | [**Documentation**](https://cfig.readthedocs.io/) | [**PyPI**](https://pypi.org/project/cfig/) \]
|
||||
</div>
|
||||
|
||||
## Links
|
||||
|
||||
[![PyPI](https://img.shields.io/pypi/v/cfig)](https://pypi.org/project/cfig)
|
||||
|
||||
[![Documentation](https://img.shields.io/readthedocs/cfig)](https://cfig.readthedocs.io/en/latest/)
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
import cfig
|
||||
|
|
Loading…
Reference in a new issue