Skip to main content

Django app for dealing with files/data sources and tracking them. Useful for tracking public annotations or bfx pipeline outputs

Project description

https://badge.fury.io/py/django-data-sources-tracking.svg https://travis-ci.org/chopdgd/django-data-sources-tracking.svg?branch=develop https://codecov.io/gh/chopdgd/django-data-sources-tracking/branch/develop/graph/badge.svg Updates Python 3

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-data-sources-tracking-0.2.0.tar.gz (7.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_data_sources_tracking-0.2.0-py2.py3-none-any.whl (9.3 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django-data-sources-tracking-0.2.0.tar.gz.

File metadata

File hashes

Hashes for django-data-sources-tracking-0.2.0.tar.gz
Algorithm Hash digest
SHA256 12684f533c2f77cb6ac8d517f4f28f82b8a0a7de1f41bd6de22e765aedebd6c1
MD5 9d56fa5b6278debab0e5a1348c2fc119
BLAKE2b-256 f05a7e865b836da3e08f421a5f89404a59a678cebc0782c3d6dd97ab4b9da140

See more details on using hashes here.

File details

Details for the file django_data_sources_tracking-0.2.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_data_sources_tracking-0.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 36f62a6cc485f2af822cf09a659e983b5b0414907800feef4611e1d7ab6330d3
MD5 83aaac7c8a0d32d68b66ab0518f3f62e
BLAKE2b-256 1a82a65ef8399154fcb14462f4602bd8bd336da604d6aedb1c2cdeef765ca65d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page