{ "info": { "author": "Igor `idle sign` Starikov", "author_email": "idlesign@yandex.ru", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "dbf_light\n=========\nhttps://github.com/idlesign/dbf_light\n\n|release| |lic| |ci| |coverage| |health|\n\n.. |release| image:: https://img.shields.io/pypi/v/dbf_light.svg\n :target: https://pypi.python.org/pypi/dbf_light\n\n.. |lic| image:: https://img.shields.io/pypi/l/dbf_light.svg\n :target: https://pypi.python.org/pypi/dbf_light\n\n.. |ci| image:: https://img.shields.io/travis/idlesign/dbf_light/master.svg\n :target: https://travis-ci.org/idlesign/dbf_light\n\n.. |coverage| image:: https://img.shields.io/coveralls/idlesign/dbf_light/master.svg\n :target: https://coveralls.io/r/idlesign/dbf_light\n\n.. |health| image:: https://landscape.io/github/idlesign/dbf_light/master/landscape.svg?style=flat\n :target: https://landscape.io/github/idlesign/dbf_light/master\n\n\nDescription\n-----------\n\n*Light and easy DBF reader*\n\nNo fancy stuff, just DBF reading for most common format versions.\n\n* Python 2.7, 3.4+;\n* Uses `namedtuple` for row representation and iterative row reading to minimize memory usage;\n* Works fine with cyrillic (supports KLADR and CBRF databases);\n* Reads .dbf from zip files.\n\n\nAPI\n---\n\n.. code-block:: python\n\n from dbf_light import Dbf\n\n\n with Dbf.open('some.dbf') as dbf:\n\n for field in dbf.field:\n print('Field: %s' % field)\n\n print('Rows (%s):' % dbf.prolog.records_count)\n\n for row in dbf:\n print(row)\n\n # Read `some.dbf` from zip (ignoring filename case):\n with Dbf.open_zip('some.dbf', 'here/myarch.zip', case_sensitive=False) as dbf:\n ...\n\n\nCLI\n---\n\nRequires `click` package (can be installed with: `pip install dbf_light[cli]`).\n\n.. code-block:: bash\n\n $ dbf_light describe myfile.dbf\n $ dbf_light show myfile.dbf\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/idlesign/dbf_light", "keywords": "", "license": "BSD 3-Clause License", "maintainer": "", "maintainer_email": "", "name": "dbf_light", "package_url": "https://pypi.org/project/dbf_light/", "platform": "", "project_url": "https://pypi.org/project/dbf_light/", "project_urls": { "Homepage": "https://github.com/idlesign/dbf_light" }, "release_url": "https://pypi.org/project/dbf_light/0.3.0/", "requires_dist": null, "requires_python": "", "summary": "Light and easy DBF reader", "version": "0.3.0" }, "last_serial": 4019644, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "b5b915cead17f8df4cfec461fa67aaaf", "sha256": "04b426a43460ebdafb84e49e6f3d677777dc33373d9581c17a04cbe378701d54" }, "downloads": -1, "filename": "dbf_light-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b5b915cead17f8df4cfec461fa67aaaf", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 70700, "upload_time": "2018-06-26T13:13:18", "url": "https://files.pythonhosted.org/packages/ac/5f/bbb6b79307e6685570bede355fb1b9b8d92de14f72e072626de1fb70500c/dbf_light-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b8b35701ee9aa90aa02058e79f843be6", "sha256": "5ee105e1670c757a0b78484cdddb32d857c6a2dfeb9dc09553c676af38d4f26e" }, "downloads": -1, "filename": "dbf_light-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b8b35701ee9aa90aa02058e79f843be6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66539, "upload_time": "2018-06-26T13:08:56", "url": "https://files.pythonhosted.org/packages/60/0f/ce2a19ebf1dfabf09e87e334730ffe4ca69f8cd5cf34a4ead6b0668a5603/dbf_light-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "5c5ce2e3ba0b6ddaa367e792dea8ecc9", "sha256": "c6c2e0865756e4655736ef6074946d597a0a6542890f1c34f167756ca4454152" }, "downloads": -1, "filename": "dbf_light-0.2.0.tar.gz", "has_sig": false, "md5_digest": "5c5ce2e3ba0b6ddaa367e792dea8ecc9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108191, "upload_time": "2018-06-28T14:01:01", "url": "https://files.pythonhosted.org/packages/c8/f4/38dc0b01ae218ffc8f653f78e5b271305741fba4c0c33002d7d5ae22a259/dbf_light-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "e6ed2271c4b21bdd8933565fc4ecd5b2", "sha256": "394e1090331336413cd545659ff9fee70ce954c779c712ca1025104a78d5d0f9" }, "downloads": -1, "filename": "dbf_light-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e6ed2271c4b21bdd8933565fc4ecd5b2", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 111686, "upload_time": "2018-07-01T07:10:59", "url": "https://files.pythonhosted.org/packages/fe/8c/28d505ccb25b2fa29c15ca0ddf713de9cecf69bbb429fecbae6fa74ea532/dbf_light-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "627a301b2a7b661a1cec0eadcfcfa178", "sha256": "0f867f0a009344a76d76baa6e5712a05be2efcab27361df83ebb33dcfdc81b53" }, "downloads": -1, "filename": "dbf_light-0.3.0.tar.gz", "has_sig": false, "md5_digest": "627a301b2a7b661a1cec0eadcfcfa178", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108534, "upload_time": "2018-07-01T07:06:34", "url": "https://files.pythonhosted.org/packages/81/8e/42f5eaf44d2402c91c1b3032cc3fa11c57256b49c9110b25e997fdd37549/dbf_light-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e6ed2271c4b21bdd8933565fc4ecd5b2", "sha256": "394e1090331336413cd545659ff9fee70ce954c779c712ca1025104a78d5d0f9" }, "downloads": -1, "filename": "dbf_light-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e6ed2271c4b21bdd8933565fc4ecd5b2", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 111686, "upload_time": "2018-07-01T07:10:59", "url": "https://files.pythonhosted.org/packages/fe/8c/28d505ccb25b2fa29c15ca0ddf713de9cecf69bbb429fecbae6fa74ea532/dbf_light-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "627a301b2a7b661a1cec0eadcfcfa178", "sha256": "0f867f0a009344a76d76baa6e5712a05be2efcab27361df83ebb33dcfdc81b53" }, "downloads": -1, "filename": "dbf_light-0.3.0.tar.gz", "has_sig": false, "md5_digest": "627a301b2a7b661a1cec0eadcfcfa178", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108534, "upload_time": "2018-07-01T07:06:34", "url": "https://files.pythonhosted.org/packages/81/8e/42f5eaf44d2402c91c1b3032cc3fa11c57256b49c9110b25e997fdd37549/dbf_light-0.3.0.tar.gz" } ] }