https://github.com/jacobcoffee/python-source-builds
Build Python from source with selectable options. https://www.build-python-from-source.com/ but with 3.13 options for free threading and JIT
https://github.com/jacobcoffee/python-source-builds
builder free-threaded litestar litestar-framework python
Last synced: 5 months ago
JSON representation
Build Python from source with selectable options. https://www.build-python-from-source.com/ but with 3.13 options for free threading and JIT
- Host: GitHub
- URL: https://github.com/jacobcoffee/python-source-builds
- Owner: JacobCoffee
- License: mit
- Created: 2024-10-11T02:48:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-11T18:02:59.000Z (about 1 year ago)
- Last Synced: 2025-05-07T06:59:07.765Z (5 months ago)
- Topics: builder, free-threaded, litestar, litestar-framework, python
- Language: Python
- Homepage: https://pysourcebuild.scriptr.dev/
- Size: 3.1 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# About
Build Python from source, with 3.13 options.
# Examples
![]()
![]()
# How to Install
> [!NOTE]
> `requirements.txt` is for deploys only, not to be used for development.To install and set up the app, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/JacobCoffee/gobupython-source-builds.git
cd python-source-builder
```2. Install app, run app
```bash
make install
make serve
```3. Open your browser and navigate to: http://localhost:8000
# Contributing
They are welcome.