Metadata-Version: 2.1
Name: python-elemental
Version: 0.6.0
Summary: Python Client for Elemental On-Premises Appliances
Home-page: https://github.com/cbsinteractive/elemental.git
License: MIT
Author: CBS Interactive
Author-email: video-processing-team@cbsinteractive.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: requests (>=2.23,<3.0)
Requires-Dist: xmltodict (>=0.12.0,<0.13.0)
Project-URL: Repository, https://github.com/cbsinteractive/elemental.git
Description-Content-Type: text/markdown


# Elemental

[![continuous integration status](https://github.com/cbsinteractive/elemental/workflows/CI/badge.svg)](https://github.com/cbsinteractive/elemental/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/cbsinteractive/elemental/branch/master/graph/badge.svg?token=qFdUKsI2tD)](https://codecov.io/gh/cbsinteractive/elemental)


Python Client for Elemental On-Premises Appliances

## Run Tests

Before running tests locally, install `tox` and `poetry`.

    pipx install tox
    pipx install poetry

Run tests using

    make test

To run lint, use

    make lint

## Release Updated Version
First, make sure you have been added as a collaborator [here](https://pypi.org/manage/project/python-elemental/collaboration/).
Manually increase the version [here](https://github.com/cbsinteractive/elemental/blob/master/pyproject.toml#L3) and run

    make release

