Metadata-Version: 2.1
Name: eparse
Version: 0.1.1
Summary: Excel spreadsheet crawler and table parser for data extraction and querying
Home-page: https://github.com/ChrisPappalardo/eparse
Author: Chris Pappalardo
Author-email: cpappala@gmail.com
License: MIT license
Keywords: eparse
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: click (>=8.0.0)
Requires-Dist: openpyxl (>=3.0.0)
Requires-Dist: pandas (>=2.0.0)
Requires-Dist: peewee (>=3.16.0)

======
eparse
======


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

.. image:: https://img.shields.io/travis/ChrisPappalardo/eparse.svg
        :target: https://travis-ci.com/ChrisPappalardo/eparse

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




Excel spreadsheet crawler and table parser for data extraction and querying


* Free software: MIT license
* Documentation: https://eparse.readthedocs.io.


Features
--------

* TODO

Credits
-------

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

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


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

0.1.0 (2023-06-06)
------------------

* First release on PyPI.
