Skip to main content

No project description provided

Project description

DataRepo

This package provides a namespace intended for data files.

DataRepo let's you have a common package to read data files, but with the ability to distribute the namespace over multiple packages.

For example, if you have various data files which are very large (in the order of hundreds of megabytes or larger), you can divide the data files into different packages, but that will be callable from the same namespace in your Python code.

That means you could install the data packages you need from PyPI:

$ python -m pip install data-repos-cars data-repos-countries

Once installed, you can just import read from data_repos and all your data sets will be available, if there's a reader registed for the datatype:

>>> from data_repos import read
>>> read.data("cars")
...
>>> read.data("countries")
...

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

data-repos-0.1.0.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

data_repos-0.1.0-py3-none-any.whl (3.5 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