pyls-livepy

View on PyPIReverse Dependencies (0)

0.3.0 pyls_livepy-0.3.0-py3-none-any.whl

Wheel Details

Project: pyls-livepy
Version: 0.3.0
Filename: pyls_livepy-0.3.0-py3-none-any.whl
Download: [link]
Size: 26507
MD5: 4953c2276f50e3d7eb817288afc7f598
SHA256: 453e354bc757032ecd749ea606d336e1e2bd80d6db401f6ea3213499282fb4c2
Uploaded: 2021-07-20 20:42:31 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pyls-livepy
Version: 0.3.0
Summary: A realtime debugging and testing plugin for the Python Language Server.
Author: Andrew Phillips
Author-Email: skeledrew[at]gmail.com
Home-Page: https://gitlab.com/skeledrew/pyls-livepy
Project-Url: Repository, https://gitlab.com/skeledrew/pyls-livepy
License: AGPL-3.0-or-later
Keywords: language-server-protocol,python-lsp-server
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Testing :: Unit
Classifier: Topic :: Text Editors :: Integrated Development Environments (IDE)
Classifier: Topic :: Utilities
Requires-Python: >=3.7,<4.0
Requires-Dist: birdseye (<0.10.0,>=0.9.1); extra == "runs" or extra == "all"
Requires-Dist: loguru (<0.6.0,>=0.5.3)
Requires-Dist: python-lsp-server (<2.0.0,>=1.1.0); extra == "pyls" or extra == "all"
Provides-Extra: all
Provides-Extra: pyls
Provides-Extra: runs
Description-Content-Type: text/x-rst
[Description omitted; length: 3378 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.3
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pyls_livepy/__init__.py sha256=2rlyOyyAo_opfI0FcLJrtkTNjYYb5LIkwI_MsNrEmsc 454
pyls_livepy/data/noxfile.py sha256=NmGTFVnieG93Po410i80EnEkV_Wi_9Xkf2WfLDHF8gw 3033
pyls_livepy/plugin.py sha256=nmhrDUdo5Ay4XeDoqlBflNAQaAUW1Pp1LMdsyrphpQA 6228
pyls_livepy/runner.py sha256=eeXpK6mqw64-a_GaxF8h5z1sBj8Ye0dx5tIClUxlYqg 11052
pyls_livepy/tracer.py sha256=1AbefNkb2E96Bx_8FiEcvz0q6oFJ4ij8r4Xl6CTkol8 2945
pyls_livepy/utils.py sha256=Yv4xSJlR-oB5g3K3Lmv3XdVg7Z7x2Qy13CKkYW4kf8U 3936
pyls_livepy-0.3.0.dist-info/entry_points.txt sha256=LLNZL-0ZH6x3cTAmUA94pjRmpaIJ5il7CzhI0bLST8g 100
pyls_livepy-0.3.0.dist-info/LICENSE.txt sha256=DZak_2itbUtvHzD3E7GNUYSRK6jdOJ-GqncQ2weavLA 34523
pyls_livepy-0.3.0.dist-info/WHEEL sha256=V7iVckP-GYreevsTDnv1eAinQt_aArwnAxmnP0gygBY 83
pyls_livepy-0.3.0.dist-info/METADATA sha256=CFGz-fG0AlpKQhCKW4dskUjmiECHvY5uZx_YMiMdaXA 4650
pyls_livepy-0.3.0.dist-info/RECORD

entry_points.txt

pyls-livepy-runner = pyls_livepy.runner:run
[pyls]
pyls_livepy = pyls_livepy.plugin