Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Python Packages

This directory contains all Python packages for the Envoy toolshed project.

Core Packages

Generic Packages (aio.* namespace)

These packages provide Python async functionality and are not specific to Envoy:

Envoy-specific Packages (envoy.* namespace)

These packages are specific to Envoy or work to Envoy's specific requirements:

Other Packages

Build System

  • pants-toolshed - Pants build system macros and plugins
  • deps - Python dependency lock files and requirements

PyPI Publication

All packages are published to PyPI with their original names. When published packages reference their source locations, they continue to use the package name (e.g., abstracts, aio.core, etc.) as the project home, maintaining compatibility with existing installations.

Development

See the main DEVELOPER.md for information on testing and linting with pants.