{ "info": { "author": "Ankur Gupta", "author_email": "ankur@perfectlyrandom.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Programming Language :: Python :: 2.7" ], "description": "countop\n--------\n\nCount the number of operations in your algorithm implementation.\n\n >>> from countop import Integer\n >>> print Integer.reset_counts()\n >>> print Integer.additions()\n # 0\n >>> a = Integer(1)\n >>> b = a + 1\n >>> print Integer.additions()\n # 1", "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/ankur-gupta/countop", "keywords": "algorithms,count operations", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "countop", "package_url": "https://pypi.org/project/countop/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/countop/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ankur-gupta/countop" }, "release_url": "https://pypi.org/project/countop/0.11/", "requires_dist": null, "requires_python": null, "summary": "Count basic operations in algorithm implementations.", "version": "0.11" }, "last_serial": 2182687, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "cfc914516b0ca093348f776e27ff589f", "sha256": "7f0d90b2dc7a1ff5b7f34b37f1a0baade8912c36953abaa16790711f64b6b97f" }, "downloads": -1, "filename": "countop-0.1.tar.gz", "has_sig": false, "md5_digest": "cfc914516b0ca093348f776e27ff589f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1237, "upload_time": "2016-06-23T01:54:59", "url": "https://files.pythonhosted.org/packages/16/eb/d558e2500be94eb0f65ba0ce0488cbae254b01a6052e9405ecde320f541f/countop-0.1.tar.gz" } ], "0.11": [ { "comment_text": "", "digests": { "md5": "b0772f98716ef0b421c08942fb4e8b2c", "sha256": "e92f741c7c7764ad958d2947f4b68588b633b3180113079c54611c4692ec989f" }, "downloads": -1, "filename": "countop-0.11.tar.gz", "has_sig": false, "md5_digest": "b0772f98716ef0b421c08942fb4e8b2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2032, "upload_time": "2016-06-23T04:21:33", "url": "https://files.pythonhosted.org/packages/5d/c9/46093fddbbf50b8bd1ecc38b57fd244c12cde0c8b537c6a5f72b32e61970/countop-0.11.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b0772f98716ef0b421c08942fb4e8b2c", "sha256": "e92f741c7c7764ad958d2947f4b68588b633b3180113079c54611c4692ec989f" }, "downloads": -1, "filename": "countop-0.11.tar.gz", "has_sig": false, "md5_digest": "b0772f98716ef0b421c08942fb4e8b2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2032, "upload_time": "2016-06-23T04:21:33", "url": "https://files.pythonhosted.org/packages/5d/c9/46093fddbbf50b8bd1ecc38b57fd244c12cde0c8b537c6a5f72b32e61970/countop-0.11.tar.gz" } ] }