Skip to main content

Allows you to download data from sources and ingest them to your project

Project description

https://badge.fury.io/py/django-onivoro.svg https://travis-ci.org/george-silva/django-onivoro.svg?branch=master https://codecov.io/gh/george-silva/django-onivoro/branch/master/graph/badge.svg

Allows you to download data from sources and ingest them to your project

Documentation

The full documentation is at https://django-onivoro.readthedocs.io.

Quickstart

Install Django Onivoro:

pip install django-onivoro

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'onivoro.apps.OnivoroConfig',
    ...
)

Add Django Onivoro’s URL patterns:

from onivoro import urls as onivoro_urls


urlpatterns = [
    ...
    url(r'^', include(onivoro_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2017-07-06)

  • First release on PyPI.

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

django-onivoro-0.1.1.tar.gz (20.4 kB view hashes)

Uploaded Source

Built Distribution

django_onivoro-0.1.1-py2.py3-none-any.whl (25.1 kB view hashes)

Uploaded Python 2 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