Skip to main content
Version: 2.6 (deprecated)

Example repositories

Examples to help set up your own repository.


  • A Python repo, demonstrating features such as:

    • running tests
    • using linters and formatters
    • using MyPy
    • running a REPL
    • building and running PEX files
    • building an AWS Lambda
    • generating setup.py and building .whl files
    • generating Protocol Buffer code
  • A Pants plugin repo, demonstrating how to customize Pants with your own functionality.