0.3.0 • Published 7 years ago

generator-pypi-master v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

NPM version Build status Coverage percentage Dependency Status Codacy Badge

generator-pypi-master

NPM

A complete pypi package generator

Generator example

Generate a new custom pypi package in seconds.

For a simpler python project - check out generator-pyboot.

Features

  • Populated setup.py ready for pypi publishing
  • Easy virtualenv setup script
  • Pre-badged README.md
  • Travis-Ci yml setup with suggested testing
  • Gitignore with the usual suspects
  • Pre-populated requirements.txt
  • License generator
  • Github feature templates

Installation

First, install Yeoman and generator-pypi-master using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-pypi-master

Then generate your new project:

yo pypi-master

Generated File Tree

package/
|-- .github/
|    |-- CONTRIBUTING.md
|    |-- ISSUE_TEMPLATE.md
|    |-- PULL_REQUEST_TEMPLATE.md
|-- package/
|    |-- __init__.py
|    |-- core.py
|    |-- tests/
|        |-- __init__.py
|-- CHANGELOG.md
|-- LICENSE 
|-- MANIFEST.in
|-- README.md
|-- requirements.txt
|-- setup.py 
|-- setup.sh

Test

npm test

Contribute

Go here to submit feature suggestions or report a bugs. Pull requests are also welcome.

License

MIT © mijdavis2

0.3.0

7 years ago

0.2.8

8 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.0

8 years ago