{ "info": { "author": "Ingy dot Net", "author_email": "ingy@ingy.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python" ], "description": "package-maker - Make a Python Package\n-------------------------------------\n\nThe ``package`` package package package is a framework for building and\nmaintaining Python packages, like those bound for PyPI:\n\n http://pypi.python.org/pypi/package/\n\nThis package, ``package-maker``, installs a command line utility called\n``python-package-maker`` that creates a new package for you.\n\nAll you need to do is:\n\n > python-package-maker newthing\n\nThe package-maker will generate a new package directory (called newthing) for\nyou and configure it completely, based on your ``package-py`` default\nsettings.\n\nThis utility assumes that you have already installed and configured the\n``package`` package package package from PyPI, and that you are somewhat\nfamiliar with it.\n\nOnce you get used to the power of ``package``, this little utility will just\nget you started on a new package, a little faster.\n\nInstallation\n------------\n\nUse::\n\n > sudo pip install package-maker\n\nor::\n\n > sudo easy install package-maker\n\nor::\n\n > git clone git://github.com/ingydotnet/package-maker-py.git\n > cd package-maker-py\n > sudo make install\n\nUsage\n-----\n\nFrom the command line run:\n\n > cd ~/src\n > python-package-maker newthing\n > cd newthing\n > make help\n > make test\n # etc...\n\nDevelopment Status\n------------------\n\nAlpha\n\nAuthors\n-------\n\n* Ingy dot Net \n\nCopyright\n---------\n\npackage-maker is Copyright (c) 2011, Ingy dot Net\n\npackage-maker is licensed under the New BSD License. See the LICENSE file.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/ingydotnet/package-maker-py/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "package-maker", "package_url": "https://pypi.org/project/package-maker/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/package-maker/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/ingydotnet/package-maker-py/" }, "release_url": "https://pypi.org/project/package-maker/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Make a new Python package", "version": "0.0.1" }, "last_serial": 307292, "releases": { "0.0.1": [] }, "urls": [] }