# atramentarium
*Python3 prompt with simple command completion.*
atramentarium means "inkpot" in late latin.
## Installation
### Install with pip
```
pip install -U atramentarium
```
## Usage
```
In [1]: import atramentarium
In [2]: prompt(
command_processing_function=lambda cmd: print(cmd),
command_list=["ALICE", "BOB"]
)
> # Hit tab.
ALICE BOB
>
```
Raw data
{
"_id": null,
"home_page": "https://github.com/carlosplanchon/atramentarium",
"name": "atramentarium",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "command,completion,readline",
"author": "Carlos A. Planch\u00f3n",
"author_email": "\"Carlos A. Planch\u00f3n\" <carlosandresplanchonprestes@gmail.com>",
"download_url": "https://github.com/carlosplanchon/atramentarium/archive/v0.3.tar.gz",
"platform": null,
"description": "# atramentarium\n*Python3 prompt with simple command completion.*\n\natramentarium means \"inkpot\" in late latin.\n\n## Installation\n### Install with pip\n```\npip 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```\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Python3 prompt with simple command completion.",
"version": "0.4",
"project_urls": {
"Download": "https://github.com/carlosplanchon/atramentarium/archive/v0.3.tar.gz",
"Homepage": "https://github.com/carlosplanchon/atramentarium",
"repository": "https://github.com/carlosplanchon/atramentarium.git"
},
"split_keywords": [
"command",
"completion",
"readline"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4c7f35b228432662cf20a714466c86af927f45e373e1374e0abebf2cb64be243",
"md5": "1b40af325912cdb1dd060639cf8c9c67",
"sha256": "568eee9622f0e98de454ab2cea034b1dbe6ec8834a7a44821259e45c12567a26"
},
"downloads": -1,
"filename": "atramentarium-0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1b40af325912cdb1dd060639cf8c9c67",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3752,
"upload_time": "2023-05-19T22:18:17",
"upload_time_iso_8601": "2023-05-19T22:18:17.339515Z",
"url": "https://files.pythonhosted.org/packages/4c/7f/35b228432662cf20a714466c86af927f45e373e1374e0abebf2cb64be243/atramentarium-0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-19 22:18:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "carlosplanchon",
"github_project": "atramentarium",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "atramentarium"
}