An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# About

Build Python from source, with 3.13 options.

# Examples

home
rendered
api

# 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.