-
CLC
- Chicago, IL, USA
-
16:21
(UTC -08:00) - https://cooperlees.com
- @cooperlees
Stars
The premier source of truth powering network automation. Open source under Apache 2. Try NetBox Cloud free: https://netboxlabs.com/products/free-netbox-cloud/
Python composable command line interface toolkit
Asynchronous HTTP client/server framework for asyncio and Python
Cross-platform lib for process and system monitoring in Python
A lightweight library for converting complex objects to and from simple Python datatypes.
Example code for the book Fluent Python, 1st Edition (O'Reilly, 2015)
A cross platform Bluetooth Low Energy Client for Python using asyncio
Minimal PyPI server for uploading & downloading packages with pip/easy_install
AsyncSSH is a Python package which provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python asyncio framework.
A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.
Python Netlink and PF_ROUTE library — network configuration and monitoring
Wrapper to use boto3 resources with the aiobotocore async backend
Gilectomy branch of CPython. Use "gilectomy" branch in git. Read the important, short README below!
A PyPI mirror client according to PEP 381 + PEP 503 + PEP 691
libnmap is a python library to run nmap scans, parse and diff scan results. It supports python 2.7 up to 3.8. It's wonderful.
A thin Cython-based wrapper on top of libsystemd, focused on exposing the dbus API via sd-bus in an automated and easy to consume way.
PyTCP is a fully functional TCP/IP stack written in Python. It supports TCP stream-based transport with reliable packet delivery based on a sliding window mechanism and basic congestion control. It…