Metadata-Version: 2.1
Name: schedules-tools
Version: 8.14.14
Summary: Schedules tools to handle/convert various schedule formats
Home-page: https://github.com/RedHat-Eng-PGM/python-schedules-tools
Author: RH PLM
Author-email: pp-dev-list@redhat.com
License: MIT
Project-URL: Bug Tracker, https://github.com/RedHat-Eng-PGM/python-schedules-tools/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
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: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: rally
Provides-Extra: smartsheet
License-File: LICENSE.txt

# Schedules Tools
Library to handle various schedule sources and storage

[![Test](https://github.com/RedHat-Eng-PGM/python-schedules-tools/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/RedHat-Eng-PGM/python-schedules-tools/actions/workflows/test.yml)
[![Pypi Upload](https://github.com/RedHat-Eng-PGM/python-schedules-tools/actions/workflows/pypi.yml/badge.svg)](https://github.com/RedHat-Eng-PGM/python-schedules-tools/actions/workflows/pypi.yml)
[![Pypi Version](https://img.shields.io/pypi/v/schedules-tools.svg)](https://pypi.org/project/schedules-tools/)

## Pypi Package
https://pypi.org/project/schedules-tools/

## Tests
Smartsheet tests need SMARTSHEET_API_TOKEN env variable.
Run as either:
- tox
- tox -e py
- tox -e py specific.test
- tox -p
- pytest
- pytest specific.test

To regenerate test data:
- tox -e regenerate


