🏰
Kingdom Core
Library containing the core modules for the kingdom-python-server.
Installation
Use the package manager pip to install kingdom-core
.
pip install kingdom-core
You can use poetry as well.
poetry add kingdom-core
Usage
from kingdom_core.utils import files
orm_files = files.find("orm.py", "/")
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
This file is based on Make a README.