dataset


Namedataset JSON
Version 1.6.2 PyPI version JSON
download
home_pagehttp://github.com/pudo/dataset
SummaryToolkit for Python-based database access.
upload_time2023-07-12 08:54:12
maintainer
docs_urlNone
authorFriedrich Lindenberg, Gregor Aisch, Stefan Wehrmeyer
requires_python
licenseMIT
keywords sql sqlalchemy etl loading utility
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            dataset: databases for lazy people
==================================

![build](https://github.com/pudo/dataset/workflows/build/badge.svg)

In short, **dataset** makes reading and writing data in databases as simple as reading and writing JSON files.

[Read the docs](https://dataset.readthedocs.io/)

To install dataset, fetch it with ``pip``:

```bash
$ pip install dataset
```

**Note:** as of version 1.0, **dataset** is split into two packages, with the
data export features now extracted into a stand-alone package, **datafreeze**.
See the relevant repository [here](https://github.com/pudo/datafreeze).

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/pudo/dataset",
    "name": "dataset",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "sql sqlalchemy etl loading utility",
    "author": "Friedrich Lindenberg, Gregor Aisch, Stefan Wehrmeyer",
    "author_email": "friedrich.lindenberg@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/64/76/3acb02865156b4deee2a19d919b120c9d6a7a17e76fd1dcb2b68e0ed04c3/dataset-1.6.2.tar.gz",
    "platform": null,
    "description": "dataset: databases for lazy people\n==================================\n\n![build](https://github.com/pudo/dataset/workflows/build/badge.svg)\n\nIn short, **dataset** makes reading and writing data in databases as simple as reading and writing JSON files.\n\n[Read the docs](https://dataset.readthedocs.io/)\n\nTo install dataset, fetch it with ``pip``:\n\n```bash\n$ pip install dataset\n```\n\n**Note:** as of version 1.0, **dataset** is split into two packages, with the\ndata export features now extracted into a stand-alone package, **datafreeze**.\nSee the relevant repository [here](https://github.com/pudo/datafreeze).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Toolkit for Python-based database access.",
    "version": "1.6.2",
    "project_urls": {
        "Homepage": "http://github.com/pudo/dataset"
    },
    "split_keywords": [
        "sql",
        "sqlalchemy",
        "etl",
        "loading",
        "utility"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f4df74a514b5c4efb5c1546160597715cd6096273d7173b36a3187d2afb663a",
                "md5": "5fede41bd15bb2458830035610c32320",
                "sha256": "dcca9ba7658473d3082b1adf87a650252a1cd665705b73fa7d4ee32116a107b9"
            },
            "downloads": -1,
            "filename": "dataset-1.6.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5fede41bd15bb2458830035610c32320",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 18133,
            "upload_time": "2023-07-12T08:54:10",
            "upload_time_iso_8601": "2023-07-12T08:54:10.144036Z",
            "url": "https://files.pythonhosted.org/packages/9f/4d/f74a514b5c4efb5c1546160597715cd6096273d7173b36a3187d2afb663a/dataset-1.6.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64763acb02865156b4deee2a19d919b120c9d6a7a17e76fd1dcb2b68e0ed04c3",
                "md5": "f248126edb31c7899c088dac29349819",
                "sha256": "77d362118f67a8cbb4848dbd30ab362b9fa7cfebdbfaf426c9c500cb38969a99"
            },
            "downloads": -1,
            "filename": "dataset-1.6.2.tar.gz",
            "has_sig": false,
            "md5_digest": "f248126edb31c7899c088dac29349819",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 20584,
            "upload_time": "2023-07-12T08:54:12",
            "upload_time_iso_8601": "2023-07-12T08:54:12.117065Z",
            "url": "https://files.pythonhosted.org/packages/64/76/3acb02865156b4deee2a19d919b120c9d6a7a17e76fd1dcb2b68e0ed04c3/dataset-1.6.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-12 08:54:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pudo",
    "github_project": "dataset",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "dataset"
}
        
Elapsed time: 0.08450s