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 (along with DRF and django-filters):

INSTALLED_APPS = (
    ...
    'rest_framework',
    'django_filters',
    ...
    'data_sources_tracking',
    'user_activities',
    ...
)

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

0.2.1 (2018-01-09)

  • Updated packages and fixed issue with migrations

0.2.2 (2018-01-12)

  • Fixed route names for SimpleRouter

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

Uploaded Source

Built Distribution

django_data_sources_tracking-0.2.2-py2.py3-none-any.whl (9.5 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