https://github.com/omry/python-build-tests
https://github.com/omry/python-build-tests
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/omry/python-build-tests
- Owner: omry
- Created: 2021-03-26T03:24:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-01T21:47:08.000Z (almost 5 years ago)
- Last Synced: 2025-01-26T00:12:15.966Z (12 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 1_passthrough_build_backend
The Simplest approach, use a dummy build backend that delegates to setuptools.build_meta.* and add additional
logic available during build.
### plugins_use_case
A somewhat realistic emulation of the real problem.