{"id":20374831,"url":"https://github.com/gisce/bankbarcode","last_synced_at":"2026-03-17T08:31:41.323Z","repository":{"id":1310661,"uuid":"41865241","full_name":"gisce/bankbarcode","owner":"gisce","description":"Python library to generate barcodes for financial documents","archived":false,"fork":false,"pushed_at":"2024-03-08T08:04:03.000Z","size":1074,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-03-26T02:32:20.460Z","etag":null,"topics":["banking","barcode","hacktoberfest","norma57"],"latest_commit_sha":null,"homepage":"http://bankbarcode.readthedocs.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gisce.png","metadata":{"files":{"readme":"README.rst","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":"2015-09-03T14:45:25.000Z","updated_at":"2022-01-18T09:57:11.000Z","dependencies_parsed_at":"2024-11-15T05:16:30.091Z","dependency_job_id":null,"html_url":"https://github.com/gisce/bankbarcode","commit_stats":{"total_commits":103,"total_committers":6,"mean_commits":"17.166666666666668","dds":0.2621359223300971,"last_synced_commit":"3a238feb88ea56938496caf26ba9af9de186133b"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gisce%2Fbankbarcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gisce%2Fbankbarcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gisce%2Fbankbarcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gisce%2Fbankbarcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gisce","download_url":"https://codeload.github.com/gisce/bankbarcode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248305859,"owners_count":21081562,"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":["banking","barcode","hacktoberfest","norma57"],"created_at":"2024-11-15T01:27:15.947Z","updated_at":"2026-03-17T08:31:36.302Z","avatar_url":"https://github.com/gisce.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"===========\nBankBarcode\n===========\n\n.. image:: https://travis-ci.org/gisce/bankbarcode.svg?branch=master\n    :target: https://travis-ci.org/gisce/bankbarcode\n.. image:: https://coveralls.io/repos/github/gisce/bankbarcode/badge.svg?branch=master\n    :target: https://coveralls.io/github/gisce/bankbarcode?branch=master\n\n\nPython library to generate barcodes for financial documents\n\nCurrently only the following codes are implemented:\n\n* cuaderno57, Cobros por ventanilla y autoservicio, serie normas y procedimientos bancarios, No57, Enero 2001\n\n  * Recibo507, Recibos y otros (Cobros por Ventanilla y Autoservicio, V2001)\n\nFeel free to implement more.\n\n.. code-block:: python\n\n    from bankbarcode.cuaderno57 import Recibo507\n    entity = '01234567'\n    suffix = '023'\n    ref = '12345678901'\n    notice = '123456'\n    amount = '6543.21'\n\n    recibo507 = Recibo507(entity, suffix, ref, notice, amount)\n\n    # get checksum value\n    checksum = recibo507.checksum()\n\n    # save barcocde as /tmp/mybarcode.svg\n    provided_filename = '/tmp/mybarcode.svg'\n    generated_filename = recibo507.save(provided_filename)\n\n    # get a string with the barcode in SVG fromat\n    svg = recibo507.svg()\n\nRead the documentation at http://bankbarcode.readthedocs.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgisce%2Fbankbarcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgisce%2Fbankbarcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgisce%2Fbankbarcode/lists"}