Skip to content
/ f-path Public
generated from f-utils/.template

The `f-utils` lib that deals with filepaths

License

Notifications You must be signed in to change notification settings

f-utils/f-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 /$$$$$$                            /$$     /$$      
 /$$__  $$                          | $$    | $$      
| $$  \__/      /$$$$$$   /$$$$$$  /$$$$$$  | $$$$$$$ 
| $$$$ /$$$$$$ /$$__  $$ |____  $$|_  $$_/  | $$__  $$
| $$_/|______/| $$  \ $$  /$$$$$$$  | $$    | $$  \ $$
| $$          | $$  | $$ /$$__  $$  | $$ /$$| $$  | $$
| $$          | $$$$$$$/|  $$$$$$$  |  $$$$/| $$  | $$
|__/          | $$____/  \_______/   \___/  |__/  |__/
              | $$                                    
              | $$                                    
              |__/         

About

f-path is the f-utils lib that deals with filepaths.

Structure

f_path/
  |-- __init__.py .............. import main.py
  `-- main.py .................. implement class Path

Install

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

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

Usage

The lib provides the class Path. We suggest to import it as:

from f_path import Path as path

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

Contributing

License

This lib is licensed under BSD 3-Clause.

About

The `f-utils` lib that deals with filepaths

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages