Metadata-Version: 2.0
Name: databrewer
Version: 0.1.0.dev1
Summary: The missing datasets manager.
Home-page: https://github.com/rolando/databrewer
Author: Rolando Espinoza
Author-email: rolando at rmax.io
License: MIT
Keywords: databrewer
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: awesome-slugify (>=1.6)
Requires-Dist: click (>=6.0,<7.0)
Requires-Dist: jsonschema (>=2.5)
Requires-Dist: pyyaml (<4.0,>=3.0)
Requires-Dist: requests (>=2.8)
Requires-Dist: six (>=1.10)
Requires-Dist: tqdm (>=4.0)
Requires-Dist: whoosh (<3.0,>=2.7)

==========
DataBrewer
==========

.. image:: https://readthedocs.org/projects/databrewer/badge/?version=latest
        :target: https://readthedocs.org/projects/databrewer/?badge=latest
        :alt: Documentation Status

.. image:: https://img.shields.io/pypi/v/databrewer.svg
        :target: https://pypi.python.org/pypi/databrewer

.. image:: https://img.shields.io/travis/rolando/databrewer.svg
        :target: https://travis-ci.org/rolando/databrewer

.. image:: https://codecov.io/github/rolando/databrewer/coverage.svg?branch=master
    :alt: Coverage Status
    :target: https://codecov.io/github/rolando/databrewer

.. image:: https://landscape.io/github/rolando/databrewer/master/landscape.svg?style=flat
    :target: https://landscape.io/github/rolando/databrewer/master
    :alt: Code Quality Status

.. image:: https://requires.io/github/rolando/databrewer/requirements.svg?branch=master
    :alt: Requirements Status
    :target: https://requires.io/github/rolando/databrewer/requirements/?branch=master

The missing datasets manager.

* Free software: MIT license
* Documentation: https://databrewer.readthedocs.org.

.. image:: http://i.imgur.com/FBsIV7g.gif
    :alt: DataBrewer preview


Features
--------

FIXME

Quickstart
----------

FIXME

Credits
-------

This package was created with Cookiecutter_ and the `rolando/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`rolando/cookiecutter-pypackage`: https://github.com/rolando/cookiecutter-pypackage

=======
History
=======


0.1.0-dev (unreleased)
----------------------

* First release on PyPI.

