Skip to main content

inflate lets you compute how much money is worth in different years

Project description

:money_with_wings: inflate

PyPI License Code Style: Black Downloads

inflate is a Python built command line interface that lets you quickly compute how inflation affects a sum of money in an intuitive and visually pleasing package.

Installation

Run pip install inflate. Verify that the latest version is installed by running inflate --version.

Usage

>>> inflate [OPTIONS] START END [AMOUNT]
    [AMOUNT] in [START] is worth [INFLATED AMOUNT] in [END] ([INCLUSIVE/EXCLUSIVE])

The options are

  -c, --country TEXT  Country [either US/UK], default is UK
  -i, --inclusive     Include ending year, default no
  --version           Show the version and exit.
  --help              Show this message and exit.

Example:

>>> inflate -c US -i 1998 1999 50
    $50.0 in 1998 is worth $51.51 in 1999 (inclusive).

Current features

  • Able to work "backwards", that is, if you want to know how much $10 in 2018 was worth in 2000, you can do so via inflate -c US 2018 2000 10

Future features/work

  • Add in a more detailed analytics view, showing average inflation across time period.
  • Flesh out the testing modules
  • Package and publish on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

inflate-0.1rc2-py3-none-any.whl (7.5 kB view hashes)

Uploaded 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