Metadata-Version: 2.1
Name: orn
Version: 0.1.0
Summary: A modern approach to python monorepos
Author: Daniel Seifert
Author-email: info@danielseifert.ch
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: typer (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# Orn: An opinionated python monorepo build tool

## Goals

- [ ] Build packages to sdist and wheels
- [ ] Single version across all sub packages
- [ ] Dependencies from one package to another
- [ ] Support for custom repositories, not just pypi
- [ ] "Smart" Test Suite that only runs tests in changed packages

