____ _ _ ____ __ __ _ _
| _ \ _ _| |_| |__ ___ _ __ / ___| ___ __ _ / _|/ _| ___ | | __| |
| |_) | | | | __| '_ \ / _ \| '_ \ \___ \ / __/ _` | |_| |_ / _ \| |/ _` |
| __/| |_| | |_| | | | (_) | | | | ___) | (_| (_| | _| _| (_) | | (_| |
| | \__, |\__|_| |_|\___/|_| |_| |____/ \___\__,_|_| |_| \___/|_|\__,_|
|_| |___/
A Yeoman generator for creating a setuptools based python module
Yeoman generators are used to scaffold out projects of all types and languages, you can learn more about them here. This generator will scaffold out a python module that can be installed with setuptools. By following the command prompts, it will create a setup customized for your specific purposes.
In order to use this generator, you'll need to have Node.js installed. NVM is a useful tool for installing versions of Node.js and npm.
Once Node.js is installed, install yeoman by running npm install -g yeoman
. Once that is done, clone this repo, switch to the root directory, and run npm link
. With this completed, you can run yo generator-python
in a directory to scaffold out a Python application.
Future releases will be deployed to, and made available on npm
Feedback and pull requests always welcome!!
MIT