{"id":29790928,"url":"https://github.com/metabrainz/brainzutils-python","last_synced_at":"2025-07-28T00:13:14.111Z","repository":{"id":8255383,"uuid":"57420416","full_name":"metabrainz/brainzutils-python","owner":"metabrainz","description":"Python utilities for MetaBrainz projects","archived":false,"fork":false,"pushed_at":"2025-05-17T14:24:36.000Z","size":335,"stargazers_count":12,"open_issues_count":1,"forks_count":12,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-05-17T15:29:53.033Z","etag":null,"topics":["cache","flask","metabrainz","python"],"latest_commit_sha":null,"homepage":"https://tickets.musicbrainz.org/browse/BU","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/metabrainz.png","metadata":{"funding":{"custom":["https://metabrainz.org/donate"],"github":["metabrainz"]},"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-30T00:26:47.000Z","updated_at":"2025-05-08T13:59:08.000Z","dependencies_parsed_at":"2025-01-04T10:23:55.907Z","dependency_job_id":"ee581fee-f47d-4e61-98ff-c6e5d9b02ae9","html_url":"https://github.com/metabrainz/brainzutils-python","commit_stats":null,"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/metabrainz/brainzutils-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metabrainz%2Fbrainzutils-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metabrainz%2Fbrainzutils-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metabrainz%2Fbrainzutils-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metabrainz%2Fbrainzutils-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metabrainz","download_url":"https://codeload.github.com/metabrainz/brainzutils-python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metabrainz%2Fbrainzutils-python/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267442905,"owners_count":24087893,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cache","flask","metabrainz","python"],"created_at":"2025-07-28T00:13:12.698Z","updated_at":"2025-07-28T00:13:14.100Z","avatar_url":"https://github.com/metabrainz.png","language":"Python","funding_links":["https://metabrainz.org/donate","https://github.com/sponsors/metabrainz"],"categories":[],"sub_categories":[],"readme":"# BrainzUtils for Python\n\nThis is a package with common utilities that are used throughout MetaBrainz\nprojects that use Python programming language.\n\nNote that v1.18.* will be the last line of releases compatible with Python 2.\n\nPlease report issues at https://tickets.musicbrainz.org/browse/BU.\n\n# Development\nTo develop BrainzUtils itself, install it locally in editable mode with development\ndependencies by running: `pip install --group dev -e .`. \n\n\u003e [!NOTE]  \n\u003e Support for dependency groups (`--group`) was added to pip in 25.1.0.\n\n## Usage\n\nYou can include this line into a `requirements.txt` file:\n\n    git+https://github.com/metabrainz/brainzutils-python.git@\u003cVERSION\u003e\n\nReplace `\u003cVERSION\u003e` with the tag that you want to reference.\nSee https://github.com/metabrainz/brainzutils-python/releases.\n\n## Release process\n\nFor this project we are using [semantic versioning](http://semver.org/). If\nyou want to make a new release:\n\n1. Create a new tag in git using the following format: `v\u003cMAJOR\u003e.\u003cMINOR\u003e.\u003cPATCH\u003e`.\n\n       git tag v1.x.0\n       git push --tags\n\n2. Create a release on GitHub based on that tag. Specify changes that were made.\n  https://github.com/metabrainz/brainzutils-python/releases/new\n\nWhen updating underlying dependencies keep in mind breaking changes that they\nmight have. Update version of `brainzutils-python` accordingly.\n\n## License\n\n```\nbrainzutils - Python utilities for MetaBrainz projects\nCopyright (C) 2018  MetaBrainz Foundation Inc.\n\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along\nwith this program; if not, write to the Free Software Foundation, Inc.,\n51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetabrainz%2Fbrainzutils-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetabrainz%2Fbrainzutils-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetabrainz%2Fbrainzutils-python/lists"}