Allows you to download data from sources and ingest them to your project
Project description
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
Release history Release notifications | RSS feed
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)
Built Distribution
File details
Details for the file django-onivoro-0.1.2.tar.gz
.
File metadata
- Download URL: django-onivoro-0.1.2.tar.gz
- Upload date:
- Size: 20.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c761e05baa3210198766e5802ab7516d389938352d8913c7ec24769bdaded25b |
|
MD5 | 37ba2bb89e4cedef13a62b5639387b08 |
|
BLAKE2b-256 | ca8663972ab1add0e1446615ec7027a1a0bbb5a533cfa8a2be447be1c124ba87 |
File details
Details for the file django_onivoro-0.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: django_onivoro-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 25.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 680bd0b0701eaf5e797e13dab6e62206ffbfb88e5ffde017a056e02d7ea141cf |
|
MD5 | bd36d12e21adc74dd0815733b905ba69 |
|
BLAKE2b-256 | eec2a3bc978902449873d87a2ca4068054d9cc0878cc9981f4d4a3a32d8a5a88 |