{ "info": { "author": "Carlos Montecinos Geisse", "author_email": "carlos.w.montecinos@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "do-pack\n=======\n\nA simple and quick command line tool to create python packages.\n\n.. image:: https://badge.fury.io/py/do-pack.svg\n :target: https://badge.fury.io/py/do-pack\n\n.. image:: https://travis-ci.org/wilfredinni/do-pack.svg?branch=master\n :target: https://travis-ci.org/wilfredinni/do-pack\n\n.. image:: https://requires.io/github/wilfredinni/do-pack/requirements.svg?branch=master\n :target: https://requires.io/github/wilfredinni/do-pack/requirements/?branch=master \n\n.. image:: https://api.codacy.com/project/badge/Grade/33ea81ba45c64d1199f8b9cd94f11131\n :target: https://www.codacy.com/app/carlos.w.montecinos/do-pack?utm_source=github.com&utm_medium=referral&utm_content=wilfredinni/do-pack&utm_campaign=Badge_Grade\n\n.. image:: https://bettercodehub.com/edge/badge/wilfredinni/do-pack?branch=master\n :target: https://bettercodehub.com/\n\n.. image:: http://img.shields.io/badge/license-MIT-green.svg\n :target: https://github.com/wilfredinni/do-pack/blob/master/LICENSE\n\nInstall\n-------\n\n``$ pip install do-pack``\n\nUsage\n-----\n\nThe config command\n~~~~~~~~~~~~~~~~~~\n\n``$ do config``\n\nUse it to fill common fields once (if executed twice it\nwill overwrite the previous configuration).\n\nCreate a default python project\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n``$ do create ``\n\nCreate a project using one of the available templates\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n``$ do create -t