dbf


Namedbf JSON
Version 0.99.9 PyPI version JSON
download
home_pagehttps://github.com/ethanfurman/dbf
SummaryPure python package for reading/writing dBase, FoxPro, and Visual FoxPro .dbf files (including memos)
upload_time2023-12-11 20:35:38
maintainer
docs_urlNone
authorEthan Furman
requires_python
licenseBSD License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Currently supports dBase III, Clipper, FoxPro, and Visual FoxPro tables. Text is returned as unicode, and codepage settings in tables are honored. Memos and Null fields are supported.  Documentation needs work, but author is very responsive to e-mails.

Not supported: index files (but can create tempory non-file indexes), auto-incrementing fields, and Varchar fields.

Installation:  `pip install dbf`



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ethanfurman/dbf",
    "name": "dbf",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Ethan Furman",
    "author_email": "ethan@stoneleaf.us",
    "download_url": "https://files.pythonhosted.org/packages/a9/61/98193fea2d0f1f66bd6786d4354829868c7ddef9a5584d9eb255014978ca/dbf-0.99.9.tar.gz",
    "platform": null,
    "description": "\nCurrently supports dBase III, Clipper, FoxPro, and Visual FoxPro tables. Text is returned as unicode, and codepage settings in tables are honored. Memos and Null fields are supported.  Documentation needs work, but author is very responsive to e-mails.\n\nNot supported: index files (but can create tempory non-file indexes), auto-incrementing fields, and Varchar fields.\n\nInstallation:  `pip install dbf`\n\n\n",
    "bugtrack_url": null,
    "license": "BSD License",
    "summary": "Pure python package for reading/writing dBase, FoxPro, and Visual FoxPro .dbf files (including memos)",
    "version": "0.99.9",
    "project_urls": {
        "Homepage": "https://github.com/ethanfurman/dbf"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0151ef9f170a35851bee8789cfb21760d4e2276ca9c728f51ae460b79c198fb",
                "md5": "224d393611f350474cbb4094029d572d",
                "sha256": "33b2ca844d58191165774857a5fa11b1cab362cebe987fa0e6213a471527eb27"
            },
            "downloads": -1,
            "filename": "dbf-0.99.9-py2-none-any.whl",
            "has_sig": false,
            "md5_digest": "224d393611f350474cbb4094029d572d",
            "packagetype": "bdist_wheel",
            "python_version": "py2",
            "requires_python": null,
            "size": 109428,
            "upload_time": "2023-12-11T20:35:45",
            "upload_time_iso_8601": "2023-12-11T20:35:45.136028Z",
            "url": "https://files.pythonhosted.org/packages/f0/15/1ef9f170a35851bee8789cfb21760d4e2276ca9c728f51ae460b79c198fb/dbf-0.99.9-py2-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "308797c7a4a5467796eadd2804e673af38da9b7b0c53547fcb1d246a7a5af07e",
                "md5": "90d42320b7c9aa98fd0d88b14d53319a",
                "sha256": "27aa57a2b5b643d6f1f08c7ad2a12204209bf3161044e2a4996d16f50b67566e"
            },
            "downloads": -1,
            "filename": "dbf-0.99.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "90d42320b7c9aa98fd0d88b14d53319a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 109430,
            "upload_time": "2023-12-11T20:35:48",
            "upload_time_iso_8601": "2023-12-11T20:35:48.378758Z",
            "url": "https://files.pythonhosted.org/packages/30/87/97c7a4a5467796eadd2804e673af38da9b7b0c53547fcb1d246a7a5af07e/dbf-0.99.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a96198193fea2d0f1f66bd6786d4354829868c7ddef9a5584d9eb255014978ca",
                "md5": "1d8bd4ac4617cef6fd58ea0e392769fc",
                "sha256": "305122d54d1136fadf0ed5781e9bcf80a4c289b021efacfb1a79a3df622e6d8c"
            },
            "downloads": -1,
            "filename": "dbf-0.99.9.tar.gz",
            "has_sig": false,
            "md5_digest": "1d8bd4ac4617cef6fd58ea0e392769fc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 104852,
            "upload_time": "2023-12-11T20:35:38",
            "upload_time_iso_8601": "2023-12-11T20:35:38.388324Z",
            "url": "https://files.pythonhosted.org/packages/a9/61/98193fea2d0f1f66bd6786d4354829868c7ddef9a5584d9eb255014978ca/dbf-0.99.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-11 20:35:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ethanfurman",
    "github_project": "dbf",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "dbf"
}
        
Elapsed time: 0.22432s