eggcrypt 1.0.2__tar.gz → 1.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {eggcrypt-1.0.2 → eggcrypt-1.0.3}/PKG-INFO +1 -1
- eggcrypt-1.0.3/eggcrypt/__init__.py +1 -0
- {eggcrypt-1.0.2 → eggcrypt-1.0.3}/eggcrypt.egg-info/PKG-INFO +1 -1
- {eggcrypt-1.0.2 → eggcrypt-1.0.3}/pyproject.toml +1 -1
- {eggcrypt-1.0.2 → eggcrypt-1.0.3}/setup.py +1 -1
- eggcrypt-1.0.2/eggcrypt/__init__.py +0 -1
- {eggcrypt-1.0.2 → eggcrypt-1.0.3}/LICENSE +0 -0
- {eggcrypt-1.0.2 → eggcrypt-1.0.3}/README.md +0 -0
- {eggcrypt-1.0.2 → eggcrypt-1.0.3}/eggcrypt/egg.py +0 -0
- {eggcrypt-1.0.2 → eggcrypt-1.0.3}/eggcrypt.egg-info/SOURCES.txt +0 -0
- {eggcrypt-1.0.2 → eggcrypt-1.0.3}/eggcrypt.egg-info/dependency_links.txt +0 -0
- {eggcrypt-1.0.2 → eggcrypt-1.0.3}/eggcrypt.egg-info/top_level.txt +0 -0
- {eggcrypt-1.0.2 → eggcrypt-1.0.3}/setup.cfg +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from .egg import encrypt, decrypt
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
from .egg import encode, decode
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|