passphera-core 0.8.0__tar.gz → 0.8.1__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {passphera-core-0.8.0 → passphera-core-0.8.1}/PKG-INFO +3 -1
- {passphera-core-0.8.0 → passphera-core-0.8.1}/passphera_core.egg-info/PKG-INFO +3 -1
- {passphera-core-0.8.0 → passphera-core-0.8.1}/passphera_core.egg-info/SOURCES.txt +1 -0
- passphera-core-0.8.1/passphera_core.egg-info/requires.txt +1 -0
- {passphera-core-0.8.0 → passphera-core-0.8.1}/setup.py +3 -1
- {passphera-core-0.8.0 → passphera-core-0.8.1}/README.md +0 -0
- {passphera-core-0.8.0 → passphera-core-0.8.1}/passphera_core/__init__.py +0 -0
- {passphera-core-0.8.0 → passphera-core-0.8.1}/passphera_core/exceptions.py +0 -0
- {passphera-core-0.8.0 → passphera-core-0.8.1}/passphera_core/generator.py +0 -0
- {passphera-core-0.8.0 → passphera-core-0.8.1}/passphera_core.egg-info/dependency_links.txt +0 -0
- {passphera-core-0.8.0 → passphera-core-0.8.1}/passphera_core.egg-info/top_level.txt +0 -0
- {passphera-core-0.8.0 → passphera-core-0.8.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: passphera-core
|
3
|
-
Version: 0.8.
|
3
|
+
Version: 0.8.1
|
4
4
|
Summary: The core system of passphera project
|
5
5
|
Home-page: https://github.com/passphera/core
|
6
6
|
Author: Fathi Abdelmalek
|
@@ -12,7 +12,9 @@ Classifier: Programming Language :: Python
|
|
12
12
|
Classifier: Programming Language :: Python :: 3
|
13
13
|
Classifier: Topic :: Security
|
14
14
|
Classifier: Topic :: Security :: Cryptography
|
15
|
+
Requires-Python: >=3
|
15
16
|
Description-Content-Type: text/markdown
|
17
|
+
Requires-Dist: cipherspy
|
16
18
|
|
17
19
|
# passphera-core
|
18
20
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: passphera-core
|
3
|
-
Version: 0.8.
|
3
|
+
Version: 0.8.1
|
4
4
|
Summary: The core system of passphera project
|
5
5
|
Home-page: https://github.com/passphera/core
|
6
6
|
Author: Fathi Abdelmalek
|
@@ -12,7 +12,9 @@ Classifier: Programming Language :: Python
|
|
12
12
|
Classifier: Programming Language :: Python :: 3
|
13
13
|
Classifier: Topic :: Security
|
14
14
|
Classifier: Topic :: Security :: Cryptography
|
15
|
+
Requires-Python: >=3
|
15
16
|
Description-Content-Type: text/markdown
|
17
|
+
Requires-Dist: cipherspy
|
16
18
|
|
17
19
|
# passphera-core
|
18
20
|
|
@@ -0,0 +1 @@
|
|
1
|
+
cipherspy
|
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
|
5
5
|
|
6
6
|
setup(
|
7
7
|
name='passphera-core',
|
8
|
-
version='0.8.
|
8
|
+
version='0.8.1',
|
9
9
|
author='Fathi Abdelmalek',
|
10
10
|
author_email='abdelmalek.fathi.2001@gmail.com',
|
11
11
|
url='https://github.com/passphera/core',
|
@@ -13,6 +13,8 @@ setup(
|
|
13
13
|
long_description=long_description,
|
14
14
|
long_description_content_type="text/markdown",
|
15
15
|
packages=['passphera_core'],
|
16
|
+
python_requires='>=3',
|
17
|
+
install_requires=['cipherspy'],
|
16
18
|
classifiers=[
|
17
19
|
"Development Status :: 2 - Pre-Alpha",
|
18
20
|
"License :: OSI Approved :: MIT License",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|