{ "info": { "author": "Eric Thomson", "author_email": "thomson.eric@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "==================\nxyDataClass 0.1dev\n==================\n\n2d data class for people to play around with data\nand learn some Python, and not worry about details of numpy,\nmatplotlib, etc..\n\nDefines a Python data class 'Xydat' that contains two \nnumpy arrays of the same length, where one is dependent\nvariable (ydata) and the other is the independent variable (xdata).\n\nXydat objects store x- and y-data, basic statistics (mean, variance), \nand has methods for common functions such as scatter\nplot, linear regression between the two variables.\n\nHelper functions defined and used:\n-regress2d: performs linear regression of y against x\n-makePseudo2d: makes random data to put into object\n\nthomson dot eric (gmail) \n===============\n\nTo do before 0.2dev\nIntegrate package with Git to streamline development/release (http://peterdowns.com/posts/first-time-with-pypi.html)\nFix axes for scat()\nAdd generic least squares fit using linear algebra\nAdd save capacity: object.save('name')\n\nThings to keep in mind when trying to install:\nhttp://stackoverflow.com/questions/8548030/syntax-error-on-install-when-doing-pip-install-for-python", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "xyClass", "package_url": "https://pypi.org/project/xyClass/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/xyClass/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/xyClass/0.1dev/", "requires_dist": null, "requires_python": null, "summary": "Class to work with 2d data", "version": "0.1dev" }, "last_serial": 1085853, "releases": { "0.1dev": [ { "comment_text": "", "digests": { "md5": "bd88e4686117abd2132035b7ec3e57dd", "sha256": "c6ac48e68f2e563bfc72dee3f790083717fa25128f24da5ffb9304b236b73645" }, "downloads": -1, "filename": "xyClass-0.1dev.win-amd64.exe", "has_sig": false, "md5_digest": "bd88e4686117abd2132035b7ec3e57dd", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 225917, "upload_time": "2014-05-08T18:59:45", "url": "https://files.pythonhosted.org/packages/27/8e/13d9cff1f4af2fa25ff5b5b9c5c6256bd47c81a900ef211b9f2b766eaba5/xyClass-0.1dev.win-amd64.exe" }, { "comment_text": "", "digests": { "md5": "93fd7fe580970c45981aec00abb17f32", "sha256": "df7c0a2432d662c93a7e5934fcf446988551c5d5542837aa3a14f4b07d830dd0" }, "downloads": -1, "filename": "xyClass-0.1dev.zip", "has_sig": false, "md5_digest": "93fd7fe580970c45981aec00abb17f32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1760, "upload_time": "2014-05-08T18:59:42", "url": "https://files.pythonhosted.org/packages/5c/d3/a642c7855b60f69076aa5d3d10ec4add2ddf0a9ac4b54ef4c162f0cb6cb2/xyClass-0.1dev.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bd88e4686117abd2132035b7ec3e57dd", "sha256": "c6ac48e68f2e563bfc72dee3f790083717fa25128f24da5ffb9304b236b73645" }, "downloads": -1, "filename": "xyClass-0.1dev.win-amd64.exe", "has_sig": false, "md5_digest": "bd88e4686117abd2132035b7ec3e57dd", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 225917, "upload_time": "2014-05-08T18:59:45", "url": "https://files.pythonhosted.org/packages/27/8e/13d9cff1f4af2fa25ff5b5b9c5c6256bd47c81a900ef211b9f2b766eaba5/xyClass-0.1dev.win-amd64.exe" }, { "comment_text": "", "digests": { "md5": "93fd7fe580970c45981aec00abb17f32", "sha256": "df7c0a2432d662c93a7e5934fcf446988551c5d5542837aa3a14f4b07d830dd0" }, "downloads": -1, "filename": "xyClass-0.1dev.zip", "has_sig": false, "md5_digest": "93fd7fe580970c45981aec00abb17f32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1760, "upload_time": "2014-05-08T18:59:42", "url": "https://files.pythonhosted.org/packages/5c/d3/a642c7855b60f69076aa5d3d10ec4add2ddf0a9ac4b54ef4c162f0cb6cb2/xyClass-0.1dev.zip" } ] }