PyScaffold¶
PyScaffold helps you to easily setup a new Python project, it is as easy as:
putup my_project
This will create a new subdirectory called my_project, inside which you will find a git repository, setup.py, and the folders document and test, ready for some serious coding.
Type putup -h
to learn about more configuration options. PyScaffold assumes
that you have Git installed and set up on your PC,
meaning at least your name and email configured.
The scaffold of my_project
provides you with a lot of
features. PyScaffold is compatible with Python 2.7, 3.3 and
3.4.
Contents¶
- Features
- Installation
- Configuration
- Contributions & Help
- License
- Authors
- Changelog
- Version 2.3, 2015-??-??
- Version 2.2.1, 2015-06-18
- Version 2.2, 2015-06-01
- Version 2.1, 2015-04-16
- Version 2.0.4, 2015-03-17
- Version 2.0.3, 2015-03-17
- Version 2.0.2, 2015-03-04
- Version 2.0.1, 2015-02-27
- Version 2.0, 2015-02-25
- Version 1.4, 2014-12-16
- Version 1.3.2, 2014-12-02
- Version 1.3.1, 2014-11-24
- Version 1.3, 2014-11-17
- Version 1.2, 2014-10-13
- Version 1.1, 2014-09-29
- Version 1.0, 2014-09-05
- Version 0.9, 2014-07-27
- Version 0.8, 2014-07-25
- Version 0.7, 2014-06-05
- Version 0.6.1, 2014-05-15
- Version 0.6, 2014-05-14
- Version 0.5, 2014-05-02
- Version 0.4.1, 2014-04-27
- Version 0.4, 2014-04-23
- Version 0.3, 2014-04-18
- Version 0.2, 2014-04-15
- Version 0.1.2, 2014-04-10
- Version 0.1.1, 2014-04-10
- Version 0.1, 2014-04-03
- Module Reference