{ "info": { "author": "Marco Bartolini", "author_email": "marco.bartolini@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Programming Language :: Python", "Topic :: Software Development :: Documentation", "Topic :: Utilities" ], "description": "CATO\n====\n\nThis module implements the necessary routines used to embed license\ninformations into source code project files.\nThe package installation also installs a command line utility along with the\nlicense files in textual format in a hidden directory inside the user home.\n\n\nLICENSE\n=======\n\nCato license terms can be found in the LICENSE file distributed with the \npackage.\n\nINSTALLATION\n============\n\nafter downloading the package::\n\n $ cd cato\n $ python setup.py install\n\nor via pypi automatic installation::\n\n $ pip install cato\n\nDOCUMENTAION\n============\n\nDeveloper documentation is distributed in html format along with the package,\nand can be obtained running epydoc on the source code files::\n\n Usage: cato -l gpl-3.0 -o \"John Doe\" -e john@doe.com -y 2012 filename.py\n\nCato is free software for applying licenses to your source code files. You\ncan customize cato changing the cato.cfg file that you find in ~/.cato/ and\nadding license textual files in ~/cato/licenses/. License files can contain\n and textual tags which will be replaced with cato\ninformations. Embedded license versions will be applied on the first empty\nline of each source file scanned, if no empty line is found, no license is\napplied. In its normal behaviour cato apply the license to the files given as\narguments on the command line, while using -d option it scans the given\ndirectory for file extensions specified as command line arguments. If -r is\nprovided in conjunction with -d, all the directory tree is scanned starting\nfrom the supplied dir.\n\nOptions::\n -h, --help show this help message and exit\n --list Lists available licenses and quit\n -l LICENSE, --license=LICENSE\n The license name, use --list to list all licenses\n available\n -o OWNER, --owner=OWNER\n the copyright owner\n -e EMAIL, --email=EMAIL\n email contact of the copyright owner\n -y YEAR, --year=YEAR the copyright year, defaults to current year\n -d DIRECTORY, --directory=DIRECTORY\n a target directory where to find sources and add a\n LICENSE file\n -r only with -d. If set recursively parses directory tree\n -c COMMENT, --comment=COMMENT\n overrides comment syntax", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/flyingfrog81/cato/zipball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/flyingfrog81/cato", "keywords": null, "license": "gpl", "maintainer": null, "maintainer_email": null, "name": "cato", "package_url": "https://pypi.org/project/cato/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cato/", "project_urls": { "Download": "https://github.com/flyingfrog81/cato/zipball/master", "Homepage": "https://github.com/flyingfrog81/cato" }, "release_url": "https://pypi.org/project/cato/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Cato is a command line tool which facilitates source code licensing", "version": "1.0.1" }, "last_serial": 787266, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "ea27704a32e88d198ed7b690964b07e6", "sha256": "954c45cc57748cc9faa740e7c445d7b85ce68a153153588dfa35e9a5e6af99e1" }, "downloads": -1, "filename": "cato-1.0.tar.gz", "has_sig": false, "md5_digest": "ea27704a32e88d198ed7b690964b07e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65331, "upload_time": "2012-01-22T12:30:28", "url": "https://files.pythonhosted.org/packages/8f/6c/470778caf36e617d0a685fe385bc16ea161e9d4c8c92287925196ee48330/cato-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "f580aa493693875c78df6983d33674be", "sha256": "a484ead631fc25ce6c1fe7b3d7b2d4e0a2f5ac6ba597ab29de03c817e940e156" }, "downloads": -1, "filename": "cato-1.0.1.tar.gz", "has_sig": false, "md5_digest": "f580aa493693875c78df6983d33674be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65406, "upload_time": "2012-01-23T11:29:05", "url": "https://files.pythonhosted.org/packages/c1/f7/5456c3434e539d064d111dfada1b0801119161c582b07984427165338e94/cato-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f580aa493693875c78df6983d33674be", "sha256": "a484ead631fc25ce6c1fe7b3d7b2d4e0a2f5ac6ba597ab29de03c817e940e156" }, "downloads": -1, "filename": "cato-1.0.1.tar.gz", "has_sig": false, "md5_digest": "f580aa493693875c78df6983d33674be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65406, "upload_time": "2012-01-23T11:29:05", "url": "https://files.pythonhosted.org/packages/c1/f7/5456c3434e539d064d111dfada1b0801119161c582b07984427165338e94/cato-1.0.1.tar.gz" } ] }