File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # kingdom_core
1+ # 🏰 Kingdom Core
22
33Library containing the core modules for the kingdom-python-server.
4+
5+ ## Installation
6+
7+ Use the package manager [ pip] ( https://pip.pypa.io/en/stable/ ) to install ` kingdom-core ` .
8+
9+ ``` bash
10+ pip install kingdom-core
11+ ```
12+
13+ You can use [ poetry] ( ) as well.
14+
15+ ``` bash
16+ poetry add kingdom-core
17+ ```
18+
19+ ## Usage
20+
21+ ``` python
22+ from kingdom_core.utils import files
23+
24+ orm_files = files.find(" orm.py" , " /" )
25+ ```
26+
27+ ## Contributing
28+ Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
29+
30+ Please make sure to update tests as appropriate.
31+
32+ ## License
33+ [ MIT] ( https://choosealicense.com/licenses/mit/ )
34+
35+ > This file is based on [ Make a README] ( https://www.makeareadme.com/ ) .
You can’t perform that action at this time.
0 commit comments