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:
parent
6a79209224
commit
5be69b205d
5 changed files with 355 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -10,4 +10,5 @@ TAGS
|
|||
config.json
|
||||
build/*
|
||||
*.egg-info/*
|
||||
.#*
|
||||
.#*
|
||||
*notes*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue