Metadata-Version: 2.1
Name: vgs-api-client
Version: 0.0.1.dev202205311507
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: setuptools (>=30.3.0)
Requires-Dist: python-dateutil (>=2.5.3)
Requires-Dist: urllib3 (>=1.25.3)

# 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

