A Jinja2 extension that introduces the filters basename and dirname.
Project description
# Jinja2 os.path Filters
A Jinja2 extension that introduces the filters basename and dirname.
## Examples
`Python my_path = "/some/absolute/path/with/file.txt" {{ my_path | basename }} `
Will fill in file.txt.
`Python my_path = "/some/absolute/path/with/file.txt" {{ my_path | dirname }} `
Will fill in /some/absolute/path/with.
## Copyright and Licensing
Copyright 2017, [Moritz Emanuel Beber](mailto:midnighter@posteo.net)
Free software: [3-Clause BSD License](LICENSE)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jinja2_ospath-0.1.0.tar.gz
(2.0 kB
view hashes)
Built Distribution
Close
Hashes for jinja2_ospath-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2fdfc38c680758f72376a0bfe1cf149edc6fa2aa681916da0cb768b0e2f3ecef |
|
MD5 | 6f8856caff5a536e7c1aef68bb667f73 |
|
BLAKE2b-256 | 01d5d6edc003da3c36fb23c05bdddd5da207cd7f45338f094cb429aec4cdb94b |