Metadata-Version: 2.1
Name: tcex
Version: 3.0.11
Summary: ThreatConnect Exchange App Framework
Home-page: https://github.com/ThreatConnect-Inc/tcex
Author: ThreatConnect (support@threatconnect.com)
Author-email: support@threatconnect.com
License: Apache License, Version 2
Download-URL: https://github.com/ThreatConnect-Inc/tcex/tarball/3.0.11
Project-URL: Documentation, https://github.com/ThreatConnect-Inc/tcex
Project-URL: Source, https://github.com/ThreatConnect-Inc/tcex
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Security
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: develop
Provides-Extra: development
License-File: LICENSE

# tcex - ThreatConnect Exchange App Framework

The ThreatConnect&trade; TcEx App Framework provides functionality for writing ThreatConnect Exchange Apps.

## Requirements

 * arrow (https://pypi.python.org/pypi/arrow)
 * backports.cached-property (https://pypi.org/project/backports.cached-property/)
 * colorama (https://pypi.python.org/pypi/colorama)
 * future (https://pypi.org/project/future/)
 * inflect (https://pypi.python.org/pypi/inflect)
 * jmespath (https://pypi.org/project/jmespath/)
 * paho-mqtt (https://pypi.org/project/paho-mqtt/)
 * pyaes (https://pypi.org/project/pyaes/)
 * pydantic (https://pypi.org/project/pydantic/)
 * python-dateutil (https://pypi.python.org/pypi/python-dateutil)
 * redis (https://pypi.python.org/pypi/redis)
 * requests (http://docs.python-requests.org/en/latest)
 * semantic_version (https://pypi.org/project/semantic-version/)
 * stdlib-list (https://pypi.org/project/stdlib-list/)
 * tinydb (https://pypi.python.org/pypi/tinydb)
 * typer (https://pypi.python.org/pypi/typer)
 * wrapt (https://pypi.org/project/wrapt/)

### Development Requirements

 * bandit (https://pypi.org/project/bandit/)
 * black (https://pypi.org/project/black/)
 * codespell (https://pypi.org/project/codespell/)
 * deepdiff (https://pypi.org/project/deepdiff/)
 * flake8 (https://pypi.org/project/flake8/)
 * isort (https://pypi.org/project/isort/)
 * mako (https://pypi.org/project/mako/)
 * pre-commit (https://pypi.org/project/pre-commit/)
 * pydocstyle (https://pypi.org/project/pydocstyle/)
 * pylint (https://pypi.org/project/pylint/)
 * pytest (https://pypi.org/project/pytest/)
 * pytest-cov (https://pypi.org/project/pytest-cov/)
 * pytest-html (https://pypi.org/project/pytest-html/)
 * pytest-xdist (https://pypi.org/project/pytest-xdist/)
 * pyupgrade (https://pypi.org/project/pyupgrade/)

## Installation

**Using pip**

```
pip install tcex
pip install tcex[development]
```

**Manually**

```
cd tcex
python setup.py install --force
```

## Documentation

https://threatconnect.readme.io/docs/overview

## Release Notes

https://threatconnect.readme.io/docs/release-notes

## Contact

If you have any questions, bugs, or requests please contact support@threatconnect.com


