pylegiscan


Namepylegiscan JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-08-23 20:11:02
maintainerNone
docs_urlNone
authorYour Name
requires_python<4.0,>=3.11
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pylegiscan
### This project gives a number of helper functions
- get_legiscan_json(legiscan_key, access_key, out_dir): uses the legiscan api to get the bulk data
- get_people(people_dir): parses the people data
- get_bills(bill_dir): parses the bill data
- get_votes(vote_dir): parses the vote data
- convert_pylegiscan_json(people_dir, bill_dir, vote_dir, out_dir): combines all the parsing and outputs them into parquet files
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pylegiscan",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/c0/1f/99118feb5f6542e09d2d13a02d0514f8f772642a524ba93d7e21d002fb32/pylegiscan-0.1.1.tar.gz",
    "platform": null,
    "description": "# Pylegiscan\n### This project gives a number of helper functions\n- get_legiscan_json(legiscan_key, access_key, out_dir): uses the legiscan api to get the bulk data\n- get_people(people_dir): parses the people data\n- get_bills(bill_dir): parses the bill data\n- get_votes(vote_dir): parses the vote data\n- convert_pylegiscan_json(people_dir, bill_dir, vote_dir, out_dir): combines all the parsing and outputs them into parquet files",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "deafd68658c5a2c962951033747c79da6c3473a3ae303c005ede1382bd619f6c",
                "md5": "bf3ad898b8e2796e4cc21d721d15ecf0",
                "sha256": "d0e0c693af762434bb0deb02247d2938290b525f86b79d160d45976e08084432"
            },
            "downloads": -1,
            "filename": "pylegiscan-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bf3ad898b8e2796e4cc21d721d15ecf0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 2709,
            "upload_time": "2024-08-23T20:11:01",
            "upload_time_iso_8601": "2024-08-23T20:11:01.888353Z",
            "url": "https://files.pythonhosted.org/packages/de/af/d68658c5a2c962951033747c79da6c3473a3ae303c005ede1382bd619f6c/pylegiscan-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c01f99118feb5f6542e09d2d13a02d0514f8f772642a524ba93d7e21d002fb32",
                "md5": "1afe708cacb49c29c50d81b3161aed31",
                "sha256": "bc32e4177eae68276a300816e83a8b45322fd39a9a447596a2d0bd5c7d103532"
            },
            "downloads": -1,
            "filename": "pylegiscan-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1afe708cacb49c29c50d81b3161aed31",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 2212,
            "upload_time": "2024-08-23T20:11:02",
            "upload_time_iso_8601": "2024-08-23T20:11:02.920911Z",
            "url": "https://files.pythonhosted.org/packages/c0/1f/99118feb5f6542e09d2d13a02d0514f8f772642a524ba93d7e21d002fb32/pylegiscan-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-23 20:11:02",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pylegiscan"
}
        
Elapsed time: 0.34928s