Metadata-Version: 2.0
Name: primal
Version: 0.1
Summary: UNKNOWN
Home-page: https://github.com/robdmc/primal
Author: Rob deCarvalho
Author-email: decarvalho@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Provides-Extra: all
Requires-Dist: Sphinx (>=1.2.2); extra == 'all'
Requires-Dist: coverage (>=4.0); extra == 'all'
Requires-Dist: flake8 (>=2.2.0); extra == 'all'
Requires-Dist: mock (>=1.0.1); extra == 'all'
Requires-Dist: nose (>=1.3.0); extra == 'all'
Requires-Dist: sphinx-rtd-theme; extra == 'all'
Requires-Dist: wheel; extra == 'all'
Provides-Extra: docs
Requires-Dist: Sphinx (>=1.2.2); extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Provides-Extra: packaging
Requires-Dist: wheel; extra == 'packaging'
Provides-Extra: test
Requires-Dist: coverage (>=4.0); extra == 'test'
Requires-Dist: flake8 (>=2.2.0); extra == 'test'
Requires-Dist: mock (>=1.0.1); extra == 'test'
Requires-Dist: nose (>=1.3.0); extra == 'test'

Primal
===============

Documentation coming soon.



Installation
------------
To install the latest release, type::

    pip install primal

To install the latest code directly from source, type::

    pip install git+git://github.com/robdmc/primal.git

Documentation
-------------

Full documentation is available at http://primal.readthedocs.org

License
-------
MIT License (see LICENSE)


