python-progressor
Advanced tools
+5
-2
| Metadata-Version: 2.1 | ||
| Name: python-progressor | ||
| Version: 0.1.0 | ||
| Version: 0.1.1 | ||
| Summary: | ||
@@ -9,6 +9,9 @@ Home-page: https://github.com/40ants/python-progressor | ||
| Author-email: svetlyak.40wt@gmail.com | ||
| Requires-Python: >=3.7,<4.0 | ||
| Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.* | ||
| Classifier: Programming Language :: Python :: 2 | ||
| Classifier: Programming Language :: Python :: 2.7 | ||
| Classifier: Programming Language :: Python :: 3 | ||
| Classifier: Programming Language :: Python :: 3.6 | ||
| Classifier: Programming Language :: Python :: 3.7 | ||
| Requires-Dist: jsonrpc-requests (>=0.4.0,<0.5.0) | ||
| Project-URL: Repository, https://github.com/40ants/python-progressor |
+2
-2
| [tool.poetry] | ||
| name = "python-progressor" | ||
| module_name = "progressor" | ||
| version = "0.1.0" | ||
| version = "0.1.1" | ||
| description = "" | ||
@@ -12,3 +12,3 @@ authors = ["Alexander Artemenko <svetlyak.40wt@gmail.com>"] | ||
| [tool.poetry.dependencies] | ||
| python = "^3.7" | ||
| python = "~2.7 || ^3.6" | ||
| jsonrpc-requests = "^0.4.0" | ||
@@ -15,0 +15,0 @@ |
+2
-2
@@ -11,3 +11,3 @@ # -*- coding: utf-8 -*- | ||
| 'name': 'python-progressor', | ||
| 'version': '0.1.0', | ||
| 'version': '0.1.1', | ||
| 'description': '', | ||
@@ -20,3 +20,3 @@ 'long_description': None, | ||
| 'install_requires': install_requires, | ||
| 'python_requires': '>=3.7,<4.0', | ||
| 'python_requires': '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*', | ||
| } | ||
@@ -23,0 +23,0 @@ |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
5076
5.27%