modern-package-template

PasteScript template to create a Python project with distribute and buildout support
Download

modern-package-template Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Price:
  • FREE
  • Publisher Name:
  • Sridhar Ratnakumar
  • Publisher web site:
  • http://bitbucket.org/srid/

modern-package-template Tags


modern-package-template Description

PasteScript template to create a Python project with distribute and buildout support modern-package-template is a PasteScript template to create an initial layout for your Python projects using modern tools and practices followed in the Python community. Thus, your projects will have the following characteristics:1. Use Distribute instead of setuptools as the BDFL himself supports it.2. Buildout support, though you are not required to make use of it.3. README.txt and NEWS.txt automatically included in your package metadata as long_description, thus making them appear in the PyPI page for your project.See the section titled "Roadmap" below for planned features.Getting startedFirst install modern-package-template using PyPM or pip:pypm install modern-package-templateORpip install modern-package-templateTo create a Python project called "helloworld", run the following command in your terminal:paster create -t modern_package helloworldYou could also, optionally, create namespace packages:paster create -t modern_package my.new.package package=my.new.packageOnce you create the project layout, the very first thing you must do is to review the contents of README.txt and edit it accordingly. Requirements: · Python · PasteScript What's New in This Release: · Remove dependency on Distribute · Remove distribute_setup.py


modern-package-template Related Software