Skip to main content

Django application for organizing numerical model experiment output

Project description

https://badge.fury.io/py/dj-experiment.svg https://travis-ci.org/francbartoli/dj-experiment.svg?branch=master https://codecov.io/gh/francbartoli/dj-experiment/branch/master/graph/badge.svg

Django application for organizing numerical model experiment output

Documentation

The full documentation is at https://dj-experiment.readthedocs.io.

Quickstart

Install Experiment:

pip install dj-experiment

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'dj_experiment.apps.DjExperimentConfig',
    ...
)

Add Experiment’s URL patterns:

from dj_experiment import urls as dj_experiment_urls


urlpatterns = [
    ...
    url(r'^', include(dj_experiment_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-31)

  • 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

dj-experiment-0.3.1.tar.gz (15.5 kB view hashes)

Uploaded source

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