Metadata-Version: 2.1
Name: tankersdk
Version: 0.1.1
Summary: Python client for Tanker
Home-page: https://gitlab.com/TankerHQ/sdk-python/
License: Apache 2.0
Author: Tanker team
Author-email: tech@tanker.io
Requires-Python: >=3.7,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/x-rst

.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
  :target: https://opensource.org/licenses/Apache-2.0
.. image:: https://img.shields.io/badge/python-v3.7%20v3.8%20v3.9-blue.svg
  :target: https://gitlab.com/TankerHQ/sdk-python
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
  :target: https://github.com/psf/black
.. image:: https://img.shields.io/badge/mypy-checked-blue.svg
   :target: https://mypy-lang.org
.. image:: https://gitlab.com/TankerHQ/sdk-python/badges/master/pipeline.svg
   :target: https://gitlab.com/TankerHQ/sdk-python/pipelines

Tanker Python SDK
=================

Overview
--------

The `Tanker SDK <https://tanker.io>`_ provides an easy-to-use SDK allowing you to protect your users'
data.

This repository only contains Python3 bindings. The core library can be found in the `TankerHQ/sdk-native GitHub project <https://github.com/TankerHQ/sdk-native>`_.

Contributing
------------

We are actively working to allow external developers to build and test this project
from source. That being said, we welcome feedback of any kind. Feel free to
open issues or pull requests on the `GitLab project <https://gitlab.com/TankerHQ/sdk-python>`_.

Documentation
-------------

See `API documentation <https://docs.tanker.io/latest/api/core/python>`_.

License
-------

The Tanker Python SDK is licensed under the `Apache License, version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`_.

