jomiel-kore

Minimalistic foundation for creating new Python applications


Keywords
jomiel-kore, python
License
Apache-2.0
Install
pip install jomiel-kore==0.2.2

Documentation

jomiel-kore

pypi-pyversions pypi-v pypi-wheel pypi-status code-style

The minimalistic foundation for creating new Python applications.

Requirements

jomiel-kore is written for Python 3.6 and later.

Installation

pip install jomiel-kore

Install from the repository, e.g. for development:

git clone https://github.com/guendto/jomiel-kore
cd jomiel-kore
pip install -e .  # Install a project in editable mode

Or, if you'd rather not install in "editable mode":

pip install git+https://github.com/guendto/jomiel-kore

License

jomiel-kore is licensed under the Apache License version 2.0.

Acknowledgements