https://github.com/kludex/python-monorepo
The Python Monorepo template! :tada:
https://github.com/kludex/python-monorepo
Last synced: 3 months ago
JSON representation
The Python Monorepo template! :tada:
- Host: GitHub
- URL: https://github.com/kludex/python-monorepo
- Owner: Kludex
- Created: 2023-03-03T01:04:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T01:04:47.000Z (over 2 years ago)
- Last Synced: 2025-04-19T20:56:08.557Z (6 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Monorepo
The purpose of this repo is to demonstrate how to create a monorepo.
## Usage
### Run tests
```bash
pants test ::
```