{"id":17685972,"url":"https://github.com/geekmasher/gmutils","last_synced_at":"2026-01-20T04:31:54.065Z","repository":{"id":30324534,"uuid":"120760091","full_name":"GeekMasher/GMUtils","owner":"GeekMasher","description":"GeekMasher's Open Source Python Utilities Library","archived":false,"fork":false,"pushed_at":"2019-10-29T17:39:00.000Z","size":441,"stargazers_count":1,"open_issues_count":13,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-07T06:05:14.853Z","etag":null,"topics":["python","python3","threading","utilities"],"latest_commit_sha":null,"homepage":"","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/GeekMasher.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":"2018-02-08T12:42:48.000Z","updated_at":"2019-09-04T10:31:02.000Z","dependencies_parsed_at":"2022-07-15T19:48:53.799Z","dependency_job_id":null,"html_url":"https://github.com/GeekMasher/GMUtils","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeekMasher%2FGMUtils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeekMasher%2FGMUtils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeekMasher%2FGMUtils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeekMasher%2FGMUtils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GeekMasher","download_url":"https://codeload.github.com/GeekMasher/GMUtils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247611472,"owners_count":20966538,"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":["python","python3","threading","utilities"],"created_at":"2024-10-24T10:29:35.914Z","updated_at":"2026-01-20T04:31:53.808Z","avatar_url":"https://github.com/GeekMasher.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GMUtils\nGeekMasher's Open Source Python Utilities Library\n\n![GeekMasher GMUtils Banner](./docs/assets/banner.png)\n\nGMUtils is used to assist Python developers perform certain tasks quicker then before with many standard utilities built in.\n\nCheck out [geekmasher.github.io/GMUtils/](https://geekmasher.github.io/GMUtils/) for more details.\n\n## Installing\n\nInstall is as simple as:\n```bash\npython3 ./setup.py install\n```\n\n**Note: This might require root access to install**\n\n## Documentation\n\nI use [Sphinx](http://www.sphinx-doc.org/) to build my docs, this requires both Sphinx and GMUtils module to be installed on the system to build the docs.\n\nTo install Sphinx:\n```bash\n# Debian/Ubuntu\napt-get install python3-sphinx\n\n# RHEL/CentOS\nyum install python-sphinx\n```\n\nOnce installed, simply run:\n\n```bash\nsphinx-build -b html docs/ docs/_build\n```\n\n### Publishing Documentation\n\nI'm currently hosting the GMUtils on [Github Pages](https://pages.github.com/)\n\n```bash\ngh-pages -d docs/_build/ -t\n```\n\nPlease find document at [geekmasher.github.io/GMUtils/](https://geekmasher.github.io/GMUtils/)\n\n## Running Unit tests\n\nI do love unit tests and making sure my software is as reliable as possible without breaking my own and other peoples code.\n\n***Run unit tests:***\n```bash\npython3 -m unittest discover -s 'tests' -p \"test_*.py\"\n```\n\n## Contributing\n\nIf you wish to contribute to the GMUtils library, please reach out to [@GeekMasher](https://twitter.com/geekmasher) on Twitter or send a pull request.\n\n## License\n\nMIT License\n\nCopyright (c) 2018 Mathew Payne\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeekmasher%2Fgmutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeekmasher%2Fgmutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeekmasher%2Fgmutils/lists"}