https://github.com/kostya-zero/pipe
📦 Lightweight and fast build system for your Python project.
https://github.com/kostya-zero/pipe
build-system python
Last synced: 5 months ago
JSON representation
📦 Lightweight and fast build system for your Python project.
- Host: GitHub
- URL: https://github.com/kostya-zero/pipe
- Owner: kostya-zero
- Created: 2022-12-27T05:56:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T06:58:32.000Z (over 1 year ago)
- Last Synced: 2025-06-08T05:44:30.916Z (about 1 year ago)
- Topics: build-system, python
- Language: Rust
- Homepage:
- Size: 157 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pipe
A lightweight and fast build system for Python.
> [!NOTE]
> If you would like to use old version of Pipe, go to [old branch](https://github.com/kostya-zero/pipe/tree/old).
## Features
- **Cross-platform**. Pipe can work wherever Python and C compilers are available, including Windows, Linux, and macOS.
- **Native Compilation**. Pipe can compile Python code natively use Nuitka.
- **Powered By Rust**. Rust allows us to write Pipe in a more efficient and secure way.
## Roadmap
Pipe is currently in development. We are working on the following features:
- [ ] Basic terminal interface.
- [ ] Python Integration.
- - [ ] Check Python version.
- [ ] PIP Integration.
- - [ ] Install packages.
- - [ ] Install packages from `requirements.txt`.
- - [ ] Update Packages.
- - [ ] Check packages information.
- [ ] Project Configuration.
- - [ ] Create new project.
- - [ ] Project Structure.
- - [ ] Project Management.
- [ ] Build System.
And much more...