Metadata-Version: 2.0
Name: drunken-child-in-the-fog
Version: 0.1.2
Summary: PDF parser API inspired by Django QuerySet, using PDFMiner.six
Home-page: https://github.com/mpasternak/drunken_child_in_the_fog
Author: Michał Pasternak
Author-email: michal.dtz@gmail.com
License: MIT license
Keywords: drunken_child_in_the_fog
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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: pdfminer.six (==20170419)

========================
Drunken Child In The Fog
========================


.. image:: https://img.shields.io/pypi/v/drunken-child-in-the-fog.svg
        :target: https://pypi.python.org/pypi/drunken-child-in-the-fog

.. image:: https://img.shields.io/travis/mpasternak/drunken-child-in-the-fog.svg
        :target: https://travis-ci.org/mpasternak/drunken-child-in-the-fog

.. image:: https://readthedocs.org/projects/drunken-child-in-the-fog/badge/?version=latest
        :target: https://drunken-child-in-the-fog.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/mpasternak/drunken-child-in-the-fog/shield.svg
     :target: https://pyup.io/repos/github/mpasternak/drunken-child-in-the-fog/
     :alt: Updates


PDF parser API inspired by Django QuerySet, using `pdfminer.six`_ . Created
mainly to make data extraction from tables hidden in PDF easier.


* Free software: MIT license
* Documentation: https://drunken-child-in-the-fog.readthedocs.io.


Features
--------

* ElementSet - a QuerySet-like object for browsing throught PDF structure
* Python 2.7 and 3.6 support


See Also
--------

* `Tabula`_ - extract table data from PDFs in Ruby - including GUI

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
.. _`pdfminer.six`: https://github.com/pdfminer/pdfminer.six
.. _Tabula: http://tabula.technology


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

0.1.0 (2017-04-30)
------------------

* First release on PyPI.


