Instant Python
Fast, easy and reliable project generator for your Python projects.
Instant Python replaces extensive manual setup with a simple command to get started quickly. Its motivation is to emulate
commands like `ng new` or `create-react-app`, but for Python projects.
Why use Instant Python? Generating your Python project with Instant Python lets you:
|
Documentation
This section provides a high-level overview of the instant-python
library, its features, and how to get started.
For detailed instructions and examples, please refer to the Commands documentation.
Need help?
- Join a discussion 💬 on GitHub Discussions
- Raise an issue on GitHub
Installation
The latest version of instant-python
can be installed from PyPI:
Tip
We highly recommend using a virtual environment to avoid conflicts with other Python packages.
Requirements
Instant Python tries to support the latest Python versions, we officially support from Python 3.10 to 3.13. Older versions of Python may work, but they are not guaranteed to be compatible.
Contributing
We welcome contributions to instant-python
! If you have ideas, suggestions, or improvements, please check out our
contributing guide for details on how to get involved.