{"id":16150907,"url":"https://github.com/jodal/biip","last_synced_at":"2025-04-05T10:07:29.211Z","repository":{"id":38314155,"uuid":"265368438","full_name":"jodal/biip","owner":"jodal","description":"📦 Biip interprets the data in barcodes.","archived":false,"fork":false,"pushed_at":"2024-10-23T15:04:05.000Z","size":837,"stargazers_count":45,"open_issues_count":4,"forks_count":4,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-10-23T18:48:54.916Z","etag":null,"topics":["barcodes","gs1","gtin"],"latest_commit_sha":null,"homepage":"https://biip.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jodal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"jodal"}},"created_at":"2020-05-19T21:14:39.000Z","updated_at":"2024-10-23T15:04:09.000Z","dependencies_parsed_at":"2023-11-06T11:45:49.752Z","dependency_job_id":"9934d82e-4495-48a6-86d3-5558241acb3e","html_url":"https://github.com/jodal/biip","commit_stats":{"total_commits":343,"total_committers":4,"mean_commits":85.75,"dds":0.1690962099125365,"last_synced_commit":"c7cb4a8ee35a1ecd4c9912d0622888dff65a6de9"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jodal%2Fbiip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jodal%2Fbiip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jodal%2Fbiip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jodal%2Fbiip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jodal","download_url":"https://codeload.github.com/jodal/biip/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247318744,"owners_count":20919484,"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":["barcodes","gs1","gtin"],"created_at":"2024-10-10T00:53:33.127Z","updated_at":"2025-04-05T10:07:29.187Z","avatar_url":"https://github.com/jodal.png","language":"Python","funding_links":["https://github.com/sponsors/jodal"],"categories":[],"sub_categories":[],"readme":"# \u0026#x1F4E6; Biip\n\n_Biip interprets the data in barcodes._\n\n[![CI](https://img.shields.io/github/actions/workflow/status/jodal/biip/ci.yml?branch=main)](https://github.com/jodal/biip/actions/workflows/ci.yml)\n[![Docs](https://img.shields.io/readthedocs/biip)](https://biip.readthedocs.io/en/latest/)\n[![Coverage](https://img.shields.io/codecov/c/gh/jodal/biip)](https://codecov.io/gh/jodal/biip)\n[![PyPI](https://img.shields.io/pypi/v/biip)](https://pypi.org/project/biip/)\n\n---\n\nBiip is a Python library for making sense of the data in barcodes.\n\nThe library can interpret the following formats:\n\n- GTIN-8, GTIN-12, GTIN-13, and GTIN-14 numbers,\n  commonly found in EAN-8, EAN-13, and ITF-14 barcodes.\n\n- GS1 AI element strings,\n  commonly found in GS1-128 barcodes.\n\n- UPC-A and UPC-E numbers, as found in UPC-A and UPC-E barcodes.\n\nFor a quickstart guide and a complete API reference,\nsee the [documentation](https://biip.readthedocs.io/).\n\n## Example\n\n```python\n\u003e\u003e\u003e from rich import print\n\u003e\u003e\u003e import biip\n\u003e\u003e\u003e print(biip.parse(\"]E09781492053743\"))\nParseResult(\n    value=']E09781492053743',\n    symbology_identifier=SymbologyIdentifier(\n        value=']E0',\n        symbology=Symbology.EAN_UPC,\n        modifiers='0',\n        gs1_symbology=GS1Symbology.EAN_13\n    ),\n    gtin=Gtin(\n        value='9781492053743',\n        format=GtinFormat.GTIN_13,\n        prefix=GS1Prefix(value='978', usage='Bookland (ISBN)'),\n        company_prefix=None,\n        payload='978149205374',\n        check_digit=3\n    )\n)\n```\n\n## Project resources\n\n- [Documentation](https://biip.readthedocs.io/)\n- [Source code](https://github.com/jodal/biip)\n- [Releases](https://github.com/jodal/biip/releases)\n- [Issue tracker](https://github.com/jodal/biip/issues)\n- [Contributors](https://github.com/jodal/biip/graphs/contributors)\n- [Users](https://github.com/jodal/biip/wiki/Users)\n\n## License\n\nCopyright 2020-2025 Stein Magnus Jodal and contributors.\nLicensed under the\n[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjodal%2Fbiip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjodal%2Fbiip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjodal%2Fbiip/lists"}