Metadata-Version: 2.1
Name: xchem-db
Version: 0.1.24b0
Summary: Library for XChem Django database
Home-page: https://github.com/xchem/pipeline.git
Author: Rachael Skyner
Author-email: rachael.skyner@diamond.ac.uk
License: Apache 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Provides-Extra: dev
Requires-Dist: check-manifest ; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'

=====
XChemDB
=====

This is a simple Django app to get a RESTFul API of XChem data.

Detailed documentation is in the "docs" directory.

Quick start
-----------

1. Add "xchem_db" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [
        ...
        'xchem_db',
    ]

2. Run `python manage.py migrate` to create the xchem_db models.



