Name | tcex-app-testing JSON |
Version |
1.0.0
JSON |
| download |
home_page | |
Summary | ThreatConnect Exchange App Testing Framework |
upload_time | 2023-07-27 00:24:36 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.11 |
license | Apache-2.0 |
keywords |
tcex
threatconnect
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# tcex-app-testing - ThreatConnect™ Exchange App Testing Framework
The TcEx App testing framework provides functionality for using pytest to test TcEx Apps.
## Requirements
* arrow (https://pypi.python.org/pypi/arrow)
* astunparse (https://pypi.python.org/pypi/astunparse)
* black (https://pypi.org/project/black/)
* deepdiff (https://pypi.org/project/deepdiff/)
* hvac (https://pypi.org/project/hvac/)
* inflect (https://pypi.python.org/pypi/inflect)
* isort (https://pypi.org/project/isort/)
* mako (https://pypi.org/project/mako/)
* pyaes (https://pypi.org/project/pyaes/)
* pydantic (https://pypi.org/project/pydantic/)
* 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/)
* python-dateutil (https://pypi.python.org/pypi/python-dateutil)
* redis (https://pypi.python.org/pypi/redis)
* requests (https://pypi.python.org/pypi/requests)
* rich (https://pypi.python.org/pypi/rich)
* semantic_version (https://pypi.org/project/semantic-version/)
* typer (https://pypi.python.org/pypi/typer)
### Development Requirements
* bandit (https://pypi.org/project/bandit/)
* pre-commit (https://pypi.org/project/pre-commit/)
* pydocstyle (https://pypi.org/project/pydocstyle/)
* pylint (https://pypi.org/project/pylint/)
* pyright (https://pypi.org/project/pyright/)
* pyupgrade (https://pypi.org/project/pyupgrade/)
## Installation
**Using pip**
```bash
pip install tcex-app-testing
```
## Documentation
https://threatconnect.readme.io/docs/tcex-app-testing-overview
## Release Notes
https://threatconnect.readme.io/docs/tcex-app-testing-release-notes
## Development
After cloning the repository, install the development requirements.
```bash
pip install -e .[dev]
```
## Contact
If you have any questions, bugs, or requests please contact support@threatconnect.com
Raw data
{
"_id": null,
"home_page": "",
"name": "tcex-app-testing",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": "",
"keywords": "tcex,threatconnect",
"author": "",
"author_email": "ThreatConnect <support@threatconnect.com>",
"download_url": "https://files.pythonhosted.org/packages/d6/3d/cb1d258294d71ce774aee34dff4ce607c5aa216bc27ca85073224718ffe2/tcex_app_testing-1.0.0.tar.gz",
"platform": null,
"description": "# tcex-app-testing - ThreatConnect™ Exchange App Testing Framework\n\nThe TcEx App testing framework provides functionality for using pytest to test TcEx Apps.\n\n## Requirements\n\n * arrow (https://pypi.python.org/pypi/arrow)\n * astunparse (https://pypi.python.org/pypi/astunparse)\n * black (https://pypi.org/project/black/)\n * deepdiff (https://pypi.org/project/deepdiff/)\n * hvac (https://pypi.org/project/hvac/)\n * inflect (https://pypi.python.org/pypi/inflect)\n * isort (https://pypi.org/project/isort/)\n * mako (https://pypi.org/project/mako/)\n * pyaes (https://pypi.org/project/pyaes/)\n * pydantic (https://pypi.org/project/pydantic/)\n * pytest (https://pypi.org/project/pytest/)\n * pytest-cov (https://pypi.org/project/pytest-cov/)\n * pytest-html (https://pypi.org/project/pytest-html/)\n * pytest-xdist (https://pypi.org/project/pytest-xdist/)\n * python-dateutil (https://pypi.python.org/pypi/python-dateutil)\n * redis (https://pypi.python.org/pypi/redis)\n * requests (https://pypi.python.org/pypi/requests)\n * rich (https://pypi.python.org/pypi/rich)\n * semantic_version (https://pypi.org/project/semantic-version/)\n * typer (https://pypi.python.org/pypi/typer)\n\n### Development Requirements\n\n * bandit (https://pypi.org/project/bandit/)\n * pre-commit (https://pypi.org/project/pre-commit/)\n * pydocstyle (https://pypi.org/project/pydocstyle/)\n * pylint (https://pypi.org/project/pylint/)\n * pyright (https://pypi.org/project/pyright/)\n * pyupgrade (https://pypi.org/project/pyupgrade/)\n\n## Installation\n\n**Using pip**\n\n```bash\npip install tcex-app-testing\n```\n\n## Documentation\n\nhttps://threatconnect.readme.io/docs/tcex-app-testing-overview\n\n## Release Notes\n\nhttps://threatconnect.readme.io/docs/tcex-app-testing-release-notes\n\n## Development\n\nAfter cloning the repository, install the development requirements.\n\n```bash\npip install -e .[dev]\n```\n\n## Contact\n\nIf you have any questions, bugs, or requests please contact support@threatconnect.com\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "ThreatConnect Exchange App Testing Framework",
"version": "1.0.0",
"project_urls": {
"Documentation": "https://github.com/ThreatConnect-Inc/tcex-app-testing",
"Source": "https://github.com/ThreatConnect-Inc/tcex-app-testing"
},
"split_keywords": [
"tcex",
"threatconnect"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fde15c42ce128b755f7572b15b3bab4973e9972ee5cbf0be1d658e40bd191a89",
"md5": "6909f61d0b5b0f7f2be6a3f670465654",
"sha256": "ce92057fd5a7140ba8cff1ec6aadfd219c79589bd36bb7b4eb199cee984d104d"
},
"downloads": -1,
"filename": "tcex_app_testing-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6909f61d0b5b0f7f2be6a3f670465654",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 185296,
"upload_time": "2023-07-27T00:24:34",
"upload_time_iso_8601": "2023-07-27T00:24:34.839829Z",
"url": "https://files.pythonhosted.org/packages/fd/e1/5c42ce128b755f7572b15b3bab4973e9972ee5cbf0be1d658e40bd191a89/tcex_app_testing-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d63dcb1d258294d71ce774aee34dff4ce607c5aa216bc27ca85073224718ffe2",
"md5": "6f6aec941dde4b279b1988f43bf4bdfc",
"sha256": "3e9660b5fa07659a15fb997e6f0a2df872b5f1132ca0af100e2273258f7f5a40"
},
"downloads": -1,
"filename": "tcex_app_testing-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "6f6aec941dde4b279b1988f43bf4bdfc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 129256,
"upload_time": "2023-07-27T00:24:36",
"upload_time_iso_8601": "2023-07-27T00:24:36.941316Z",
"url": "https://files.pythonhosted.org/packages/d6/3d/cb1d258294d71ce774aee34dff4ce607c5aa216bc27ca85073224718ffe2/tcex_app_testing-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-27 00:24:36",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ThreatConnect-Inc",
"github_project": "tcex-app-testing",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "tcex-app-testing"
}