6 projects tagged "python3"
LEPL is a recursive descent parser library written in Python. It is based on parser combinator libraries popular in functional programming, but also exploits Python language features. Operators provide a friendly syntax, and the consistent use of generators supports full backtracking and resource management. Backtracking implies that a wide variety of grammars are supported; appropriate memoisation ensures that even left-recursive grammars terminate.
snmpd-pyagentx provides Python3 bindings for AgentX extension of the snmpd part of the Net-SNMP project. It allows you to tie into snmpd, returning your own values for OIDs or whole OID trees right from the Python code. It consists of a thin C interface for snmp_agent_api(3), provided by net-snmp project libraries, and pure Python logic for handling forwarded requests. The C code is loosely based on the python-agentx project codebase by Bozhin Zafirov.
Fathom is Python3 package that provides database inspection. It allows you to easily retrieve information about database schema for Sqlite3, PostgreSQL, MySQL, and Oracle. Fathom comes with a set of tools built upon the library, which allow you to create django models from database schema or generate entity-relationship diagrams.
The PDM library aids in inspecting and managing Python programs running as daemons, allowing client programs to connect to the daemon process in order to interact with it in various ways. Primarily, it provides an interactive read-eval-print loop, and a non-interactive programmatic interface not entirely unlike Java's JMX.
LifeQuest is a tool that keeps track of what you need to do, and tells you what to do next. You simply enter the things you want to do, along with priority and date information, and LifeQuest does the rest. Unlike other to do list programs, it aims to minimise the amount of effort you spend entering information. It is also inspired by GTD, with contexts and projects to help you find things to do wherever you are or when there is a project you want to focus on. It is also designed to be motivational. Your to do list is a Quest, your projects are Adventures, and your contexts are Locations.
A fast Ada implementation of R-like data objects, UUIDs, and simplified API.