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 coin validation
coins = ["btc"]
analytics = Wimby(coins, aliased=True)
# add coin aliases one-by-one
analytics.add("eth")
# or replace with new a list of coins
coins = ["ethereum", "dogecoin"]
analytics.change(coins)
# perform analysis
analytics.analyze()
# arkivist object
momentum = analytics.momentum
# arkivist object
movers = analytics.movers
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
wimby-1.1.14.tar.gz
(9.6 kB
view details)
Built Distribution
File details
Details for the file wimby-1.1.14.tar.gz
.
File metadata
- Download URL: wimby-1.1.14.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9815c7037d2624e8ffde14e7dfc048a53b0befe5d9116725f8a1193cb46d396a |
|
MD5 | 4f3c4f86c1258853d445c6174a210883 |
|
BLAKE2b-256 | 72552724e4779ea244b90695c5038a87cc687ee9674b6646a974a18efe7fd7c5 |
File details
Details for the file wimby-1.1.14-py3-none-any.whl
.
File metadata
- Download URL: wimby-1.1.14-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 463b9b44448454f90ad3cd461010d4720705ebbf82cd758cc5267da6127074ad |
|
MD5 | 5b5b358067fe73be5f828b64e0377eed |
|
BLAKE2b-256 | 4d66a42ceebe4d07c5d8d3078da8f5d971758d957fe7c70978eca465b67646e2 |