FSPath

semantic path names and more

After 10 years juggling with os.path, zipfile & Co. I thought it is time to bring back more pythonic to APIs. It is made with the philosophy that API’s should be intuitive and their defaults should at least cover 80% of what programmer daily needs. Started with the semantic file system pathes, it grows continuous and includes more and more handy stuff for the daily python scripting.

Content

Install

pip install [--user] fspath

For a bleeding edge installation:

pip install --user git+http://github.com/return42/fspath.git

If you are a developer fork/clone from github and run make:

git clone https://github.com/return42/fspath
cd fspath
make install

Source Code Documentation