{"id":26368786,"url":"https://github.com/bindreams/zint-bindings","last_synced_at":"2025-03-16T22:49:01.849Z","repository":{"id":233281752,"uuid":"786436381","full_name":"bindreams/zint-bindings","owner":"bindreams","description":"A barcode encoding library supporting over 50 symbologies.","archived":false,"fork":false,"pushed_at":"2024-11-22T18:54:07.000Z","size":7530,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T02:40:39.730Z","etag":null,"topics":["aztec","barcode-generator","c128","c93","code128","datamatrix","ean","generator","gs1","maxicode","microqrcode","pdf417","qrcode","rmqrcode"],"latest_commit_sha":null,"homepage":"https://zint-bindings.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/bindreams.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2024-04-14T13:12:04.000Z","updated_at":"2025-02-06T13:07:17.000Z","dependencies_parsed_at":"2024-05-03T18:03:23.934Z","dependency_job_id":"75c535f0-4375-431b-8e1c-5fe85829332d","html_url":"https://github.com/bindreams/zint-bindings","commit_stats":null,"previous_names":["bindreams/zint-bindings"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bindreams%2Fzint-bindings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bindreams%2Fzint-bindings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bindreams%2Fzint-bindings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bindreams%2Fzint-bindings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bindreams","download_url":"https://codeload.github.com/bindreams/zint-bindings/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243945479,"owners_count":20372894,"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":["aztec","barcode-generator","c128","c93","code128","datamatrix","ean","generator","gs1","maxicode","microqrcode","pdf417","qrcode","rmqrcode"],"created_at":"2025-03-16T22:49:01.390Z","updated_at":"2025-03-16T22:49:01.841Z","avatar_url":"https://github.com/bindreams.png","language":"Python","readme":"# Zint Bindings\nThis project provides Python bindings for [Zint](https://www.zint.org.uk/): a cross-platform open source barcode generating solution.\n\nFeatures:\n- 50+ barcode types;\n- Text or binary data encoding;\n- Export image to:\n\t- PNG;\n\t- BMP;\n\t- GIF;\n\t- PCX;\n\t- TIF;\n\t- EMF;\n\t- EPS;\n\t- SVG;\n- Configurable options:\n\t- Size;\n\t- Color;\n\t- Error correction;\n\t- Rotation;\n\t- ...and much more depending on the barcode type.\n\n```python\n\u003e\u003e\u003e from zint import Symbol, Symbology\n\u003e\u003e\u003e x = Symbol()\n\u003e\u003e\u003e x.symbology = Symbology.QRCODE\n\u003e\u003e\u003e x.encode(\"https://github.com/bindreams/zint-bindings\")\n\u003e\u003e\u003e x.outfile = \"qrcode.png\"\n\u003e\u003e\u003e x.print()  # All done!\n\n```\n\nInstall the package with:\n```sh\npip install zint-bindings\n```\nDetailed instructions and usage examples are available in the [official documentation](https://zint-bindings.readthedocs.io/en/stable/getting-started.html).\n\n## License\n\u003cimg align=\"right\" width=\"150px\" height=\"150px\" src=\"https://www.apache.org/foundation/press/kit/img/the-apache-way-badge/Indigo-THE_APACHE_WAY_BADGE-rgb.svg\"\u003e\n\nCopyright 2024, Anna Zhukova\n\nThis project is licensed under the Apache 2.0 license. The license text can be found at [LICENSE.md](/LICENSE.md).\n\nThese bindings are based on the API portion of the Zint project, which is licensed under the BSD 3-clause license. See more information at [src/zint/external/zint/LICENSE](/src/zint/external/zint/LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbindreams%2Fzint-bindings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbindreams%2Fzint-bindings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbindreams%2Fzint-bindings/lists"}