Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

python-progressor

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

python-progressor - pypi Package Compare versions

Comparing version
0.1.0
to
0.1.1
+5
-2
PKG-INFO
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
[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 @@

@@ -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 @@