{ "info": { "author": "Phil Adams", "author_email": "phil@philadams.net", "bugtrack_url": null, "classifiers": [], "description": "clc (command line charts)\n=========================\n\nSimple charts on the commandline (bar charts only for now). Read from stdin or\nfrom a file.\n\ninstall\n-------\n\n`pip install clc`. Done.\n\nusage\n-----\n\nGive `clc` data on stdin or a filename, and see a command line chart.\n\n > cat ./fixtures/sample1.dat | clc\n Paris ****************************** 12\n Tokyo ******* 3\n London *********************************** 14\n Washington ***************** 7\n\nAdjust the width of the chart, and the symbol for the bars:\n\n > clc ./fixtures/sample1.dat -w30 --tick='~'\n Paris ~~~~~~~~~~~~ 12\n Tokyo ~~~ 3\n London ~~~~~~~~~~~~~~~ 14\n Washington ~~~~~~~ 7\n\nData should be formatted as in ./fixtures:\n\n Paris 12\n Tokyo 3\n London 14\n Washington 7\n\nhelp\n----\n\nVia `--help`:\n\nusage: clc [-h] [--verbose] [--width WIDTH] [--tick TICK] [infile]\n\nclc: simple charts on the command line.\n\npositional arguments:\n infile data file (or stdin)\n\noptional arguments:\n -h, --help show this help message and exit\n --verbose, -v\n --width WIDTH, -w WIDTH\n --tick TICK, -t TICK\n\nfuture\n------\n\n- better handle non-integer values\n- use csv.Sniffer()\n- tests\n- colors\n- vertical bar charts", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/philadams/clc", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "clc", "package_url": "https://pypi.org/project/clc/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/clc/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/philadams/clc" }, "release_url": "https://pypi.org/project/clc/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Simple charts on the command line from stdin or file", "version": "0.0.1" }, "last_serial": 787445, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "747ba10344497fb142ef1e7688487d40", "sha256": "42f65f523bc8d07238017dd037a8448a6b51008779f30bcaa88b110492f2c9f2" }, "downloads": -1, "filename": "clc-0.0.1.tar.gz", "has_sig": false, "md5_digest": "747ba10344497fb142ef1e7688487d40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2224, "upload_time": "2013-05-16T17:27:42", "url": "https://files.pythonhosted.org/packages/db/aa/a0048483f46dca8926db861ddca940605ba9c578f8df7ab01fd6a3ebb2fb/clc-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "747ba10344497fb142ef1e7688487d40", "sha256": "42f65f523bc8d07238017dd037a8448a6b51008779f30bcaa88b110492f2c9f2" }, "downloads": -1, "filename": "clc-0.0.1.tar.gz", "has_sig": false, "md5_digest": "747ba10344497fb142ef1e7688487d40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2224, "upload_time": "2013-05-16T17:27:42", "url": "https://files.pythonhosted.org/packages/db/aa/a0048483f46dca8926db861ddca940605ba9c578f8df7ab01fd6a3ebb2fb/clc-0.0.1.tar.gz" } ] }