classes and functions to download or scrape data
Project description
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.
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
updoon-0.5.0.tar.gz
(3.1 kB
view hashes)