Metadata-Version: 2.1
Name: tekdrive
Version: 1.1.0
Summary: Package to interact with the TekDrive API.
Home-page: UNKNOWN
Author: Initial State
Author-email: thomas@initialstate.com
License: UNKNOWN
Keywords: tektronix tekdrive tekcloud
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests (<3.0,>=2.25.0)
Provides-Extra: dev
Requires-Dist: black (==20.8b1) ; extra == 'dev'
Requires-Dist: flake8 (>=3.8.4) ; extra == 'dev'
Requires-Dist: pytest (>=6.2.2) ; extra == 'dev'
Requires-Dist: vcrpy (>=4.1.1) ; extra == 'dev'
Provides-Extra: lint
Requires-Dist: black (==20.8b1) ; extra == 'lint'
Requires-Dist: flake8 (>=3.8.4) ; extra == 'lint'
Provides-Extra: release
Requires-Dist: twine (==3.4.2) ; extra == 'release'
Provides-Extra: test
Requires-Dist: pytest (>=6.2.2) ; extra == 'test'
Requires-Dist: vcrpy (>=4.1.1) ; extra == 'test'

[![TekCloud Logo](https://raw.githubusercontent.com/tektronix/tekdrive-sdk-python/master/ext/tekcloud-logo.png)](https://tekcloud.com)

# TekDrive Python SDK
This is a Python SDK for interacting with the TekDrive API.

## Quick Links
#### SDK
- [PyPI](https://pypi.org/project/tekdrive/)
- [Documentation](https://tektronix.github.io/tekdrive-sdk-python/)
- [File a Bug/Request a Feature](https://github.com/tektronix/tekdrive-sdk-python/issues/new/choose)

#### Other
- [TekDrive API Documentation](https://docs.drive.tekcloud.com)
- [TekDrive Marketing Page](https://www.tek.com/software/tekdrive)


## Install
The SDK is available on PyPI:

```console
$ pip install tekdrive
```

This SDK officially supports Python 3.6+.


