updoon
The updoon package is a collection of python function
and classes to download or synchronize datasets.
(I just dump all my data engineering snippets.)
Installation
Check the source code at https://github.com/ulf1/updoon
pip install updoon
Load the package
I am going to use the ud shortcut
import updoon as ud
Versioning
- X: Major changes for the package
- Y: New function, class, module was added
- Z: Bugfixes, minor changes
This package will be 0.X.Y for an unseen future.
An version 1.X.Y might involve heavy refactoring, using base classes, etc. I personally have no interest in doing library architecture. Thus, I will not be the driving force for any X>0 version.
Notes to myself
- Update setup.py (version, requirements)
- Update CHANGES.txt (what's added, changed, removed?)
- Run:
python setup.py sdist upload -r pypi
Function and Classes
Quandl
quandl_apikey_set-- Store Quandl API Key locallyquandl_apikey-- Read locally stored Quandl API Key.
FRED2
fred_apikey_set-- Store FRED API Key locallyfred_apikey-- Read locally stored FRED API Key.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
updoon-0.5.0.tar.gz
(3.1 kB
view details)
File details
Details for the file updoon-0.5.0.tar.gz.
File metadata
- Download URL: updoon-0.5.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35f044f6717cae28899e81ee863a17f027bd8f68f18aedde8d4d9d048ec8542e
|
|
| MD5 |
9ee1b6e957acf60a12c30d67b14f0382
|
|
| BLAKE2b-256 |
55cad46915bd9386fb1c0ccc6c3abc8c68a19d06344a77918e90871f99d401f9
|