Import crumbs to find your file path.
Project description
hansel
Flexible parametric file paths to make queries, build folder trees and smart folder structure access.
Dependencies
Please see the requirements.txt file. Before installing this package, install its dependencies with:
pip install -r requirements.txt
Install
This package uses setuptools. You can install it running:
python setup.py install
If you already have the dependencies listed in requirements.txt installed, to install in your home directory, use:
python setup.py install --user
To install for all users on Unix/Linux:
python setup.py build sudo python setup.py install
You can also install it in development mode with:
python setup.py develop
Development
Code
Github
You can check the latest sources with the command:
git clone https://www.github.com/alexsavio/hansel.git
or if you have write privileges:
git clone git@github.com:alexsavio/hansel.git
If you are going to create patches for this project, create a branch for it from the master branch.
We tag stable releases in the repository with the version number.
Testing
We are using [pytest](http://pytest.org) to help us with the testing. If you don’t have pytest installed you can run the tests using:
./runtests.py
Otherwise you can run the tests executing:
python setup.py test
or
pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file hansel-0.0.2.tar.gz
.
File metadata
- Download URL: hansel-0.0.2.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8406c225988360ef4e1789d392623db0fcb39eb9678350e3a9689ac1901d2ab7 |
|
MD5 | c23b29bb8829b2ef5765fae50e289b54 |
|
BLAKE2b-256 | 7205fd3f56006a2fc2723c003de1c74f8b06934f325d7081dfefc5595a6b7319 |
File details
Details for the file hansel-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: hansel-0.0.2-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7866f9b8d25bf3d01991f8f4cd6bd250e5d14ddc2f629351df2db8a6bf4e7980 |
|
MD5 | 9ab1e5ae85061ac5ab4ad9b945e213ef |
|
BLAKE2b-256 | 82ae1f101415d3db363f95ee862401355c821d09f7eaa73b7153059174a68368 |