Metadata-Version: 2.1
Name: openziti
Version: 0.4.0
Summary: Ziti Python SDK
Home-page: https://github.com/openziti/ziti-sdk-py
Author: OpenZiti Developers
Author-email: developers@openziti.org
License: Apache 2.0
Project-URL: Documentation, https://openziti.github.io/ziti/overview.html
Project-URL: Source, https://github.com/openziti/ziti-sdk-py
Project-URL: Tracker, https://github.com/openziti/ziti-sdk-py/issues
Project-URL: Discussion, https://openziti.discourse.group/
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/markdown
License-File: LICENSE

Ziti SDK for Python
===================

# Installation

Ziti SDK for Python is distributed via Python Package Index(PyPI)

```shell
$ pip install openziti
```

# Usage

## Identity Enrollment

Acquire [Ziti Enrollment Token](https://openziti.github.io/ziti/identities/overview.html) 
```shell
$ python -m openziti enroll -j <JWT file> -i <ID JSON file>
```


# Getting Help

Please use these community resources for getting help. We use GitHub [issues](https://github.com/NetFoundry/ziti-sdk-py/issues) 
for tracking bugs and feature requests and have limited bandwidth to address them.

- Read the [docs](https://openziti.github.io/ziti/overview.html)
- Join our [Developer Community](https://openziti.org)
- Participate in discussion on [Discourse](https://openziti.discourse.group/)

Copyright&copy; 2018-2022. NetFoundry, Inc.
