Metadata-Version: 2.1
Name: zerocrypt
Version: 0.2
Summary: Node' crypto library bind to python
Home-page: UNKNOWN
Author: Zerolevel team
Author-email: zerolevel@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# racrypt
small package, which allow to crypto lib on C in Python

[![PyPI version](https://badge.fury.io/py/racrypt.svg)](https://badge.fury.io/py/racrypt)
[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

# Requirements
  - python3 
  - pip

# Tests

```sh
    cd racrypt
    python3 tests/test_crypto.py
```



