/$$$$$$ /$$ /$$
/$$__ $$ | $$ | $$
| $$ \__/ /$$$$$$ /$$$$$$ /$$$$$$ | $$$$$$$
| $$$$ /$$$$$$ /$$__ $$ |____ $$|_ $$_/ | $$__ $$
| $$_/|______/| $$ \ $$ /$$$$$$$ | $$ | $$ \ $$
| $$ | $$ | $$ /$$__ $$ | $$ /$$| $$ | $$
| $$ | $$$$$$$/| $$$$$$$ | $$$$/| $$ | $$
|__/ | $$____/ \_______/ \___/ |__/ |__/
| $$
| $$
|__/
f-path is the f-utils lib that deals with filepaths.
f_path/
|-- __init__.py .............. import main.py
`-- main.py .................. implement class Path
The installation is from the branches main and dev of this repository.
- With
pip:
# main branch
/path/to/venv/bin/pip install git+https://github.com/f-utils/f-path
# dev branch
/path/to/venv/bin/pip install git+https://github.com/f-utils/f-path/tree/devFor other installation methods, see futils.org/install.
The lib provides the class Path. We suggest to import it as:
from f_path import PathFor more details, see futils.org/libs/f-path.
- Open issues in f-utils/.issues.
- Join our Discord server.
- See CONTRIBUTING.
This lib is licensed under BSD 3-Clause.