Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 774 Bytes

File metadata and controls

28 lines (17 loc) · 774 Bytes

Contributing And Development

Contributions are welcome.

For now, use these project guides as the canonical references:

Local setup quick start

  1. Create or activate your Python environment.

  2. Install pyosMeta in editable mode with development dependencies:

    pip install -e ".[dev]"
  3. Run tests:

    hatch run test:run-coverage

As docs evolve, this section can be expanded with contributor workflows, testing guidance, and release procedures from the repository guides.