A curated list of awesome Python frameworks, libraries, software and resources
-
Updated
Dec 19, 2021 - Python
{{ message }}
A curated list of awesome Python frameworks, libraries, software and resources
Rich is a Python library for rich text and beautiful formatting in the terminal.
Distributed Task Queue (development branch)
Command line interface for testing internet bandwidth using speedtest.net
Pure Python 3 MTProto API Telegram client library, for bots too!
A Python library for the Docker Engine API
A Python library for automating interaction with websites.
GitPython is a python library used to interact with Git repositories.
CLI tool and python library that converts the output of popular command-line tools and file-types to JSON or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts.
Telegram MTProto API Client Library and Framework in Pure Python for Users and Bots
oletools - python tools to analyze MS OLE2 files (Structured Storage, Compound File Binary Format) and MS Office documents, for malware analysis, forensics and debugging.
Python dictionaries with advanced dot notation access
Abseil Common Libraries (Python)
Python Library for Studying Binary Trees
Triples within a TriplesBlock are list elements. E.g.:
expr = Builtin_NOTEXISTS(
graph = GroupGraphPatternSub(
part = [TriplesBlock_{'triples': [[rdflib.term.Variable('a'), rdflib.term.URIRef('https://github.com/GreenfishK/DataCitation/citing/valid_from'), rdflib.term.Variable('valid_from')]], '_vars': set()}]
_vars = set()
A Python wrapper for the tesseract-ocr API
Python library and CLI tool to interface with Google Translate's text-to-speech API
Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. It allows you to write HTML pages in pure Python very concisely, which eliminate the need to learn another template language, and to take advantage of the more powerful features of Python.
Unofficial GoPro API Library for Python - connect to GoPro via WiFi.
A python library for visualizing Artificial Neural Networks (ANN)
Celery Periodic Tasks backed by the Django ORM
In las file format, vlrs info is crucial to correctly describe point's spatial location.
However, if you try to use pyntcloud.las_header.vlrs, you wouldn't get anything, the value is alway none.
Through your source code, I can see you try to use
data["las_header"] = las.header
But it can not pass vlrs or evlrs info into new object, because in laspy, vlrs info is dynamically obtained afterw
Add a description, image, and links to the python-library topic page so that developers can more easily learn about it.
To associate your repository with the python-library topic, visit your repo's landing page and select "manage topics."
This is suggested in Gitter chat (Russian room). We have such method for
uia_controls.MenuWrapper. But some menus are implemented as toolbar with drop-down submenus. It makes sense to add similar methods to choose such submenu items.