{ "info": { "author": "Hoang Long Nguyen", "author_email": "hn269@cornell.com", "bugtrack_url": null, "classifiers": [ "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "==========================================\nPython Documentation and Releasing Project\n==========================================\n\n\nIntroduction\n------------\n\nThis project is an attempt at documenting Python code and prepare a ready-to-\nrelease Python package, including proper tests and documentations. The ultimate \ngoal of this project is to release a Python package of John A. Marohn \n(jam99@cornell.edu) onto GitHub and PyPI.\n\n:Authors: Hoang Long Nguyen\n:Email: hn269@cornell.edu\n\nThe dummy package\n-----------------\n\nThis package is literally a dummy package. All it does is adding or subtracting \ntwo given numbers and give out a result.\n\nLinks:\n------\n\nReadTheDocs: https://readthedocs.org/projects/dummy/\n\nQuickstart:\n-----------\n\n+ At the root document, run ``python setup.py install``.\n+ Test the module with ``python setup.py test``.\n+ Calling module:\n\t- ``import dummy``\n\t- ``result1 = dummy.calc(n1,op,n2)``\n\t- ``result2 = dummy.calc(n1,op,n2)``\n\twith n1,n2 are numbers, op are operation in string '+','-','*','.' and 'x'\n\t- ``result3 = dummy.circ(r)`` with r the radius of a circle.\n\nDependencies:\n-------------\n\njinja 2.7.2 for documentation.\nRecommended numpy.\n\n\njinja2==2.7.2,\npytest==2.5.2,\nsetuptools==3.4.3,\nmock==1.0.1\nversion 0.1.0\n-------------\n\n+ add a function caluclating a circle's area, using numpy requirements.\n+ update requirements.txt and setup.py, README.txt\n+ now require: numpy (for new function), setuptools (for setup), jinja2 and mock (for documentation on ReadTheDocs)\n\nversion 0.0.5\n-------------\n\n+ update README.txt with proper instruction\n\nversion 0.0.4\n-------------\n\n+ include file ``requirements.txt`` and ``changes.txt`` into the package\n\nversion 0.0.3\n-------------\n\n+ change ``add`` and ``sub`` into sub-module ``add.py`` and ``sub.py``\n+ modify the main ``dummy.py`` accordingly\n+ modify the ``test_dummy.py`` accordingly\n+ include the *docs* folder into the package\n\nversion 0.0.2\n-------------\n\n+ remove requirement ``numpy>=1.0.0``\n+ include requirement ``jinja2>=2.0.0`` for documentation\n+ include the ``changes.txt`` file", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/hn269/dummy/", "keywords": null, "license": "Cornell University", "maintainer": null, "maintainer_email": null, "name": "dummy", "package_url": "https://pypi.org/project/dummy/", "platform": "any", "project_url": "https://pypi.org/project/dummy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/hn269/dummy/" }, "release_url": "https://pypi.org/project/dummy/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Dummy package adding, subtracting or multiplying two numbers - to try releasing a Python package", "version": "0.1.0" }, "last_serial": 1055395, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "f862a346149abf31d9798fb301a90993", "sha256": "e911eb54a07e0d39e122afa258a76e82fd7c427b8dc91ce257669e132f731654" }, "downloads": -1, "filename": "dummy-0.0.1.zip", "has_sig": false, "md5_digest": "f862a346149abf31d9798fb301a90993", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4444, "upload_time": "2014-03-31T20:30:25", "url": "https://files.pythonhosted.org/packages/50/53/ebf6a41355ffc246bd391d27db43f82576fa25f1d30d3e656128c7d020a6/dummy-0.0.1.zip" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "906d09dec4c69d8a90ac53120921313a", "sha256": "70445521c9e6ca57c9eb039ebc7ae5b149a45e16f465b52a3b1ed092f88dc30a" }, "downloads": -1, "filename": "dummy-0.0.2.zip", "has_sig": false, "md5_digest": "906d09dec4c69d8a90ac53120921313a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4488, "upload_time": "2014-04-03T16:28:23", "url": "https://files.pythonhosted.org/packages/69/7e/497ebe9a43beb278e28ffd89f1dc4d5fdf9607f87538e8f98afabfe78699/dummy-0.0.2.zip" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "ea11e9f93d85aed37e1d7d94ddd7a987", "sha256": "63801de995b50a390a36de79f1552024e3583ebc3f1eecd29e9d9ce63abf286f" }, "downloads": -1, "filename": "dummy-0.0.3.zip", "has_sig": false, "md5_digest": "ea11e9f93d85aed37e1d7d94ddd7a987", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9100, "upload_time": "2014-04-04T19:18:40", "url": "https://files.pythonhosted.org/packages/89/49/ef2d5aa034c06546070d5a595b368e849c10b9636ff015ff12353b22a387/dummy-0.0.3.zip" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "8b809ca237c4461835a317862a269322", "sha256": "76637d9e601fab453f142f631eb4758cf4435ae1b3a6d4a1e754cf892d671662" }, "downloads": -1, "filename": "dummy-0.0.4.zip", "has_sig": false, "md5_digest": "8b809ca237c4461835a317862a269322", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13643, "upload_time": "2014-04-04T23:27:42", "url": "https://files.pythonhosted.org/packages/04/84/1fa3c4dc4f8f0be797d1d5abb712eff0383642b1df41a20d82a762bbec9b/dummy-0.0.4.zip" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "fed9d16dcd4e7b6e5333cdcab205ce32", "sha256": "148b8410e08d2f737a663d0708a9fb4b50179ffac809dc3f01d6e326ccff0432" }, "downloads": -1, "filename": "dummy-0.0.5.zip", "has_sig": false, "md5_digest": "fed9d16dcd4e7b6e5333cdcab205ce32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14585, "upload_time": "2014-04-07T17:12:19", "url": "https://files.pythonhosted.org/packages/09/79/ceda4bf8eacafa8ef369a8b14c37d537ca318033f123ed09009d9e0df41f/dummy-0.0.5.zip" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "3ff11ea81b506cd18cd606ef89385b85", "sha256": "a70c3ba36eb9556df03672fb1cf2a093b947e5aa89e1cff5439460743177aee9" }, "downloads": -1, "filename": "dummy-0.1.0.zip", "has_sig": false, "md5_digest": "3ff11ea81b506cd18cd606ef89385b85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15893, "upload_time": "2014-04-08T23:04:31", "url": "https://files.pythonhosted.org/packages/7a/44/1946b16c79c0496587a3360805a3ca82ec48bb34d94efd2f0ffc503dd858/dummy-0.1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3ff11ea81b506cd18cd606ef89385b85", "sha256": "a70c3ba36eb9556df03672fb1cf2a093b947e5aa89e1cff5439460743177aee9" }, "downloads": -1, "filename": "dummy-0.1.0.zip", "has_sig": false, "md5_digest": "3ff11ea81b506cd18cd606ef89385b85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15893, "upload_time": "2014-04-08T23:04:31", "url": "https://files.pythonhosted.org/packages/7a/44/1946b16c79c0496587a3360805a3ca82ec48bb34d94efd2f0ffc503dd858/dummy-0.1.0.zip" } ] }