{ "info": { "author": "Profound Networks", "author_email": "mpenkov@profound.net", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8" ], "description": "=====\ngzipi\n=====\n\nTools for indexing gzip files to support random-like access.\n\nInstalling\n~~~~~~~~~~\n\nTo install library, run the following coomand::\n\n $ python setup.py install\n\nTesting\n~~~~~~~\n::\n\n $ make test\n $ make lint\n\n\nIndexing a file\n===============\n\nIndexing a file from stdin::\n\n $ cat profiles.json.gz | gzipi index --format json --field id > index.json.gz\n\nIndexing a local file::\n\n $ cat profiles.json.bz -i profiles.json.gz -o index.json.gz --format csv --column 0 --delimiter ','\n\n\nRetrieving data\n================\n\nRetrieving all data for specific domains::\n\n $ zcat domains.json.gz | gzipi retrieve -f profiles.json.gz -i index.json.gz --format json > data.json --field domain\n\n\nUsing local and S3 paths::\n\n $ gzipi retrieve -k domains.json.gz -f s3://domain-data/reports/Q1.json.gz -i index.json.gz --format json -o data.json --field domain\n\nRepacking existing archives\n===========================\n::\n\n $ gzipi repack -f profiles.json.gz -i new_index.json.gz -o new_profiles.json.gz --format json --field domain\n\nHelp\n====\n\nTo get more information, run the following command::\n\n $ gzipi --help", "description_content_type": "", "docs_url": null, "download_url": "https://pypi.org/project/gzipi", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ProfoundNetworks/gzipi", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "gzipi", "package_url": "https://pypi.org/project/gzipi/", "platform": "", "project_url": "https://pypi.org/project/gzipi/", "project_urls": { "Download": "https://pypi.org/project/gzipi", "Homepage": "https://github.com/ProfoundNetworks/gzipi" }, "release_url": "https://pypi.org/project/gzipi/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Tools for indexing gzip files to support random-like access.", "version": "0.1.1" }, "last_serial": 5701863, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "5e84f63eb84f528c8b5e8335a27db3bc", "sha256": "b0ea1878670c8fda0c55e44cad0c049a8d41d09b7d683a786682ae3a133d36ff" }, "downloads": -1, "filename": "gzipi-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5e84f63eb84f528c8b5e8335a27db3bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10107, "upload_time": "2019-08-20T07:10:51", "url": "https://files.pythonhosted.org/packages/ec/28/be4960afe5c6ded955c021dd20cffcc5577f37bd06155a92ea7a49c348d4/gzipi-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "d093e36b1b843050da3dc15e376a412e", "sha256": "f032602705cdff860fba9c52aa119e8c9bcc7015613da0a940c1184a100649a1" }, "downloads": -1, "filename": "gzipi-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d093e36b1b843050da3dc15e376a412e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10924, "upload_time": "2019-08-20T07:22:52", "url": "https://files.pythonhosted.org/packages/c6/84/aef5c9351bef4ca0a87e8e07053640968f7872d68ecc1f07ad880da6099c/gzipi-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d093e36b1b843050da3dc15e376a412e", "sha256": "f032602705cdff860fba9c52aa119e8c9bcc7015613da0a940c1184a100649a1" }, "downloads": -1, "filename": "gzipi-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d093e36b1b843050da3dc15e376a412e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10924, "upload_time": "2019-08-20T07:22:52", "url": "https://files.pythonhosted.org/packages/c6/84/aef5c9351bef4ca0a87e8e07053640968f7872d68ecc1f07ad880da6099c/gzipi-0.1.1.tar.gz" } ] }