Skip to content

f-utils/f

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  /$$$$$$                                             
 /$$__  $$                                            
| $$  \__/
| $$$$ /
| $$_/
| $$
| $$
|__/                                                  

About

f is the Python implementation of f-utils systematics to build parametric polymorphisms presenting type safety.

Structure

f/
|-- __init__.py ........ import main.py and define basics TYPES
`-- main.py ............ define the systematics

Dependencies

  • python >= 3.9

Install

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/dev

For other installation options, see futils.org/install.

Usage

Just import the class f:

from f import f

For more details, see futils.org/libs/f

Contributing

License

This software is licensed under BSD Clause-3.

About

The f-utils systematics implementation

Resources

License

Contributing

Stars

Watchers

Forks

Contributors 2

  •  
  •