## eMASS API v3.12 Specification
The emass_client_api is a Python client that implements the [Enterprise Mission Assurance Support Service (eMASS)](https://disa.mil/~/media/Files/DISA/Fact-Sheets/eMASS.pdf)
Representational State Transfer (REST) Application Programming Interface (API) specifications.
This Python package was generated from the eMASS API specification:
- API version: v3.12
- Package version: 3.12.0
- Build date: 2023-10-10T14:36:02.975730Z[Etc/UTC]
## Requirements.
Python 3.7+
## Installation & Usage
### pip install
If the python package is hosted on a repository, you can install directly using:
```sh
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
```
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)
Then import the package:
```python
import emass_client
```
### Setuptools
Install via [Setuptools](http://pypi.python.org/pypi/setuptools).
```sh
python setup.py install --user
```
(or `sudo python setup.py install` to install the package for all users)
Then import the package:
```python
import emass_client
```
### Tests
Execute `pytest` to run the tests.
Raw data
{
"_id": null,
"home_page": "https://github.com/mitre/emass_client",
"name": "emass-client-api",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "OpenAPI,OpenAPI-Generator,Enterprise Mission Assurance Support Service (eMASS)",
"author": "OpenAPI-Generator",
"author_email": "saf@groups.mitre.org",
"download_url": "https://files.pythonhosted.org/packages/13/fc/668daf3a1b744e81f784bc220a5ed51fd0320383a2ea444cbc8ce0c30f49/emass_client_api-3.12.0.tar.gz",
"platform": null,
"description": " ## eMASS API v3.12 Specification\n\nThe emass_client_api is a Python client that implements the [Enterprise Mission Assurance Support Service (eMASS)](https://disa.mil/~/media/Files/DISA/Fact-Sheets/eMASS.pdf)\nRepresentational State Transfer (REST) Application Programming Interface (API) specifications.\n\n\nThis Python package was generated from the eMASS API specification:\n\n- API version: v3.12\n- Package version: 3.12.0\n- Build date: 2023-10-10T14:36:02.975730Z[Etc/UTC]\n\n## Requirements.\n\nPython 3.7+\n\n## Installation & Usage\n### pip install\n\nIf the python package is hosted on a repository, you can install directly using:\n\n```sh\npip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git\n```\n(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)\n\nThen import the package:\n```python\nimport emass_client\n```\n\n### Setuptools\n\nInstall via [Setuptools](http://pypi.python.org/pypi/setuptools).\n\n```sh\npython setup.py install --user\n```\n(or `sudo python setup.py install` to install the package for all users)\n\nThen import the package:\n```python\nimport emass_client\n```\n\n### Tests\n\nExecute `pytest` to run the tests.\n \n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Enterprise Mission Assurance Support Service (eMASS)",
"version": "3.12.0",
"project_urls": {
"Homepage": "https://github.com/mitre/emass_client"
},
"split_keywords": [
"openapi",
"openapi-generator",
"enterprise mission assurance support service (emass)"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "be72942bbe6d28fc1fc525505d4e3663f0e859462431504fd21301dafc169ccd",
"md5": "85195c45191611fd374cf92340f5c560",
"sha256": "362e979353ac574aceb5fd6145248c96075d2f4bc4721d5ed595d203237afc06"
},
"downloads": -1,
"filename": "emass_client_api-3.12.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "85195c45191611fd374cf92340f5c560",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 348782,
"upload_time": "2023-10-10T14:48:32",
"upload_time_iso_8601": "2023-10-10T14:48:32.504238Z",
"url": "https://files.pythonhosted.org/packages/be/72/942bbe6d28fc1fc525505d4e3663f0e859462431504fd21301dafc169ccd/emass_client_api-3.12.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "13fc668daf3a1b744e81f784bc220a5ed51fd0320383a2ea444cbc8ce0c30f49",
"md5": "fed69b3ac9c3baba996a58f3f82d403c",
"sha256": "42b5cfb45335a1910fc67e57bc649e28d705db54c097858419c57374ef132617"
},
"downloads": -1,
"filename": "emass_client_api-3.12.0.tar.gz",
"has_sig": false,
"md5_digest": "fed69b3ac9c3baba996a58f3f82d403c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 124747,
"upload_time": "2023-10-10T14:48:34",
"upload_time_iso_8601": "2023-10-10T14:48:34.744238Z",
"url": "https://files.pythonhosted.org/packages/13/fc/668daf3a1b744e81f784bc220a5ed51fd0320383a2ea444cbc8ce0c30f49/emass_client_api-3.12.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-10 14:48:34",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mitre",
"github_project": "emass_client",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "emass-client-api"
}