Metadata-Version: 2.1
Name: pybopa
Version: 0.1.2
Summary: Extractor de texto del BOPA para su análisis
Author-email: Noelia Rico <noeliarico@uniovi.es>
Maintainer-email: Noelia Rico <noeliarico@uniovi.es>
License: MIT license
Project-URL: bugs, https://github.com/noeliarico/pybopa/issues
Project-URL: changelog, https://github.com/noeliarico/pybopa/blob/master/changelog.md
Project-URL: homepage, https://github.com/noeliarico/pybopa
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: bs4 ==0.0.2
Requires-Dist: matplotlib ==3.9.0
Requires-Dist: numpy ==1.26.4
Requires-Dist: pandas ==2.0.3
Requires-Dist: requests ==2.31.0
Requires-Dist: seaborn ==0.13.2
Provides-Extra: dev
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: ruff ; extra == 'dev'

========================
Qué es ``pybopa``
========================

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

.. image:: https://img.shields.io/travis/noeliarico/pybopa.svg
        :target: https://travis-ci.com/noeliarico/pybopa

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


.. image:: https://pyup.io/repos/github/noeliarico/pybopa/shield.svg
     :target: https://pyup.io/repos/github/noeliarico/pybopa/
     :alt: Updates


Este paquete proporciona un extractor de texto del BOPA para su análisis.

* Free software: MIT license
* Documentación del paquete disponible en https://pybopa.readthedocs.io.



Autor
-------

Noelia Rico Pachón noeliarico@uniovi.es

English summary
---------------------

``pybopa`` is a Python package created for extracting data in an organized way from the 'Boletín Oficial del Principado de Asturias' (BOPA https://www.asturias.es/bopa), the official gazette of the Principality of Asturias, Spain. 

Developed with the aim of creating a comprehensive dataset for text mining models, ``pybopa`` provides efficient tools to parse and manage information from legal documents, including resolutions, announcements, and other official publications. Ideal for legal professionals, researchers, and data enthusiasts, ``pybopa`` streamlines the extraction process, enabling easy access and analysis of legal information from the BOPA https://www.asturias.es/bopa.
