Drastically restructured the compression and crypto features

Converted the crypto and compression plugins to core features, and
added the utility variables and functions to the Config class in
``config.py``. Added helper functions in PappySession class in
``pappy.py`` to enable the user to pass in an encrypted project archive.
Next moving to testing and debugging!
This commit is contained in:
onizenso 2016-03-24 20:48:40 +00:00
parent 6a79209224
commit 5be69b205d
5 changed files with 355 additions and 4 deletions

3
.gitignore vendored
View file

@ -10,4 +10,5 @@ TAGS
config.json
build/*
*.egg-info/*
.#*
.#*
*notes*