Metadata-Version: 2.1
Name: vgs-api-client
Version: 0.0.1.dev202207291511
Summary: VGS API Client
Home-page: https://github.com/verygoodsecurity/vgs-api-client-python
Author: Very Good Security
Author-email: support@verygoodsecurity.com
License: BSD
Project-URL: Bug Tracker, https://github.com/verygoodsecurity/vgs-api-client-python/issues
Project-URL: Documentation, https://www.verygoodsecurity.com/docs/
Project-URL: Source Code, https://github.com/verygoodsecurity/vgs-api-client-python
Keywords: openapi,api,client,vgs,VeryGoodSecurity
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: aiohttp (==3.8.1)
Requires-Dist: base58 (==2.0.1)
Requires-Dist: chardet (<=3.0.4,>3.0.0)
Requires-Dist: click-plugins (==1.1.1)
Requires-Dist: click (<9,>=7)
Requires-Dist: configobj-dev (==2019.9.1)
Requires-Dist: cryptography (<3.5,>=2.4.1)
Requires-Dist: idna (<4,>=2.7)
Requires-Dist: Jinja2 (>=2.10)
Requires-Dist: jsonschema (<5,>=3.2.0)
Requires-Dist: keyring (<17,>=16.1.0)
Requires-Dist: keyrings.alt (<4,>=3.1)
Requires-Dist: pyaml (<18,>=17.12.1)
Requires-Dist: pyhumps (==1.6.1)
Requires-Dist: PyJWT (<2,>=1.5.3)
Requires-Dist: PyYAML (<7,>=5.1)
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: requests (==2.26.0)
Requires-Dist: semver (==2.13.0)
Requires-Dist: setuptools (==62.3.3)
Requires-Dist: simple-rest-client (==0.5.2)
Requires-Dist: termcolor (<2,>=1.1.0)
Requires-Dist: textwrap3 (==0.9.2)
Requires-Dist: urllib3 (==1.26.7)

# vgs-api-client-python

[![CircleCI](https://circleci.com/gh/verygoodsecurity/vgs-api-client-python.svg?style=svg)](https://github.com/verygoodsecurity/vgs-api-client-python)

This repository contains a Python API client library for the Very Good Security API.

### Requirements

Building and using the API client library requires Python 3.6+.

### Installation

```
pip install vgs-api-client
```

### Development

Follow [DEVELOPMENT](https://github.com/verygoodsecurity/vgs-api-client-python/blob/master/DEVELOPMENT.md) instruction.

### Release

Follow [RELEASE](https://github.com/verygoodsecurity/vgs-api-client-python/blob/master/RELEASE.md) instruction.

### Documentation

https://www.verygoodsecurity.com/docs/vault/api/

### Tutorial

https://www.verygoodsecurity.com/docs/tokenization/python-tutorial

### Artifact

https://pypi.org/project/vgs-api-client/

### Artifact

https://pypi.org/project/vgs-api-client/

### Support

support@verygoodsecurity.com

