Foundational Python utilities for scripting, automation, and data wrangling. These modules favor standard-library solutions and portability.
- Clone or download this repository.
- Navigate to
Python/Basic/and inspect the agent guidelines inAGENTS.md. - Use the
CoreCodeAgentfor new modules andBaselineTestAgentfor tests to ensure compliance.
scripts/— command-line entry points.utils/— reusable helper modules with full type annotations.tests/— pytest-compatible suites covering each utility.
- Target Python 3.12.
- Depend only on the standard library.
- Every module must ship with docstrings and examples documented in the README.