https://github.com/horta/pystart
Quick-start for Python packages.
https://github.com/horta/pystart
distutils package python quickstart setup setuptools
Last synced: 6 months ago
JSON representation
Quick-start for Python packages.
- Host: GitHub
- URL: https://github.com/horta/pystart
- Owner: horta
- License: mit
- Created: 2018-01-09T11:52:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T19:31:31.000Z (about 8 years ago)
- Last Synced: 2025-02-23T18:49:11.738Z (over 1 year ago)
- Topics: distutils, package, python, quickstart, setup, setuptools
- Language: Python
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# pystart
[](https://travis-ci.org/horta/pystart) [](https://travis-ci.org/horta/pystart)
Quickly create new Python packages with standard configuration files.
This package provides a command-line utility that asks simple questions in order to create a standard Python project from scratch. It is a handy way to start a new project with a clean structure!
## Install
It can be installed from command-line using [pip](https://pypi.python.org/pypi/pip):
```bash
pip install pystart
```
## Usage
From command-line, go to the folder you use to maintain your projects and enter
```bash
pystart
```
Done. It will asks the package name, author name, among other questions, to create the initial structure of your Python project.
## Example
Animated GIF demonstrating the usage.
## Authors
* [Danilo Horta](https://github.com/horta)
## Acknowledgements
- [Readable Licenses](https://github.com/nevir/readable-licenses) for providing license templates in markdown format.
## License
This project is licensed under the [MIT License](https://raw.githubusercontent.com/horta/pystart/master/LICENSE.md).