{ "info": { "author": "Alisue", "author_email": "lambdalisue@hashnote.net", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "Histogramy\n=============================================================================\n\nHistogramy is a CUI program to analyze 1-dimensional data.\n\nIt draw a histogram with specified data and it also can draw the fitting curve\nestimated by a Gaussian Mixture Model probability distribution.\n\n![Screenshot](https://raw.github.com/lambdalisue/Histogramy/master/static/screenshot.png)\n\nRequirements\n-----------------------------------------------------------------------------\n\n- [Python][]\n- [numpy][]\n- [matplotlib][]\n- [scikit-learn][]\n\n[Python]: http://www.python.org/\n[numpy]: http://www.numpy.org/\n[matplotlib]: http://matplotlib.org/\n[scikit-learn]: http://scikit-learn.org/dev/index.html\n\n\nInstall\n-----------------------------------------------------------------------------\n\n1. You have to install [Python][]. Follow the instruction at\n http://www.python.org/getit/\n\n2. You also have to instal [numpy][], and [matplotlib][].\n Follow the instructions below\n\n 1. numpy: http://docs.scipy.org/doc/numpy/user/install.html\n 2. matplotlib: http://matplotlib.org/users/installing.html\n\n3. Now, you can install Histogramy with [pip][] or [easy_install][].\n [scikit-learn][] will be installed automatically when you install\n Histogramy\n\n 1. Install [pip][] or [easy_install][], follow the instrcutions below\n\n - pip: http://www.pip-installer.org/en/latest/installing.html\n - easy_install: http://pypi.python.org/pypi/setuptools\n\n 2. Install Histogramy with the following command in Terminal (Command\n Prompt)\n\n ~~~\n pip install histogramy\n ~~~\n\n or\n\n ~~~\n easy_install histogramy\n ~~~\n\n[pip]: http://www.pip-installer.org/\n[easy_install]: http://pypi.python.org/pypi/setuptools\n\n\nUsage\n-----------------------------------------------------------------------------\n\n usage: histogramy [-h] [-b BINS] [-c N] [-C N] [--base BASE] [--auto-base]\n [--min-threshold MIN] [--max-threshold MAX]\n [--covariance-type TYPE] [--min-covar MIN_COVAR]\n [--delimiter DELIMITER] [--encoding ENCODING] [--demo]\n [filenames [filenames ...]] {histogram,fit,plot} ...\n\n positional arguments:\n filenames\n {histogram,fit,plot}\n histogram Show histogram data\n fit Show fitting data\n plot Create graph by matplotlib\n\n optional arguments:\n -h, --help show this help message and exit\n -b BINS, --bins BINS It defines the number of equal-width bins.\n -c N, --column N A number of column in data file used for analysis\n -C N, --classifiers N\n The maximum number classifiers to simulate the fitting\n --base BASE Base value to modulate the data\n --auto-base Automatically find the base value to modulate the data\n --min-threshold MIN Minimum threshold. Value smaller than this will be\n ignored\n --max-threshold MAX Maximum threshold. Value grater than this will be\n ignored\n --covariance-type TYPE\n Type of covariance. Default is \"diag\"\n --min-covar MIN_COVAR\n Minimum value of covariance\n --delimiter DELIMITER\n Delimiter used to parse the data file\n --encoding ENCODING Encoding used to open the data file\n --demo Use demo data to analysis", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/lambdalisue/histogramy/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lambdalisue/histogramy", "keywords": "1-dimensional,analysis,histogram", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "histogramy", "package_url": "https://pypi.org/project/histogramy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/histogramy/", "project_urls": { "Download": "https://github.com/lambdalisue/histogramy/tarball/master", "Homepage": "https://github.com/lambdalisue/histogramy" }, "release_url": "https://pypi.org/project/histogramy/0.1.5/", "requires_dist": null, "requires_python": null, "summary": "A small program to analysis 1 dimensional data", "version": "0.1.5" }, "last_serial": 792943, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "c3e702bfc6fd9674a7e136b3cfde37b9", "sha256": "a426c1cdcae1d2724aa0ac4fa368a63396c4e838b7afbdf598bd8c52cfde5e94" }, "downloads": -1, "filename": "histogramy-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c3e702bfc6fd9674a7e136b3cfde37b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7576, "upload_time": "2013-01-23T12:24:29", "url": "https://files.pythonhosted.org/packages/20/52/41c8d15078b351e1ae9007d334e874f3b4122d50c79f7b99e9b775c9921a/histogramy-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "23a3cc2902b5b16b2a3f826a4f91fd35", "sha256": "d08039ea6f4ef3668ad5bad0f7584714492be9977d61c8d4f0953887bcad4893" }, "downloads": -1, "filename": "histogramy-0.1.1.tar.gz", "has_sig": false, "md5_digest": "23a3cc2902b5b16b2a3f826a4f91fd35", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7730, "upload_time": "2013-01-23T13:34:54", "url": "https://files.pythonhosted.org/packages/43/20/134d0d90a0e1cac5e0af9aab789fd5745de19c821c488cb044a63c75a4a0/histogramy-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "b025d4347e5bcd219413ac75b88c645d", "sha256": "d115967a2b223cdc786ec6ab3c979a3d6201fa33b5320a0e038464f989885aa8" }, "downloads": -1, "filename": "histogramy-0.1.2.tar.gz", "has_sig": false, "md5_digest": "b025d4347e5bcd219413ac75b88c645d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7730, "upload_time": "2013-01-23T14:52:37", "url": "https://files.pythonhosted.org/packages/17/d4/eefb9354bc3824d8b1842ca7e6e474aab5fb69a1cc353174d071fa5576ae/histogramy-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "18cf7667616d266fed3fcfe958636d23", "sha256": "99dfd1ea664dc2a52a3342f7db9573d58ecf0a3eeb8099838a9796830b471e81" }, "downloads": -1, "filename": "histogramy-0.1.3.tar.gz", "has_sig": false, "md5_digest": "18cf7667616d266fed3fcfe958636d23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 465689, "upload_time": "2013-01-29T04:45:18", "url": "https://files.pythonhosted.org/packages/e9/fe/18a4da4967dd72c90bd27b9821d2167e349dcc74d4825141179ca0532e73/histogramy-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "e5e68d83ca0872e0cdc6b03e91e4973d", "sha256": "e1249ff5385680da4ff825fe3f878ce69f09f3f799dc2e67e5e9f89b69412dde" }, "downloads": -1, "filename": "histogramy-0.1.4.tar.gz", "has_sig": false, "md5_digest": "e5e68d83ca0872e0cdc6b03e91e4973d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 465704, "upload_time": "2013-01-29T17:41:54", "url": "https://files.pythonhosted.org/packages/90/0b/f898d94f40a18f1873d6762a2d5baff7ed4efda235ff1f92b4c40c69da52/histogramy-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "ca28eafb97004a7a2c859a0687240127", "sha256": "4cc05e03a597be6812283f3c1daa40df8a5dff7064d983200d0ad887588e20e7" }, "downloads": -1, "filename": "histogramy-0.1.5.tar.gz", "has_sig": false, "md5_digest": "ca28eafb97004a7a2c859a0687240127", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 465727, "upload_time": "2013-01-29T17:59:58", "url": "https://files.pythonhosted.org/packages/64/93/b8372fd52dc43180a3d082460be2d78e9d4afdab158c470a651fea484a42/histogramy-0.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ca28eafb97004a7a2c859a0687240127", "sha256": "4cc05e03a597be6812283f3c1daa40df8a5dff7064d983200d0ad887588e20e7" }, "downloads": -1, "filename": "histogramy-0.1.5.tar.gz", "has_sig": false, "md5_digest": "ca28eafb97004a7a2c859a0687240127", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 465727, "upload_time": "2013-01-29T17:59:58", "url": "https://files.pythonhosted.org/packages/64/93/b8372fd52dc43180a3d082460be2d78e9d4afdab158c470a651fea484a42/histogramy-0.1.5.tar.gz" } ] }