{ "info": { "author": "useanalias", "author_email": "use.an.alias@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Software Development :: Libraries" ], "description": "markmywords\n-----------\n\nThis library is nothing more and nothing less than a simple Markov chain text generator.\n\n>>> from markmywords import Markov\n>>> with open('declaration.txt', 'r') as f:\n... text = f.read()\n>>> m = Markov(text, degree=2)\n>>> m.generate(max_words=13)\n\"petitioned for redress in the meantime exposed to all the dangers of invasion\"", "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/useanalias/markmywords", "keywords": "markov chain artificial intelligence text generation", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "markmywords", "package_url": "https://pypi.org/project/markmywords/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/markmywords/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/useanalias/markmywords" }, "release_url": "https://pypi.org/project/markmywords/0.2/", "requires_dist": null, "requires_python": null, "summary": "A text-generating Markov chain library", "version": "0.2" }, "last_serial": 1825502, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "a61af6d4da1ef40e59177297f92239a4", "sha256": "e1704ca2986975f26b52704b13d9e61c6389e55c1a17ee4eee9b9bd4312354d2" }, "downloads": -1, "filename": "markmywords-0.1.tar.gz", "has_sig": false, "md5_digest": "a61af6d4da1ef40e59177297f92239a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 856, "upload_time": "2015-11-18T04:57:44", "url": "https://files.pythonhosted.org/packages/90/4b/6d07b4a58ac730d964e0796ae8e2348441209ea57e58394fdceffdf7a29b/markmywords-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "27ecd8f4bbfc274437f73370df769f21", "sha256": "e1d7bfd9aa6c47eda8c476991ba2ff30f98bad97f82c31fd8d2db876fe569378" }, "downloads": -1, "filename": "markmywords-0.2.tar.gz", "has_sig": false, "md5_digest": "27ecd8f4bbfc274437f73370df769f21", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2014, "upload_time": "2015-11-20T05:52:17", "url": "https://files.pythonhosted.org/packages/35/13/6298ed204dfe61ae435e6ba667b0e0f8db5efa3257a3abc4a7335b4b8f5b/markmywords-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "27ecd8f4bbfc274437f73370df769f21", "sha256": "e1d7bfd9aa6c47eda8c476991ba2ff30f98bad97f82c31fd8d2db876fe569378" }, "downloads": -1, "filename": "markmywords-0.2.tar.gz", "has_sig": false, "md5_digest": "27ecd8f4bbfc274437f73370df769f21", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2014, "upload_time": "2015-11-20T05:52:17", "url": "https://files.pythonhosted.org/packages/35/13/6298ed204dfe61ae435e6ba667b0e0f8db5efa3257a3abc4a7335b4b8f5b/markmywords-0.2.tar.gz" } ] }