{"id":17080304,"url":"https://github.com/smv1999/number-utility","last_synced_at":"2025-08-01T01:07:20.553Z","repository":{"id":57447256,"uuid":"379023814","full_name":"smv1999/number-utility","owner":"smv1999","description":"The number-utility module makes it simple for you to do number manipulation and perform various operations on numbers.","archived":false,"fork":false,"pushed_at":"2021-07-12T04:21:21.000Z","size":20,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-10T18:19:51.041Z","etag":null,"topics":["number-theory","number-utility","numbers","pip","programming","pypi","pypi-package","python","python3"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/number-utility/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smv1999.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-21T18:14:23.000Z","updated_at":"2024-08-12T20:14:08.000Z","dependencies_parsed_at":"2022-09-03T23:40:46.399Z","dependency_job_id":null,"html_url":"https://github.com/smv1999/number-utility","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smv1999%2Fnumber-utility","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smv1999%2Fnumber-utility/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smv1999%2Fnumber-utility/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smv1999%2Fnumber-utility/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smv1999","download_url":"https://codeload.github.com/smv1999/number-utility/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248566750,"owners_count":21125714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["number-theory","number-utility","numbers","pip","programming","pypi","pypi-package","python","python3"],"created_at":"2024-10-14T12:43:57.909Z","updated_at":"2025-04-12T20:44:05.085Z","avatar_url":"https://github.com/smv1999.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## number-utility\n\n![GitHub followers](https://img.shields.io/github/followers/smv1999?style=for-the-badge)\n![GitHub forks](https://img.shields.io/github/forks/smv1999/number-utility?style=for-the-badge)\n![GitHub Repo stars](https://img.shields.io/github/stars/smv1999/number-utility?style=for-the-badge)\n![Lines of code](https://img.shields.io/tokei/lines/github/smv1999/number-utility?style=for-the-badge)\n![GitHub](https://img.shields.io/github/license/smv1999/number-utility?color=blue\u0026style=for-the-badge)\n![PyPI](https://img.shields.io/pypi/v/number-utility?color=blue\u0026style=for-the-badge)\n\n### Introduction \n\nThe number-utility module makes it simple for you to do number manipulation and perform various operations on numbers. \n\n### Installation \n\nYou can install the module using pip as shown below.\n\n```bash\npip install number-utility\n```\n### Usage\n\nConsider the following examples :\n\n```python\nfrom number_utility import *\n\nnum1 = 12\nnum2 = 60\n\nprint(gcd(num1, num2))\n#Output - 12\n```\n\n```python\nfrom number_utility import *\n\nstart = 2\nend = 10\n\nprint(generate_primes(start, end))\n#Output - [2, 3, 5, 7]\n```\n\n### Testing \n\nTo install number-utility, along with the tools you need to develop and run tests. Run the following command :\n```bash\n$ pip install -e .[dev]\n```\n\nFor running the tests, type the following command :\n\n```bash\npy.test\n```\n\n### Bugs/Requests \n\nPlease use the [GitHub issue tracker](https://github.com/smv1999/number-utility/issues) to submit bugs or request features.\n\n### License \n\nCopyright Vaidhyanathan S M, 2021\n\nDistributed under the terms of the [MIT](https://github.com/smv1999/number-utility/blob/main/LICENSE) license, number-utility is free and open source software.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmv1999%2Fnumber-utility","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmv1999%2Fnumber-utility","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmv1999%2Fnumber-utility/lists"}