{ "info": { "author": "Walter Dolce", "author_email": "walterdolce@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Build Tools" ], "description": ".. image:: https://travis-ci.org/walterdolce/python-package-license-generator.svg?branch=master\n :target: https://travis-ci.org/walterdolce/python-package-license-generator\n.. _GNU Coding Standards: https://www.gnu.org/prep/standards/html_node/_002d_002dversion.html\n\n=================\nlicense-generator\n=================\nThe ``license-generator`` is a simple CLI tool which allows you to create LICENSE files.\nThe tool ships with the most common types of licenses used in the software industry. The list of licenses\navailable can be found in the ``license_generator/licenses/`` folder.\n\nPlease note the package is undergoing development so you **may** find bugs or see ugly output.\n\nUsage\n-----\nTo generate a license, run the command by specifying the license name as shown below.\nExample: ::\n\n $ license-generator generate MIT\n\n\nThis commend will generate a LICENSE file in the current directory.\nIt is also possible to generate a license in your preferred directory.\nExample: ::\n\n $ license-generator generate MIT --destination-dir 'some/path'\n\nThis command will generate the LICENSE file in \"some/path\".\n\nCommands Available\n------------------\n\n+ **generate**: generates a LICENSE file from the license name specified.\n+ **help**: shows usage info.\n+ **version**: shows package version, copyright notice and legal status (as defined by the `GNU Coding Standards`_)\n\n============\nContributing\n============\n\nPlease see the DEVELOPMENT.rst file for more information.\n\n=======\nLicense\n=======\nPlease see the LICENSE file for more information.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/walterdolce/python-package-license-generator", "keywords": "license generator cli utility tool file licenses generators utilities files tools", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "license-generator", "package_url": "https://pypi.org/project/license-generator/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/license-generator/", "project_urls": { "Homepage": "https://github.com/walterdolce/python-package-license-generator" }, "release_url": "https://pypi.org/project/license-generator/0.5.0/", "requires_dist": null, "requires_python": "", "summary": "A command line tool for generating license files", "version": "0.5.0" }, "last_serial": 2161988, "releases": { "0.5.0": [] }, "urls": [] }