importing wolfcrypt-py repo

This commit is contained in:
Moisés Guimarães
2016-04-28 13:20:10 -03:00
parent a54b0f9d0c
commit 7e661ab866
12 changed files with 1419 additions and 0 deletions

38
wrapper/python/README.rst Normal file
View File

@@ -0,0 +1,38 @@
wolfcrypt: the wolfSSL Crypto Engine
====================================
A Python wrapper which encapsulates the wolfCrypt API inside wolfSSL library
**REQUIRES** [wolfSSL](https://github.com/wolfSSL/wolfssl)
1. Clone the repository::
$ git clone git@github.com:wolfssl/wolfcrypt-py.git
2. Make sure that ``cffi``, ``py.test``, and ``tox`` are installed::
$ pip install -r requirements-testing.txt
3. Run ``python setup.py install`` to build and install wolfcrypt-py::
$ python setup.py install
...
Finished processing dependencies for wolfcrypt==0.1
4. Test locally with ``tox``::
$ tox
...
_________________________________ summary _________________________________
py27: commands succeeded
congratulations :)