Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vpavlin/python-project
A simple template for python project
https://github.com/vpavlin/python-project
Last synced: 26 days ago
JSON representation
A simple template for python project
- Host: GitHub
- URL: https://github.com/vpavlin/python-project
- Owner: vpavlin
- License: lgpl-3.0
- Created: 2015-09-16T12:37:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-16T14:56:54.000Z (about 9 years ago)
- Last Synced: 2024-04-04T11:53:37.900Z (7 months ago)
- Language: Python
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Python Project Template
I always strugle with starting new Python projects properly. There is an awesome project called DevAssistant which helps, but I am too lazy to learn how to write my own assistants, thus I created this - a template and a script to bootstrap my projects.
Run
```
./prep.sh cool_project /path/where/my/cool/project/will/live
cd /path/where/my/cool/project/will/live
python cool_project/cli/main.py verb "Say something"
```and you should see
```
Running app a2n in version 0.1.
You said Say something
```In that case, you are good to go and the only thing I can say is: **Happy Hacking!**
P.S.: I'd like to transform this to an assistant one day. I mean it! Really!