Skip to main content

Human friendly output for text interfaces using Python

Project description

The functions in the humanfriendly package can be used to make text interfaces more user friendly by parsing and formatting file sizes and timestamps in simple, human readable formats.

Getting started

It’s very simple to start using the humanfriendly package:

>>> import humanfriendly
>>> user_input = raw_input("Enter a readable file size: ")
Enter a readable file size: 16G
>>> num_bytes = humanfriendly.parse_size(user_input)
>>> print num_bytes
17179869184
>>> print "You entered:", humanfriendly.format_size(num_bytes)
You entered: 16 GB

Contact

The latest version of humanfriendly is available on PyPI and GitHub. For bug reports please create an issue on GitHub. If you have questions, suggestions, etc. feel free to send me an e-mail at peter@peterodding.com.

License

This software is licensed under the MIT license.

© 2013 Peter Odding.

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

humanfriendly-1.4.1.tar.gz (6.0 kB view details)

Uploaded Source

File details

Details for the file humanfriendly-1.4.1.tar.gz.

File metadata

  • Download URL: humanfriendly-1.4.1.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for humanfriendly-1.4.1.tar.gz
Algorithm Hash digest
SHA256 1dec197666819449e3bf17c05f6eb6c26f4148bf7300138494074c7cfd80da26
MD5 a1d6bb89fb087484cb0f052c872a9273
BLAKE2b-256 ceb786c1e0bf0ef9f0e34f150742b16783e1935d30a6d8efb64402518cf99368

See more details on using hashes here.

Supported by

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