Django app for dealing with files/data sources and tracking them. Useful for tracking public annotations or bfx pipeline outputs
Project description
Django app for dealing with files/data sources and tracking them. Useful for tracking public annotations or bfx pipeline outputs
Documentation
The full documentation is at https://django-data-sources-tracking.readthedocs.io.
Quickstart
Install Django Data Tracking:
pip install django-data-sources-tracking
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'data_sources_tracking',
...
)
Add Django Data Tracking’s URL patterns:
from data_sources_tracking import urls as data_sources_tracking_urls
urlpatterns = [
...
url(r'^', include(data_sources_tracking_urls, namespace='data_sources_tracking')),
...
]
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-12-29)
First release on PyPI.
Initial models and REST API
0.2.0 (2018-01-05)
Improved REST API filters
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-data-sources-tracking-0.2.0.tar.gz.
File metadata
- Download URL: django-data-sources-tracking-0.2.0.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12684f533c2f77cb6ac8d517f4f28f82b8a0a7de1f41bd6de22e765aedebd6c1
|
|
| MD5 |
9d56fa5b6278debab0e5a1348c2fc119
|
|
| BLAKE2b-256 |
f05a7e865b836da3e08f421a5f89404a59a678cebc0782c3d6dd97ab4b9da140
|
File details
Details for the file django_data_sources_tracking-0.2.0-py2.py3-none-any.whl.
File metadata
- Download URL: django_data_sources_tracking-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36f62a6cc485f2af822cf09a659e983b5b0414907800feef4611e1d7ab6330d3
|
|
| MD5 |
83aaac7c8a0d32d68b66ab0518f3f62e
|
|
| BLAKE2b-256 |
1a82a65ef8399154fcb14462f4602bd8bd336da604d6aedb1c2cdeef765ca65d
|