{ "info": { "author": "Yu-Jie Lin", "author_email": "livibetter@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Environment :: Console :: Curses", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3", "Topic :: Office/Business", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Utilities" ], "description": "==========\nc (urcalc)\n==========\n\n*c* is a simple calculator in terminal using Urwid_, created solely for big\nbuttons to click with mouse button, not meant to be having complex arithmetic\noperations, just basic ``+-*/``.\n\n.. _Urwid: http://urwid.org/\n.. figure:: https://bytebucket.org/livibetter/c/raw/tip/c.png\n\nThis project's name is \"c,\" however, in order to register on PyPI_, it uses\n\"urcalc\" as the PyPI package name. ``c`` is also the command to invoke the\ncalculator.\n\n\n.. contents:: **Contents**\n :local:\n\n\nInstallation\n============\n\nYou can install via ``pip``:\n\n.. code:: sh\n\n $ pip install c\n $ c\n\n\nDependencies\n------------\n\n* Python 3\n* Urwid_\n\n\nControls\n========\n\nBeside ``LMB`` (Left Mouse Button) to press button on screen, there are also\nkeyboard controls as listed below:\n\n+------------------------+--------------------------+\n| key | action |\n+========================+==========================+\n| ``Enter`` or ``Space`` | press focused button |\n+------------------------+--------------------------+\n| arrow keys | navigate through buttons |\n+------------------------+--------------------------+\n| ``0`` to ``9`` | enter the digit |\n+------------------------+--------------------------+\n| ``Backspace`` | remove lowest digit |\n+------------------------+--------------------------+\n| ``N`` | change sign |\n+------------------------+--------------------------+\n| ``.`` | begin fractional part |\n+------------------------+--------------------------+\n| ``=`` | get answer |\n+------------------------+--------------------------+\n| ``C``, ``Escape`` | clear |\n+------------------------+--------------------------+\n| ``Q`` | quit |\n+------------------------+--------------------------+\n\n\nLinks\n=====\n\n* Bitbucket_\n* PyPI_\n\n.. _Bitbucket: https://bitbucket.org/livibetter/c\n.. _PyPI: https://pypi.python.org/pypi/urcalc\n\n\nCopyright\n=========\n\nThis project is licensed under the MIT License, see COPYING_.\n\n.. _COPYING: https://bitbucket.org/livibetter/c/src/tip/COPYING", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bitbucket.org/livibetter/c", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "urcalc", "package_url": "https://pypi.org/project/urcalc/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/urcalc/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://bitbucket.org/livibetter/c" }, "release_url": "https://pypi.org/project/urcalc/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Simple calculator in terminal using Urwid", "version": "0.2.0" }, "last_serial": 1204035, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1a503fcfab5976c87459676f138aa57f", "sha256": "d582997b93695fe8b9a1850a938a46f51e398d5a9c806bcb107e44098580cc7c" }, "downloads": -1, "filename": "urcalc-0.1.0-py33-none-any.whl", "has_sig": false, "md5_digest": "1a503fcfab5976c87459676f138aa57f", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 6832, "upload_time": "2014-08-17T16:01:12", "url": "https://files.pythonhosted.org/packages/c7/47/e52160841822636695b1674f662943d3b3570074cef0e9c95b68fe156b3c/urcalc-0.1.0-py33-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6eb91b736b40c3975f67ec10235aee20", "sha256": "d3596e86149096eb4624f9887a3cb557ac6a6baed1566813f3592552d68766d8" }, "downloads": -1, "filename": "urcalc-0.1.0.tar.gz", "has_sig": false, "md5_digest": "6eb91b736b40c3975f67ec10235aee20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6463, "upload_time": "2014-08-17T16:01:07", "url": "https://files.pythonhosted.org/packages/c7/10/2512061c1e6e395f88f695d7268bd76aec8d38ce0f194e4804070b343e45/urcalc-0.1.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "aa8474b11216da073439139ecb10f9ee", "sha256": "85c0f7d597548a15444fdafb034819ab40180cb8369b1f9755054a758604ffc6" }, "downloads": -1, "filename": "urcalc-0.1.0.zip", "has_sig": false, "md5_digest": "aa8474b11216da073439139ecb10f9ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10927, "upload_time": "2014-08-17T16:01:10", "url": "https://files.pythonhosted.org/packages/e1/99/14cbf5802bf3cb84936caba20fdd68f85a530643a06bdad4263ab7919c60/urcalc-0.1.0.zip" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "f5f5bb1a62c1df328312b3aaaf452b69", "sha256": "afefa3e61cec7339366e16b880d74cd968f9d04c43f412ef16b7204be8f75f95" }, "downloads": -1, "filename": "urcalc-0.2.0-py33-none-any.whl", "has_sig": false, "md5_digest": "f5f5bb1a62c1df328312b3aaaf452b69", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 7184, "upload_time": "2014-08-27T13:13:52", "url": "https://files.pythonhosted.org/packages/d2/08/0359185a1fe4de7b0ce9bfdbd9fa47add664ec435f30058cbab43bcdb8e1/urcalc-0.2.0-py33-none-any.whl" }, { "comment_text": "", "digests": { "md5": "af0fe3489680db9cf11509e16e14d401", "sha256": "00af5f80325dd9fdad6bad49f18ff6abfdd562935f68117aaf06ab91441f5ecc" }, "downloads": -1, "filename": "urcalc-0.2.0.tar.gz", "has_sig": false, "md5_digest": "af0fe3489680db9cf11509e16e14d401", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6838, "upload_time": "2014-08-27T13:13:25", "url": "https://files.pythonhosted.org/packages/44/a8/c46fbeb9574ee5d1575b6b2ec7d48ff07f3c5afaa691a9af3c63e3cdaefc/urcalc-0.2.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "58346be7e91b04f896138b087f9d80f3", "sha256": "baca92cab94ceafc459180428c47af9d2199a2f7b71d55aed2c85143b1269dc9" }, "downloads": -1, "filename": "urcalc-0.2.0.zip", "has_sig": false, "md5_digest": "58346be7e91b04f896138b087f9d80f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11349, "upload_time": "2014-08-27T13:13:30", "url": "https://files.pythonhosted.org/packages/fe/d1/1a53a7b2eca16f3598adea27e32632cf2069b16ad30eaa963bb524b50cd2/urcalc-0.2.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f5f5bb1a62c1df328312b3aaaf452b69", "sha256": "afefa3e61cec7339366e16b880d74cd968f9d04c43f412ef16b7204be8f75f95" }, "downloads": -1, "filename": "urcalc-0.2.0-py33-none-any.whl", "has_sig": false, "md5_digest": "f5f5bb1a62c1df328312b3aaaf452b69", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 7184, "upload_time": "2014-08-27T13:13:52", "url": "https://files.pythonhosted.org/packages/d2/08/0359185a1fe4de7b0ce9bfdbd9fa47add664ec435f30058cbab43bcdb8e1/urcalc-0.2.0-py33-none-any.whl" }, { "comment_text": "", "digests": { "md5": "af0fe3489680db9cf11509e16e14d401", "sha256": "00af5f80325dd9fdad6bad49f18ff6abfdd562935f68117aaf06ab91441f5ecc" }, "downloads": -1, "filename": "urcalc-0.2.0.tar.gz", "has_sig": false, "md5_digest": "af0fe3489680db9cf11509e16e14d401", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6838, "upload_time": "2014-08-27T13:13:25", "url": "https://files.pythonhosted.org/packages/44/a8/c46fbeb9574ee5d1575b6b2ec7d48ff07f3c5afaa691a9af3c63e3cdaefc/urcalc-0.2.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "58346be7e91b04f896138b087f9d80f3", "sha256": "baca92cab94ceafc459180428c47af9d2199a2f7b71d55aed2c85143b1269dc9" }, "downloads": -1, "filename": "urcalc-0.2.0.zip", "has_sig": false, "md5_digest": "58346be7e91b04f896138b087f9d80f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11349, "upload_time": "2014-08-27T13:13:30", "url": "https://files.pythonhosted.org/packages/fe/d1/1a53a7b2eca16f3598adea27e32632cf2069b16ad30eaa963bb524b50cd2/urcalc-0.2.0.zip" } ] }