{"id":15893326,"url":"https://github.com/nunofachada/quickbarcodes","last_synced_at":"2026-04-30T00:07:59.055Z","repository":{"id":15674422,"uuid":"18411884","full_name":"nunofachada/quickbarcodes","owner":"nunofachada","description":"Create price tags with barcodes","archived":false,"fork":false,"pushed_at":"2014-04-03T17:30:27.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T17:51:23.234Z","etag":null,"topics":["barcode","latex","latex-template","price-tag","python"],"latest_commit_sha":null,"homepage":null,"language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nunofachada.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.TXT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-03T17:29:26.000Z","updated_at":"2014-04-03T17:30:27.000Z","dependencies_parsed_at":"2022-09-06T12:40:55.922Z","dependency_job_id":null,"html_url":"https://github.com/nunofachada/quickbarcodes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nunofachada/quickbarcodes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunofachada%2Fquickbarcodes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunofachada%2Fquickbarcodes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunofachada%2Fquickbarcodes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunofachada%2Fquickbarcodes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nunofachada","download_url":"https://codeload.github.com/nunofachada/quickbarcodes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunofachada%2Fquickbarcodes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32448898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["barcode","latex","latex-template","price-tag","python"],"created_at":"2024-10-06T08:09:56.524Z","updated_at":"2026-04-30T00:07:59.024Z","avatar_url":"https://github.com/nunofachada.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Summary\n\nQuickBarcodes consists of two Python3 scripts which produce price \ntag barcodes using Latex as backend.\n\n* [generator.py](generator.py) - Generates EAN numerical codes\n* [barcodes.py](barcodes.py) - Generates price tag barcodes\n\n# Usage\n\n### Generator\n\n    $ python3 generator.py\n\n### Barcodes\n\n    $ python3 barcodes.py source.csv\n\nReplace `source.csv` with the barcodes/prices source file. Each line\nin this file should correspond to a product, and must have the following \nsequence:\n\n    ProductReference,ProductName,Price,Barcode\n\nExample:\n\n    PR_016102_28,A Product Name,49.90,5601303180333\n    IN_016102B_30,Some Other Product Name,49.90,5601303180342\n    SC_30_Unjaded,Unjaded Product,49.90,5601303180379\n    GR_JCKT01,Great Jacket 1,49.90,5601303180351\n\n# Custom configuration\n\nConfiguration can be changed directly in the source of the Python\ncode and the Latex templates.\n\n# Dependencies\n\n### Python\n\n* math\n* datetime\n* stdnum\n* csv\n* sys\n* subprocess\n* collections\n\n### Latex\n\n* pst-barcode\n* rotating\n* textpos\n* eurosym\n* afterpage\n\n# Licence\n\nSimplified BSD License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnunofachada%2Fquickbarcodes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnunofachada%2Fquickbarcodes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnunofachada%2Fquickbarcodes/lists"}