{ "info": { "author": "M Santhosh Kumar", "author_email": "santhoshse7en@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# FizzBuzz\nFizz buzz is a group word game for children to teach them about division. Players take turns to count incrementally, replacing any number divisible by three with the word \"fizz\", and any number divisible by five with the word \"buzz\"\n\n## Fizz buzz Implementation\n\nSimple python program which iterates the integers from 1 to 50. For multiples of three print \"Fizz\" instead of the number and for the multiples of five print \"Buzz\". For numbers which are multiples of both three and five print \"FizzBuzz\"\n\n## Usage\n\nDownload it by clicking the green download button here on Github. You only need to parse argument of range you the divisible by 3, 5 and both.\n```bash\n>> from fizzbuzz.fizzbuzz import looprange\n>> looprange('50')\n```\n\n## Output\n\n![capture](https://user-images.githubusercontent.com/47944792/53887007-584fef00-4047-11e9-840e-cddb2e081210.PNG)\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/santhoshse7en/FizzBuzz", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "fizzbuzzy", "package_url": "https://pypi.org/project/fizzbuzzy/", "platform": "", "project_url": "https://pypi.org/project/fizzbuzzy/", "project_urls": { "Homepage": "https://github.com/santhoshse7en/FizzBuzz" }, "release_url": "https://pypi.org/project/fizzbuzzy/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Python package which prints Fizz, Buzz, FizzBuzz divisible by 3 and 5 and both", "version": "0.0.1" }, "last_serial": 5298453, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "a424660ad11bd8811281a70247c0402a", "sha256": "72b0b300815e6f94842a8d5fb3917cff207faf732b446fdb42b8742c88432074" }, "downloads": -1, "filename": "fizzbuzzy-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a424660ad11bd8811281a70247c0402a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2122, "upload_time": "2019-05-21T15:28:22", "url": "https://files.pythonhosted.org/packages/de/9e/f465489540c965ca535078112894b331b4cadeca0e213a81e591e8a4864c/fizzbuzzy-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a424660ad11bd8811281a70247c0402a", "sha256": "72b0b300815e6f94842a8d5fb3917cff207faf732b446fdb42b8742c88432074" }, "downloads": -1, "filename": "fizzbuzzy-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a424660ad11bd8811281a70247c0402a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2122, "upload_time": "2019-05-21T15:28:22", "url": "https://files.pythonhosted.org/packages/de/9e/f465489540c965ca535078112894b331b4cadeca0e213a81e591e8a4864c/fizzbuzzy-0.0.1.tar.gz" } ] }