f
is the Python implementation of f-utils
systematics to ensure constructive type safety.
f/
|-- __init__.py ........ import main.py and define basics TYPES
`-- main.py ............ define the systematics
The project has no internal dependencies. The only external dependency is python3
.
Recommended
python >=v3.12
.
Directly from this git repository with some of these branches:
main
: the current stable versiondev
: some working in progress
With pip
:
# main branch
pip install git+https://github.com/f-utils/f
# dev branch
pip install git+https://github.com/f-utils/f/tree/dev
With uv
:
# main branch
uv add git+https://github.com/f-utils/f
# dev branch
uv add git+https://github.com/f-utils/f --branch dev
See:
See also:
- philosophy): with
f-utils
philosophy - systematics: with an exposition on the systematics