Metadata-Version: 2.1
Name: averell
Version: 1.0.0
Summary: Corpora downloader and reader for Spanish sources
Home-page: https://github.com/linhd-postdata/averell
Author: LINHD POSTDATA Project
Author-email: info@linhd.uned.es
License: Apache-2.0
Project-URL: Documentation, https://averell.readthedocs.io/
Project-URL: Changelog, https://averell.readthedocs.io/en/latest/changelog.html
Project-URL: Issue Tracker, https://github.com/linhd-postdata/averell/issues
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Requires-Python: >3.6.*
Requires-Dist: Click (>=7.0)
Requires-Dist: requests (>=2.21.0)
Requires-Dist: pyyaml (>=5)
Requires-Dist: tqdm (>=4.43.0)
Requires-Dist: tabulate (>=0.8.7)

========
Overview
========



Corpora downloader and reader for Spanish sources

* Free software: Apache Software License 2.0

Installation
============

::

    pip install averell

You can also install the in-development version with::

    pip install https://github.com/linhd-postdata/averell/archive/master.zip


Documentation
=============


https://averell.readthedocs.io/


Development
===========

To run the all tests run::

    tox

Note, to combine the coverage data from all the tox environments run:

.. list-table::
    :widths: 10 90
    :stub-columns: 1

    - - Windows
      - ::

            set PYTEST_ADDOPTS=--cov-append
            tox

    - - Other
      - ::

            PYTEST_ADDOPTS=--cov-append tox


Changelog
=========

0.0.1 (2020-01-08)
------------------

* First release on PyPI.


