Metadata-Version: 2.1
Name: pythemis
Version: 0.14.10
Home-page: https://cossacklabs.com
Author: CossackLabs
Author-email: dev@cossacklabs.com
License: Apache 2.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS

# PyThemis

_Python_ wrapper for [Themis] crypto library.

Themis is an open-source high-level cryptographic services library that provides secure data exchange, authentication, and storage protection.
Themis provides ready-made building components, which simplifies the usage of core cryptographic security operations.

[Themis]: https://github.com/cossacklabs/themis

## Getting started

PyThemis requires native Themis library to be installed.
Please refer to the [installation instructions][install].

In-depth documentation can be found on our [Documentation Server].     
Make sure to check out the [Examples].
<!--

TODO: refer to simulators, code samples, and tests here

-->

[install]: https://docs.cossacklabs.com/themis/languages/python/installation/
[Documentation Server]: https://docs.cossacklabs.com/themis/
[Examples]: /docs/examples/python


## Licensing

The code is distributed under [Apache 2.0 license].

[Apache 2.0 license]: /src/wrappers/themis/python/LICENSE
