socrata-dump


Namesocrata-dump JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/officeofperformancemanagement/socrata-dump
SummaryDump Socrata Instance into a Folder, including both Metadata and Data
upload_time2024-02-21 03:23:46
maintainer
docs_urlNone
authorDaniel J. Dufour
requires_python
license
keywords data python socrata
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # socrata-dump

```
usage: socrata-dump [-h] [--compression COMPRESSION] [--file-size-limit FILE_SIZE_LIMIT] [--in-memory IN_MEMORY] [--key-id KEY_ID] [--key-secret KEY_SECRET]
                    [--limit LIMIT] [--provenance PROVENANCE] [--scope SCOPE]
                    base outpath

Dump Socrata Instance into a Folder, including both Metadata and Data

positional arguments:
  base                  base url of Socrata instance
  outpath               output directory to save downloaded data

options:
  -h, --help            show this help message and exit
  --compression COMPRESSION
                        type of compression to apply to csv files. currently only valid value is "zip"
  --file-size-limit FILE_SIZE_LIMIT
                        total max file size in megabytes. any file larger than this will be deleted
  --in-memory IN_MEMORY
                        skip writing intermediate files to disk. increases memory usage, but avoids writing .csv if you only want .csv.zip
  --key-id KEY_ID       keyId for Socrata API
  --key-secret KEY_SECRET
                        keySecret for Socrata API
  --limit LIMIT, -l LIMIT
                        total number of assets to process
  --provenance PROVENANCE, -p PROVENANCE
                        filter by provenance: "community" or "official"
  --scope SCOPE         filter by specific scope: "private" or "site"
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/officeofperformancemanagement/socrata-dump",
    "name": "socrata-dump",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "data,python,socrata",
    "author": "Daniel J. Dufour",
    "author_email": "daniel.j.dufour@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cd/07/e16956bc71658fa4ff4fc777267620658578d12065c8fc3ce2c3c4509de2/socrata-dump-0.2.0.tar.gz",
    "platform": null,
    "description": "# socrata-dump\n\n```\nusage: socrata-dump [-h] [--compression COMPRESSION] [--file-size-limit FILE_SIZE_LIMIT] [--in-memory IN_MEMORY] [--key-id KEY_ID] [--key-secret KEY_SECRET]\n                    [--limit LIMIT] [--provenance PROVENANCE] [--scope SCOPE]\n                    base outpath\n\nDump Socrata Instance into a Folder, including both Metadata and Data\n\npositional arguments:\n  base                  base url of Socrata instance\n  outpath               output directory to save downloaded data\n\noptions:\n  -h, --help            show this help message and exit\n  --compression COMPRESSION\n                        type of compression to apply to csv files. currently only valid value is \"zip\"\n  --file-size-limit FILE_SIZE_LIMIT\n                        total max file size in megabytes. any file larger than this will be deleted\n  --in-memory IN_MEMORY\n                        skip writing intermediate files to disk. increases memory usage, but avoids writing .csv if you only want .csv.zip\n  --key-id KEY_ID       keyId for Socrata API\n  --key-secret KEY_SECRET\n                        keySecret for Socrata API\n  --limit LIMIT, -l LIMIT\n                        total number of assets to process\n  --provenance PROVENANCE, -p PROVENANCE\n                        filter by provenance: \"community\" or \"official\"\n  --scope SCOPE         filter by specific scope: \"private\" or \"site\"\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Dump Socrata Instance into a Folder, including both Metadata and Data",
    "version": "0.2.0",
    "project_urls": {
        "Download": "https://github.com/officeofperformancemanagement/socrata-dump/tarball/download",
        "Homepage": "https://github.com/officeofperformancemanagement/socrata-dump"
    },
    "split_keywords": [
        "data",
        "python",
        "socrata"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd07e16956bc71658fa4ff4fc777267620658578d12065c8fc3ce2c3c4509de2",
                "md5": "2e1700e13f160f83e160baaf59e058ad",
                "sha256": "27b474ae8c9645c94989d8f49c0852521c6319acf2f189e9d53e64c6610d334b"
            },
            "downloads": -1,
            "filename": "socrata-dump-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2e1700e13f160f83e160baaf59e058ad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7024,
            "upload_time": "2024-02-21T03:23:46",
            "upload_time_iso_8601": "2024-02-21T03:23:46.465499Z",
            "url": "https://files.pythonhosted.org/packages/cd/07/e16956bc71658fa4ff4fc777267620658578d12065c8fc3ce2c3c4509de2/socrata-dump-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-21 03:23:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "officeofperformancemanagement",
    "github_project": "socrata-dump",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "socrata-dump"
}
        
Elapsed time: 0.18224s