Repository URL to install this package:
|
Version:
1.0.1 ▾
|
Shared utility methods for python projects under the 'frkl' umbrella.
Documentation and the majority of testing still to be done. This package contains general utility methods (under frutils.frutils), command-line related ones (frutils.frutils_cli).
It also contains 3 packages that will be re-factored out into their own libraries eventually:
frutils.docfrutils.tasksfrutils.configAssuming you use pyenv and pyenv-virtualenv for development, here's how to setup a 'frutils' development environment manually:
pyenv install 3.7.3
pyenv virtualenv 3.7.3 frutils
git clone https://gitlab.com/frkl/frutils
cd <frutils_dir>
pyenv local frutils
pip install -e .[develop,testing,docs]
pre-commit install
Please check the LICENSE file in this repository (it's a short license!), also check out the freckles license page for more details.
Versions: