Skip to main content

A Jinja2 extension that introduces the template filters basename and dirname.

Project description

A Jinja2 extension that introduces the template filters basename and dirname.

Examples

my_path = "/some/absolute/path/with/file.txt"
{{ my_path | basename }}

Will fill in 'file.txt'.

my_path = "/some/absolute/path/with/file.txt"
{{ my_path | dirname }}

Will fill in '/some/absolute/path/with'.

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.3.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

jinja2_ospath-0.3.0-py2.py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page