A simple, lazy utility to display information about a file extension.
Project description
pextn
A simple, lazy utility to display information about a file extension.
Can be used as command or a module.
##Command line usage
python3 -m pextn rst
would give
rst: reStructuredText
Used by: Docutils
##Usage as module
from pextn import pextn
info = pextn("py")
print(info)
would give
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
pextn-0.1.tar.gz
(61.6 kB
view hashes)
Built Distribution
pextn-0.1-py3-none-any.whl
(63.0 kB
view hashes)