• 
      

    Add the packaging and initial setup for the Python registries package.

    Review Request #14013 — Created July 8, 2024 and submitted

    Information

    python-registries
    main

    Reviewers

    registries is a Python package that provides classes for managing
    the registration and lookup of classes, objects, or other state, backed
    by unique lookup attributes. It originally comes from Djblets, but is
    being split out and modernized.

    This initial change sets up the packaging infrastructure, testing files,
    and the initial package files. It does not include the registry
    functionality, which will come in an upcoming change.

    Successfully built a package.

    Ran pytest and tox with the in-progress implementation change.

    Summary ID
    Add the packaging and initial setup for the Python registries package.
    `registries` is a Python package that provides classes for managing the registration and lookup of classes, objects, or other state, backed by unique lookup attributes. It originally comes from Djblets, but is being split out and modernized. This initial change sets up the packaging infrastructure, testing files, and the initial package files. It does not include the registry functionality, which will come in an upcoming change.
    a3c5c6f40531a50b121f36b125502f0bdf2791ac
    Description From Last Updated

    There's no readme file here. Did you forget it, or is this on your list to add later?

    daviddavid
    david
    1. 
        
    2. pyproject.toml (Diff revision 1)
       
       
      Show all issues

      There's no readme file here. Did you forget it, or is this on your list to add later?

      1. That's coming later. I wanted to get the code I've had sitting around my tree up and ready to look at. (There's no hurry on any of this.)

        I'll do docs and README when I need a mental break.

    3. 
        
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed