Skip to main content

Arkivist is a lightweight manager for JSON files.

Project description

wimby

Wimby is a lean cryptocurrency analytics, using periodic weighted averages.

Official Release

Wimby can now be used on your Python projects through PyPi by running pip command on a Python-ready environment.

pip install wimby --upgrade

Usage

1. Import Package

from wimby import Wimby

2. Initialization

# set a list of coin aliases
coins = ["bitcoin"]

# initialize
analytics = Wimby(coins)

# aliased
coins = ["btc"]
analytics = Wimby(coins, aliased=True)

# refresh data
coins = ["ethereum", "dogecoin"]
analytics.change(coins)
analytics.reload()

# display the analytic reports
analytics.dump()

# arkivist object
momentum = analytics.momentum

# arkivist object
movers = analytics.movers

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

wimby-1.1.3.tar.gz (10.1 kB view hashes)

Uploaded Source

Built Distribution

wimby-1.1.3-py3-none-any.whl (5.4 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