Metadata-Version: 2.1
Name: humlab-penelope
Version: 0.5.11
Summary: Utilities that simplify enelpeing in Jupyter Lab
Home-page: https://github.com/humlab/penelope
License: Apache-2.0
Author: Roger Mähler
Author-email: roger.mahler@hotmail.com
Requires-Python: >=3.8.0,<3.9.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development
Requires-Dist: PyYAML (>=5.3.1,<6.0.0)
Requires-Dist: alive-progress (>=1.6.1,<2.0.0)
Requires-Dist: bokeh
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: ftfy (>=5.8,<6.0)
Requires-Dist: gensim (>=3.8.3,<4.0.0)
Requires-Dist: holoviews (>=1.13.5,<2.0.0)
Requires-Dist: ipyaggrid
Requires-Dist: ipycytoscape
Requires-Dist: ipyfilechooser
Requires-Dist: ipywidgets
Requires-Dist: jupyter_bokeh
Requires-Dist: loguru (>=0.5.3,<0.6.0)
Requires-Dist: lxml (>=4.5.2,<5.0.0)
Requires-Dist: memoization (>=0.3.1,<0.4.0)
Requires-Dist: more_itertools (>=8.5.0,<9.0.0)
Requires-Dist: msgpack (>=1.0.2,<2.0.0)
Requires-Dist: nltk (>=3.5,<4.0)
Requires-Dist: numpy (==1.19.3)
Requires-Dist: openpyxl (>=3.0.5,<4.0.0)
Requires-Dist: pandas (>=1.1.2,<2.0.0)
Requires-Dist: perspective-python
Requires-Dist: pyarrow (>=3.0.0,<4.0.0)
Requires-Dist: pydotplus (>=2.0.2,<3.0.0)
Requires-Dist: python-louvain (>=0.14,<0.15)
Requires-Dist: requests (>=2.24.0,<3.0.0)
Requires-Dist: scipy (>=1.5.2,<2.0.0)
Requires-Dist: sklearn
Requires-Dist: smart_open (>=2.2.1,<3.0.0)
Requires-Dist: spacy (>=2.3.2,<3.0.0)
Requires-Dist: statsmodels (>=0.12.0,<0.13.0)
Requires-Dist: textacy (>=0.10.1,<0.11.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: wordcloud (>=1.8.0,<2.0.0)
Project-URL: Repository, https://github.com/humlab/penelope
Description-Content-Type: text/markdown

# Humlab Penelope

NLP package used in the following research projects:

    - Welfare State Analytics (westac.se)
    - International Ideas at UNESCO: Digital Approaches to Global Conceptual History (inidun.github.io)

======

[![current release version](https://img.shields.io/github/release/humlab/penelope.svg?style=flat-square)](https://github.com/humlab/penelope/releases)
[![pypi version](https://img.shields.io/pypi/v/humlab-penelope.svg?style=flat-square)](https://pypi.python.org/pypi/humlab-penelope)
[![build-status](https://github.com/humlab/penelope/workflows/ci/badge.svg)](https://github.com/humlab/penelope/workflows/ci/badge.svg)
<!-- [![DOI](https://img.shields.io/badge/DOI-10.5281/zenodo.595120-blue.svg)](https://doi.org/10.5281/zenodo.595120) -->

|MIT license|

Installation
------------

```
pip install humlab-penelope
```

Dependencies

Usage

Development

Testing

Versioning

References

<!-- .. |Coverage-Status| image:: https://coveralls.io/repos/tqdm/tqdm/badge.svg?branch=master
   :target: https://coveralls.io/github/tqdm/tqdm
.. |CII Best Practices| image:: https://bestpractices.coreinfrastructure.org/projects/3264/badge
   :target: https://bestpractices.coreinfrastructure.org/projects/3264
.. |GitHub-Status| image:: https://img.shields.io/github/tag/tqdm/tqdm.svg?maxAge=86400&logo=github&logoColor=white
   :target: https://github.com/tqdm/tqdm/releases
.. |GitHub-Stars| image:: https://img.shields.io/github/stars/tqdm/tqdm.svg?logo=github&logoColor=white
   :target: https://github.com/tqdm/tqdm/stargazers
.. |GitHub-Commits| image:: https://img.shields.io/github/commit-activity/y/tqdm/tqdm.svg?logo=git&logoColor=white
   :target: https://github.com/tqdm/tqdm/graphs/commit-activity
.. |GitHub-Issues| image:: https://img.shields.io/github/issues-closed/tqdm/tqdm.svg?logo=github&logoColor=white
   :target: https://github.com/tqdm/tqdm/issues?q=
.. |GitHub-PRs| image:: https://img.shields.io/github/issues-pr-closed/tqdm/tqdm.svg?logo=github&logoColor=white
   :target: https://github.com/tqdm/tqdm/pulls
.. |GitHub-Contributions| image:: https://img.shields.io/github/contributors/tqdm/tqdm.svg?logo=github&logoColor=white
   :target: https://github.com/tqdm/tqdm/graphs/contributors
.. |GitHub-Updated| image:: https://img.shields.io/github/last-commit/tqdm/tqdm/master.svg?logo=github&logoColor=white&label=pushed
   :target: https://github.com/tqdm/tqdm/pulse
.. |PyPI-Downloads| image:: https://img.shields.io/pypi/dm/tqdm.svg?label=pypi%20downloads&logo=PyPI&logoColor=white
   :target: https://pypi.org/project/tqdm
.. |Py-Versions| image:: https://img.shields.io/pypi/pyversions/tqdm.svg?logo=python&logoColor=white
   :target: https://pypi.org/project/tqdm
.. |LICENCE| image:: https://img.shields.io/pypi/l/tqdm.svg
   :target: https://raw.githubusercontent.com/tqdm/tqdm/master/LICENCE
.. |DOI| image:: https://img.shields.io/badge/DOI-10.5281/zenodo.595120-blue.svg
   :target: https://doi.org/10.5281/zenodo.595120
.. |binder-demo| image:: https://mybinder.org/badge_logo.svg
   :target: https://mybinder.org/v2/gh/tqdm/tqdm/master?filepath=DEMO.ipynb
 -->

