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.2.tar.gz (20.5 kB view details)

Uploaded Source

Built Distribution

django_onivoro-0.1.2-py2.py3-none-any.whl (25.2 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-onivoro-0.1.2.tar.gz.

File metadata

File hashes

Hashes for django-onivoro-0.1.2.tar.gz
Algorithm Hash digest
SHA256 c761e05baa3210198766e5802ab7516d389938352d8913c7ec24769bdaded25b
MD5 37ba2bb89e4cedef13a62b5639387b08
BLAKE2b-256 ca8663972ab1add0e1446615ec7027a1a0bbb5a533cfa8a2be447be1c124ba87

See more details on using hashes here.

File details

Details for the file django_onivoro-0.1.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_onivoro-0.1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 680bd0b0701eaf5e797e13dab6e62206ffbfb88e5ffde017a056e02d7ea141cf
MD5 bd36d12e21adc74dd0815733b905ba69
BLAKE2b-256 eec2a3bc978902449873d87a2ca4068054d9cc0878cc9981f4d4a3a32d8a5a88

See more details on using hashes here.

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