Metadata-Version: 2.1
Name: datashape
Version: 0.5.4
Summary: A data description language.
Home-page: http://datashape.readthedocs.org/en/latest/
Author: Continuum Analytics
Author-email: blaze-dev@continuum.io
License: BSD
Keywords: data language
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: BSD License
License-File: LICENSE

=========
DataShape
=========

|Build Status| |PyPI| |Monthly Downloads|

DataShape is a language for describing data. It is an extension of the
NumPy dtype with an emphasis on cross language support.

History
-------

DataShape was originally developed by the Blaze project. The git history
of the blaze.datashape module has been preserved here but for more
complete history see the Blaze project.

Contributing
------------

Anyone wishing to discuss on DataShape should join the
`blaze-dev <https://groups.google.com/a/continuum.io/forum/#!forum/blaze-dev>`__
mailing list at: blaze-dev@continuum.io

License
-------

DataShape development is sponsored by Continuum Analytics.

Released under BSD license. See LICENSE for details.


.. |Build Status| image:: https://travis-ci.org/blaze/datashape.svg?branch=master
   :target: https://travis-ci.org/blaze/datashape

.. |PyPI| image:: https://img.shields.io/pypi/v/datashape.svg
   :target: https://pypi.python.org/pypi/DataShape

.. |Monthly Downloads| image:: https://img.shields.io/pypi/dm/datashape.svg
   :target: https://pypi.python.org/pypi/DataShape


