{ "info": { "author": "Rootbuzz", "author_email": "info@rootbuzz.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Utilities" ], "description": "## Installation ##\n\nInstall lib with pip:\n\n\tpip install doccito\n\n**- OR -**\n\nPut the \"doccito\" `directory` somewhere in your python path\n\n\n## Usage ##\n\nDoccito allows quick and easy documentation for your project by taking a readme.markdown file and constructing an html page with a table of contents corresponding to the document's <\\h\\> tags.\n\nMore markdown syntax and examples can be found on the Markdown website, here.\n\n###Command-Line Arguments###\n\nRunning Doccito on the command-line allows use of either a provided base.html page for your document or a custom one with the [--template] command.\n\nRunning Doccito without any arguments will bring up it's help menu with optional arguments:\n\n -h, --help show help message and exit\n --stdio specifies stdio\n --template specifies custom html template\n --version show program's version number and exit\n\n\n\tcat README.markdown | python doccito.py --stdio > docs.html\n\n**- OR -**\n\n\tpython doccito.py README.markdown > docs.html\n\nwill take the README.markdown file and throw it into the default base.html template and create and send it to docs.html.\n\n\tcat README.markdown | python doccito.py --stdio --template layout.html > docs.html\n\nwill use layout.html as it's template.\n\n\n\n##API##\n\nUsing Doccito as a library allows use of several functions:\n\n###doccito.create_docs###\n\n - `input` is a string containing the documentation in .markdown\n - `template` is the .html template to be used (optional)\n\nExample usage:\n\n import doccito\n\n doccito.create_docs(input, template=\"./base.html\")", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://doccito.com", "keywords": "documentation", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "doccito", "package_url": "https://pypi.org/project/doccito/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/doccito/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://doccito.com" }, "release_url": "https://pypi.org/project/doccito/0.1.4/", "requires_dist": null, "requires_python": null, "summary": "Send alerts, notifications, and messages based on events in your django application", "version": "0.1.4" }, "last_serial": 791295, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "7558460b8a0405d68f91b076ecdbf5d1", "sha256": "bf3ed7f0c81a1920d7d09f2b708a4e403a2bdb62cf9d9ba2613ca4ac08a8ee19" }, "downloads": -1, "filename": "doccito-0.1.tar.gz", "has_sig": false, "md5_digest": "7558460b8a0405d68f91b076ecdbf5d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3642, "upload_time": "2011-06-29T18:33:18", "url": "https://files.pythonhosted.org/packages/47/56/ad6b05cffb76429961dc1175393409bd69cc6c2efd23dfb3ec9d2fe686be/doccito-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "adbe4c95406b32ad474656676659aed2", "sha256": "f551ea17967ee0a6de78d8eebdbfe8656502156d739dcf94059636a50a9e40e3" }, "downloads": -1, "filename": "doccito-0.1.1.tar.gz", "has_sig": false, "md5_digest": "adbe4c95406b32ad474656676659aed2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3940, "upload_time": "2011-07-08T22:59:23", "url": "https://files.pythonhosted.org/packages/65/db/503e94f0a675ad1c4ca02718c26109813a76c7b972d88d14185344905c71/doccito-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "4eaf93d5b9b1e44c25a812089201e2c6", "sha256": "6807d0818827d3cf2a179261586d2631fedceab706b43611cffefd9f9ee6ad2f" }, "downloads": -1, "filename": "doccito-0.1.2.tar.gz", "has_sig": false, "md5_digest": "4eaf93d5b9b1e44c25a812089201e2c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4042, "upload_time": "2011-09-02T18:52:33", "url": "https://files.pythonhosted.org/packages/23/42/b24b0a5269d33821637f0ed34d367368dd6b57d4c2a34a9d0739834aebe9/doccito-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "44cc0d9e53e258808d0fddb457d0469e", "sha256": "f487c33a4dec8a34bff002a085ed1d6b0225f1fd764b0f6beb8789ab912924e8" }, "downloads": -1, "filename": "doccito-0.1.3.tar.gz", "has_sig": false, "md5_digest": "44cc0d9e53e258808d0fddb457d0469e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4043, "upload_time": "2011-09-02T19:07:25", "url": "https://files.pythonhosted.org/packages/17/ba/a37238bf28d8be34a4b8bf62c2d01f9327f40d30774459a9cd2ca2be9102/doccito-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "d688a5896939ce35ffc04c1f95606779", "sha256": "34b18b493c052315f06db62c04648f32ee53b027cf189b1145d18641c1aecfde" }, "downloads": -1, "filename": "doccito-0.1.4.tar.gz", "has_sig": false, "md5_digest": "d688a5896939ce35ffc04c1f95606779", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4072, "upload_time": "2011-09-02T19:19:14", "url": "https://files.pythonhosted.org/packages/56/8e/8ef2420b367a33578f9e964d9ebf44e48c2303f8a209a406cfe3895b9cf0/doccito-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d688a5896939ce35ffc04c1f95606779", "sha256": "34b18b493c052315f06db62c04648f32ee53b027cf189b1145d18641c1aecfde" }, "downloads": -1, "filename": "doccito-0.1.4.tar.gz", "has_sig": false, "md5_digest": "d688a5896939ce35ffc04c1f95606779", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4072, "upload_time": "2011-09-02T19:19:14", "url": "https://files.pythonhosted.org/packages/56/8e/8ef2420b367a33578f9e964d9ebf44e48c2303f8a209a406cfe3895b9cf0/doccito-0.1.4.tar.gz" } ] }