{ "info": { "author": "Carlos A. Planch\u00f3n", "author_email": "bubbledoloresuruguay2@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Build Tools" ], "description": "# atramentarium\n*Python3 prompt with simple command completion.*\n\natramentarium means \"inkpot\" in late latin.\n\n## Installation\n### Install with pip\n```\npip3 install -U atramentarium\n```\n\n## Usage\n```\nIn [1]: import atramentarium\n\nIn [2]: prompt(\n command_processing_function=lambda cmd: print(cmd),\n command_list=[\"ALICE\", \"BOB\"]\n )\n> # Hit tab.\nALICE BOB\n>\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/carlosplanchon/atramentarium/archive/v0.3.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/carlosplanchon/atramentarium", "keywords": "command,completion,readline", "license": "GPL3", "maintainer": "", "maintainer_email": "", "name": "atramentarium", "package_url": "https://pypi.org/project/atramentarium/", "platform": "", "project_url": "https://pypi.org/project/atramentarium/", "project_urls": { "Download": "https://github.com/carlosplanchon/atramentarium/archive/v0.3.tar.gz", "Homepage": "https://github.com/carlosplanchon/atramentarium" }, "release_url": "https://pypi.org/project/atramentarium/0.3/", "requires_dist": null, "requires_python": "", "summary": "Python3 prompt with simple command completion.", "version": "0.3" }, "last_serial": 5184640, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "5c8e04ac2fe1aa17e1b10ed0d20c98d4", "sha256": "695f24eaff2ee9e1c94862a2565298dfc90ca469680ca7e9e299bf0d9f07d180" }, "downloads": -1, "filename": "atramentarium-0.1.tar.gz", "has_sig": false, "md5_digest": "5c8e04ac2fe1aa17e1b10ed0d20c98d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2322, "upload_time": "2019-04-24T21:04:27", "url": "https://files.pythonhosted.org/packages/f7/54/eb89f4bdca4b3e6450ab368b80b9f9e17d180ed512f0959ca66e826a79e5/atramentarium-0.1.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "e46b7e639bdb76f6bb6852bb16b37b66", "sha256": "c49a9ace2969353671469ae36f48519299d3221dca9d1257506ee3ea1f9d63d6" }, "downloads": -1, "filename": "atramentarium-0.3.tar.gz", "has_sig": false, "md5_digest": "e46b7e639bdb76f6bb6852bb16b37b66", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2405, "upload_time": "2019-04-24T21:31:02", "url": "https://files.pythonhosted.org/packages/01/e8/4aa77cca7612b0ea99e758f9004cf362e4f48198a48d2b28b41b6626bfef/atramentarium-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e46b7e639bdb76f6bb6852bb16b37b66", "sha256": "c49a9ace2969353671469ae36f48519299d3221dca9d1257506ee3ea1f9d63d6" }, "downloads": -1, "filename": "atramentarium-0.3.tar.gz", "has_sig": false, "md5_digest": "e46b7e639bdb76f6bb6852bb16b37b66", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2405, "upload_time": "2019-04-24T21:31:02", "url": "https://files.pythonhosted.org/packages/01/e8/4aa77cca7612b0ea99e758f9004cf362e4f48198a48d2b28b41b6626bfef/atramentarium-0.3.tar.gz" } ] }