Skip to main content

Enterprise Mission Assurance Support Service (eMASS)

Project description

## eMASS API v3.9 Specification

The emass_client_api is a Python client that implements the Enterprise Mission Assurance Support Service (eMASS) Representational State Transfer (REST) Application Programming Interface (API) specifications.

This Python package was generated from the eMASS API specification:

  • API version: v3.9
  • Package version: 3.9.1
  • Build date: 2023-05-23T01:07:18.461999Z[Etc/UTC]

Requirements.

Python 3.7+

Installation & Usage

pip install

If the python package is hosted on a repository, you can install directly using:

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:

import emass_client

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import emass_client

Tests

Execute pytest to run the tests.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

emass_client_api-3.9.1.tar.gz (104.4 kB view hashes)

Uploaded Source

Built Distribution

emass_client_api-3.9.1-py3-none-any.whl (258.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page