Metadata-Version: 2.1
Name: gritholdings
Version: 1.1.3
Summary: The Grit Holdings SDK for Python
Home-page: https://github.com/gritholdings/gritholdings-sdk-py
Author: Grit Holdings, Inc
License: Apache License 2.0
Project-URL: Documentation, https://gritholdings.gitbook.io/
Project-URL: Source, https://github.com/gritholdings/gritholdings-sdk-py
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Python: >= 3.8

# The Grit Holdings SDK for Python

This is the Grit Holdings Software Development Kit (SDK) for Python.

# Getting Started

Assuming that you have a supported version of Python installed, you can first set up your environment with:

```
$ python3 -m venv env
...
$ . env/bin/activate
$ pip install -r requirements.txt
$ python3 examples.py
```

# More Resources

- Visit [documentation](https://gritholdings.gitbook.io/docs)
- Visit [website](https://www.meetgrit.com)
- Visit [linkedin](https://www.linkedin.com/company/gritholdings)
