{ "info": { "author": "GISCE-TI, S.L.", "author_email": "devel@gisce.net", "bugtrack_url": null, "classifiers": [], "description": "===========\nBankBarcode\n===========\n\n.. image:: https://travis-ci.org/gisce/bankbarcode.svg?branch=master\n :target: https://travis-ci.org/gisce/bankbarcode\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", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gisce/bankbarcode", "keywords": null, "license": "GNU Affero General Public License v3", "maintainer": null, "maintainer_email": null, "name": "bankbarcode", "package_url": "https://pypi.org/project/bankbarcode/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/bankbarcode/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/gisce/bankbarcode" }, "release_url": "https://pypi.org/project/bankbarcode/0.1.4/", "requires_dist": null, "requires_python": null, "summary": "barcodes for financial documents", "version": "0.1.4" }, "last_serial": 5115288, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "6439727027fe6921bd001f7b606385c0", "sha256": "e32013710224cf816b70a11e77a0b169ecc604e36a29cc751a8f9d9ec562bec6" }, "downloads": -1, "filename": "bankbarcode-0.1.1.tar.gz", "has_sig": true, "md5_digest": "6439727027fe6921bd001f7b606385c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3668, "upload_time": "2015-09-09T14:50:36", "url": "https://files.pythonhosted.org/packages/1f/9a/af7a5428452b9089a8980345467e60dde55df5cc5ab70291fd23ce48a2e4/bankbarcode-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "1e7b88031ec57b1ba4f39831b7a841a9", "sha256": "92ab8683cfb159eb37258f82e508a387820f0373a945b9e7f311a87d510b8d87" }, "downloads": -1, "filename": "bankbarcode-0.1.2.tar.gz", "has_sig": false, "md5_digest": "1e7b88031ec57b1ba4f39831b7a841a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3676, "upload_time": "2015-09-10T08:10:53", "url": "https://files.pythonhosted.org/packages/89/47/d9dd0a5cea06f8a07e79e0a066e22085b7ced29fbd99c18134bb31979d53/bankbarcode-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "9548b0d7fef5174d1b14a644418424eb", "sha256": "11661b91b36d303e787e70df337426a95394715d2303f87f7b5936701f628dc9" }, "downloads": -1, "filename": "bankbarcode-0.1.3.tar.gz", "has_sig": false, "md5_digest": "9548b0d7fef5174d1b14a644418424eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4128, "upload_time": "2015-10-26T08:48:01", "url": "https://files.pythonhosted.org/packages/bf/0a/85ab82b5e9d4d55c22aa17cbc9e36631adc124f13f366d62c7240bfd0d23/bankbarcode-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "a007190e2461b2c395db4e9484c016f2", "sha256": "026789dbdd26afccb03ae526ce2a5da45153831aa4c0a6a534cdef5347366290" }, "downloads": -1, "filename": "bankbarcode-0.1.4.tar.gz", "has_sig": false, "md5_digest": "a007190e2461b2c395db4e9484c016f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4137, "upload_time": "2016-05-05T12:06:47", "url": "https://files.pythonhosted.org/packages/7c/b5/28e972afa503ac7e7bc044539762bcc3dcdb047e78efcc0be9fc3bc44055/bankbarcode-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a007190e2461b2c395db4e9484c016f2", "sha256": "026789dbdd26afccb03ae526ce2a5da45153831aa4c0a6a534cdef5347366290" }, "downloads": -1, "filename": "bankbarcode-0.1.4.tar.gz", "has_sig": false, "md5_digest": "a007190e2461b2c395db4e9484c016f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4137, "upload_time": "2016-05-05T12:06:47", "url": "https://files.pythonhosted.org/packages/7c/b5/28e972afa503ac7e7bc044539762bcc3dcdb047e78efcc0be9fc3bc44055/bankbarcode-0.1.4.tar.gz" } ] }