Skip to main content

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

  1. Update setup.py (version, requirements)
  2. Update CHANGES.txt (what's added, changed, removed?)
  3. Run: python setup.py sdist upload -r pypi

Function and Classes

Quandl

  • quandl_apikey_set -- Store Quandl API Key locally
  • quandl_apikey -- Read locally stored Quandl API Key.

FRED2

  • fred_apikey_set -- Store FRED API Key locally
  • fred_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)

Uploaded Source

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