🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

python-language-server

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

python-language-server - pypi Package Compare versions

Comparing version
0.35.0
to
0.35.1
+1
-1
PKG-INFO
Metadata-Version: 2.1
Name: python-language-server
Version: 0.35.0
Version: 0.35.1
Summary: Python Language Server for the Language Server Protocol

@@ -5,0 +5,0 @@ Home-page: https://github.com/palantir/python-language-server

@@ -11,7 +11,7 @@

{
"date": "2020-09-10T20:08:36-0500",
"date": "2020-09-16T15:20:40-0500",
"dirty": false,
"error": null,
"full-revisionid": "eb479ff2b214a13fd1c2fb1dcf2993a45c3bb830",
"version": "0.35.0"
"full-revisionid": "7dbd812124e5baa08aa5299370e09665e0026675",
"version": "0.35.1"
}

@@ -18,0 +18,0 @@ ''' # END VERSION_JSON

Metadata-Version: 2.1
Name: python-language-server
Version: 0.35.0
Version: 0.35.1
Summary: Python Language Server for the Language Server Protocol

@@ -5,0 +5,0 @@ Home-page: https://github.com/palantir/python-language-server

jedi<0.18.0,>=0.17.0
python-jsonrpc-server>=0.4.0
pluggy
ujson>=3.0.0
[:platform_system != "Windows" and python_version < "3.0"]
ujson<=2.0.3
[:python_version < "3"]

@@ -15,2 +17,5 @@ future>=0.14.0

[:python_version > "3"]
ujson>=3.0.0
[all]

@@ -17,0 +22,0 @@ autopep8

@@ -15,10 +15,6 @@ #!/usr/bin/env python

'python-jsonrpc-server>=0.4.0',
'pluggy']
'pluggy',
'ujson<=2.0.3 ; platform_system!="Windows" and python_version<"3.0"',
'ujson>=3.0.0 ; python_version>"3"']
if sys.version_info[0] == 2:
install_requires.append('ujson<=2.0.3; platform_system!="Windows"')
else:
install_requires.append('ujson>=3.0.0')
setup(

@@ -25,0 +21,0 @@ name='python-language-server',