Metadata-Version: 2.1
Name: conspiracies
Version: 0.5.2
Summary: Discover and examine conspiracies using natural language processing
Author: "Kenneth Enevoldsen, Lasse Hansen, Ekaterina Borisova, Stephan Smuts"
License: MIT License
        
        Copyright (c) 2021 Centre for Humanities Computing, Aarhus University
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: homepage, https://github.com/centre-for-humanities-computing/conspiracies
Project-URL: repository, https://github.com/centre-for-humanities-computing/conspiracies
Project-URL: documentation, https://centre-for-humanities-computing.github.io/conspiracies/
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: spacy<3.6.0,>=3.3.2
Requires-Dist: spacy-transformers<1.2.0,>=1.1.2
Requires-Dist: confection<0.1.0,>0.0.1
Requires-Dist: allennlp<2.11.0,>=2.10.0
Requires-Dist: allennlp_models<2.11.0,>=2.10.0
Requires-Dist: transformers<4.19.0,>=4.11.3
Requires-Dist: torch<1.12.0,>=1.6.0
Requires-Dist: numpy<1.24.0,>=1.19.5
Requires-Dist: pandas<1.5.0,>=1.1.5
Requires-Dist: jsonlines<3.2.0,>=3.1.0
Provides-Extra: style
Requires-Dist: black==22.12.0; extra == "style"
Requires-Dist: pre-commit<2.21.0,>=2.20.0; extra == "style"
Requires-Dist: ruff==0.0.191; extra == "style"
Requires-Dist: mypy==0.991; extra == "style"
Provides-Extra: tests
Requires-Dist: pytest<7.3.0,>=7.1.3; extra == "tests"
Requires-Dist: pytest-cov<3.1.0,>=3.0.0; extra == "tests"
Provides-Extra: docs
Requires-Dist: sphinx<5.4.0,>=5.3.0; extra == "docs"
Requires-Dist: furo==2022.12.7; extra == "docs"
Requires-Dist: sphinx-copybutton<0.5.2,>=0.5.1; extra == "docs"
Requires-Dist: sphinxext-opengraph<0.7.4,>=0.7.3; extra == "docs"
Requires-Dist: sphinx_design<0.3.1,>=0.3.0; extra == "docs"
Requires-Dist: myst-nb<1.17.0,>=0.6.0; extra == "docs"
Requires-Dist: sphinx_togglebutton<0.4.0,>=0.2.3; extra == "docs"
Provides-Extra: tutorials
Requires-Dist: jupyter<1.1.0,>=1.0.0; extra == "tutorials"
Provides-Extra: openai
Requires-Dist: openai<0.27.0,>=0.26.5; extra == "openai"


<a href="https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener"><img src="https://github.com/centre-for-humanities-computing/conspiracies/blob/main/docs/_static/icon.png?raw=true" width="100" align="right"/></a>

# Conspiracies
[![python versions](https://img.shields.io/badge/Python-%3E=3.8-blue)](https://github.com/centre-for-humanities-computing/conspiracies)
[![Code style: black](https://img.shields.io/badge/Code%20Style-Black-black)](https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html)
[![github actions pytest](https://github.com/centre-for-humanities-computing/conspiracies/actions/workflows/tests.yml/badge.svg)](https://github.com/centre-for-humanities-computing/conspiracies/actions)
[![github actions docs](https://github.com/centre-for-humanities-computing/conspiracies/actions/workflows/documentation.yml/badge.svg)](https://centre-for-humanities-computing.github.io/conspiracies/)

Discovering and examining conspiracies using NLP.


## 🔧 Installation
Installation using pip:
```bash
pip install pip --upgrade
pip install conspiracies
```

Note that this package is dependent on AllenNLP and thus does not support Windows.
For developers please check out the development installation instructions in
the [documentation](https://centre-for-humanities-computing.github.io/conspiracies/installation.html).


# 📖 Documentation

| Documentation         |                                                  |
| --------------------- | ------------------------------------------------ |
| 🔧 **[Installation]**  | Installation instructions for using this package |
| 🎛 **[Documentation]** | A minimal and developing documentation           |
| 👩‍💻 **[Tutorials]**     | Tutorials for using this package                 |
| 📚 **[FAQ]**           | Frequently asked questions                       |

[Documentation]: https://centre-for-humanities-computing.github.io/conspiracies/index.html
[Installation]: https://centre-for-humanities-computing.github.io/conspiracies/installation.html
[Tutorials]: https://centre-for-humanities-computing.github.io/conspiracies/tutorials.html
[FAQ]: https://centre-for-humanities-computing.github.io/conspiracies/faq.html

# 💬 Where to ask questions

| Type                           |                        |
| ------------------------------ | ---------------------- |
| 📚 **FAQ**                      | [FAQ]                  |
| 🚨 **Bug Reports**              | [GitHub Issue Tracker] |
| 🎁 **Feature Requests & Ideas** | [GitHub Issue Tracker] |
| 👩‍💻 **Usage Questions**          | [GitHub Discussions]   |
| 🗯 **General Discussion**       | [GitHub Discussions]   |

[FAQ]: https://centre-for-humanities-computing.github.io/conspiracies/faq.html
[github issue tracker]: https://github.com/centre-for-humanities-computing/conspiracies/issues
[github discussions]: https://github.com/centre-for-humanities-computing/conspiracies/discussions

