moves wolfcrypt-py implementation to wrapper/python/wolfcrypt

This commit is contained in:
Moisés Guimarães
2016-08-16 10:18:20 -03:00
parent 68c43e4344
commit 08f6d23e84
31 changed files with 32 additions and 29 deletions

15
wrapper/python/wolfcrypt/.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution
build/
dist/
.eggs/
*.egg-info/
# Unit test
.tox/
# Sphinx documentation
docs/_build/