/$$$$$$
/$$__ $$
| $$ \__/
| $$$$ /
| $$_/
| $$
| $$
|__/
f is the Python implementation of f-utils systematics to build parametric polymorphisms presenting type safety.
f/
|-- __init__.py ........ import main.py and define basics TYPES
`-- main.py ............ define the systematics
python >= 3.9
The installation is from the branches main and dev of this git repository.
- With
pip:
# main branch
/path/to/venv/bin/pip install git+https://github.com/f-utils/f
# dev branch
/path/to/venv/bin/pip install git+https://github.com/f-utils/f/tree/devFor other installation options, see futils.org/install.
Just import the class f:
from f import fFor more details, see futils.org/libs/f
- Open issues in f-utils/.issues.
- Join our Discord server.
- See CONTRIBUTING.
This software is licensed under BSD Clause-3.