pybulldozer


Namepybulldozer JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/mike-huls/pybulldozer
Summarypybulldozer aims to make working with non-relation data files as easy as possible
upload_time2023-01-31 08:59:30
maintainer
docs_urlNone
authorMike Huls
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Dozer
Flattens unstructured data into a relation format

## Installation 
```commandline
pip install pybulldozer
```

## Features
pybulldozer aims to make working with non-relation data files as easy as possible

#### Explore the structure of the file
- statistics
- structure
- attributes

#### Flatten the file to record-arrays
Returns a dictionary that contains a {name: record-array} for all layers in the file


## File formats
Currenty pybulldozer only works with xml

## Future development
 - Parse more data formats
 - Speed optimization
 - Create SQL insert statements


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mike-huls/pybulldozer",
    "name": "pybulldozer",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Mike Huls",
    "author_email": "mikehuls42@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/24/78/6573bbe5b712dd9e3bd2aaed7b2d3daed4b25964658a8a241c727fb7c065/pybulldozer-0.0.4.tar.gz",
    "platform": null,
    "description": "# Dozer\r\nFlattens unstructured data into a relation format\r\n\r\n## Installation \r\n```commandline\r\npip install pybulldozer\r\n```\r\n\r\n## Features\r\npybulldozer aims to make working with non-relation data files as easy as possible\r\n\r\n#### Explore the structure of the file\r\n- statistics\r\n- structure\r\n- attributes\r\n\r\n#### Flatten the file to record-arrays\r\nReturns a dictionary that contains a {name: record-array} for all layers in the file\r\n\r\n\r\n## File formats\r\nCurrenty pybulldozer only works with xml\r\n\r\n## Future development\r\n - Parse more data formats\r\n - Speed optimization\r\n - Create SQL insert statements\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "pybulldozer aims to make working with non-relation data files as easy as possible",
    "version": "0.0.4",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24786573bbe5b712dd9e3bd2aaed7b2d3daed4b25964658a8a241c727fb7c065",
                "md5": "c5c72bf1402595db7620579a991ce921",
                "sha256": "2714e21f871f3072d88332457e6562f8488eb5caa903d92ba21f6db7aefed1c0"
            },
            "downloads": -1,
            "filename": "pybulldozer-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "c5c72bf1402595db7620579a991ce921",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 92534,
            "upload_time": "2023-01-31T08:59:30",
            "upload_time_iso_8601": "2023-01-31T08:59:30.864006Z",
            "url": "https://files.pythonhosted.org/packages/24/78/6573bbe5b712dd9e3bd2aaed7b2d3daed4b25964658a8a241c727fb7c065/pybulldozer-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-31 08:59:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "mike-huls",
    "github_project": "pybulldozer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "pybulldozer"
}
        
Elapsed time: 0.04237s