Metadata-Version: 2.1
Name: pdfss
Version: 3.0.0
Summary: PDF scraping system
Project-URL: Source, https://github.com/lowatt/pdfss
Project-URL: Tracker, https://github.com/lowatt/pdfss/issues
Author-email: Lowatt <info@lowatt.fr>
License: GPLv3
License-File: COPYING
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Typing :: Typed
Requires-Python: >=3.9
Requires-Dist: pdfminer-six
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Provides-Extra: typing
Requires-Dist: mypy; extra == 'typing'
Description-Content-Type: text/x-rst

------------------
``pdfss``
------------------

.. image:: https://travis-ci.com/lowatt/lowatt_pdfss.svg?branch=master

**PDF Scraping System**

Install
-------

::

  $ pip install pdfss

API
---

::

  $ pydoc pdfss

Additional informations
-----------------------

This program is distributed under the terms of the GNU Public License v3 or later.

Comments and patches are welcome, see https://github.com/lowatt/lowatt_pdfss.
