dbfpy3


Namedbfpy3 JSON
Version 4.2.2 PyPI version JSON
download
home_pagehttps://github.com/frankyxhl/dbfpy3
SummaryPort to Python 3. Dbfpy is a python-only module for reading and writing DBF-files.
upload_time2023-06-20 15:40:23
maintainer
docs_urlNone
authorFrank Xu
requires_python>=3.5
licenseMIT license
keywords dbfpy3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Python 3 modules for accessing .dbf files
------------------------------------------

Port to Python 3 and released at PyPi by Frank Xu.

### Features

* Support FoxPro
* Support memo
* Code page

### TODO

* Write test
* dBase compatible

### Install

Run `pip install dbfpy3`


---

### NOT FULLY TEST YET

### USE AT YOUR OWN RISK

### NO WARRANTIES WHATSOEVER

---

steelywing <https://github.com/steelywing/dbfpy>

Jeff Kunce <kuncej@mail.conservation.state.mo.us>

Hans Fiby <hans@fiby.at>

Frank Xu <https://github.com/frankyxhl/dbfpy3>

Zdeněk Böhm <https://github.com/zbohm>

=======
History
=======

0.1.0 (2020-12-26)
------------------

* First release on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/frankyxhl/dbfpy3",
    "name": "dbfpy3",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "dbfpy3",
    "author": "Frank Xu",
    "author_email": "franky.xhl@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b2/3c/e9653f706734dcc7afec48957b954c5ad5c7f454e4a6844451faf168c518/dbfpy3-4.2.2.tar.gz",
    "platform": null,
    "description": "Python 3 modules for accessing .dbf files\n------------------------------------------\n\nPort to Python 3 and released at PyPi by Frank Xu.\n\n### Features\n\n* Support FoxPro\n* Support memo\n* Code page\n\n### TODO\n\n* Write test\n* dBase compatible\n\n### Install\n\nRun `pip install dbfpy3`\n\n\n---\n\n### NOT FULLY TEST YET\n\n### USE AT YOUR OWN RISK\n\n### NO WARRANTIES WHATSOEVER\n\n---\n\nsteelywing <https://github.com/steelywing/dbfpy>\n\nJeff Kunce <kuncej@mail.conservation.state.mo.us>\n\nHans Fiby <hans@fiby.at>\n\nFrank Xu <https://github.com/frankyxhl/dbfpy3>\n\nZden\u011bk B\u00f6hm <https://github.com/zbohm>\n\n=======\nHistory\n=======\n\n0.1.0 (2020-12-26)\n------------------\n\n* First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Port to Python 3. Dbfpy is a python-only module for reading and writing DBF-files.",
    "version": "4.2.2",
    "project_urls": {
        "Homepage": "https://github.com/frankyxhl/dbfpy3"
    },
    "split_keywords": [
        "dbfpy3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b3ed4d178a272a8e7211d1333e8896b32cff9a6cbdacbaa731a8a6c861a763c",
                "md5": "fa2884c27b8fa989c136cabe968e3379",
                "sha256": "5c29f0b82f6a0e580cd51ee85f9383c2a3045399a920b7095a170ae851549497"
            },
            "downloads": -1,
            "filename": "dbfpy3-4.2.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fa2884c27b8fa989c136cabe968e3379",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.5",
            "size": 20686,
            "upload_time": "2023-06-20T15:40:22",
            "upload_time_iso_8601": "2023-06-20T15:40:22.091652Z",
            "url": "https://files.pythonhosted.org/packages/4b/3e/d4d178a272a8e7211d1333e8896b32cff9a6cbdacbaa731a8a6c861a763c/dbfpy3-4.2.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b23ce9653f706734dcc7afec48957b954c5ad5c7f454e4a6844451faf168c518",
                "md5": "ee828d13fd34641aa5ebd0ab79540445",
                "sha256": "5074391434b8e3906e60b19931a8364b92a67979980d00b061e8e93983d35094"
            },
            "downloads": -1,
            "filename": "dbfpy3-4.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "ee828d13fd34641aa5ebd0ab79540445",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 25111,
            "upload_time": "2023-06-20T15:40:23",
            "upload_time_iso_8601": "2023-06-20T15:40:23.413762Z",
            "url": "https://files.pythonhosted.org/packages/b2/3c/e9653f706734dcc7afec48957b954c5ad5c7f454e4a6844451faf168c518/dbfpy3-4.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-20 15:40:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "frankyxhl",
    "github_project": "dbfpy3",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "dbfpy3"
}
        
Elapsed time: 0.24706s