{ "info": { "author": "Simon Gauld", "author_email": "simonski@github.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Build Tools" ], "description": "# AvroTool\n\nA python commandline tool to manipulate Avro files\n\n## Installation\n\n pip install avrotool\n\nNote: if you have build issues on OSX, try\n\n brew install snappy\n CPPFLAGS=\"-I/usr/local/include -L/usr/local/lib\" pip install python-snappy\n pip install avrotool\n\n## Usage (Basic)\n\nTo print the avro usage\n\n avro \n avro -help, -h\n\nTo print detailed information about a command\n\n avro -help-command COMMAND\n\nTo print the version\n\n avro version\n\n\n## Print Schema\n\nTo print the avro schema :\n\n avro schema -f AVRO_FILE (-format json|text)\n\n## Extract Data\n\nTo extract named columns to STDOUT\n\n avro extract -f AVRO_FILE -columns a,b,c,d,e\n\n## CHANGELOG\n\n2017-03-19 0.0.1 Initial Prerelease. `schema` and `extract` functionality only.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/simonski/avrotool", "keywords": "avro setuptools development", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "avrotool", "package_url": "https://pypi.org/project/avrotool/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/avrotool/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/simonski/avrotool" }, "release_url": "https://pypi.org/project/avrotool/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Commandline Avro Toolbelt", "version": "0.0.2" }, "last_serial": 2716076, "releases": { "0.0.1": [], "0.0.2": [ { "comment_text": "", "digests": { "md5": "0d623ba32c1b29084b991a68c1d56cba", "sha256": "eff3711a14d34f518befe2368acf80bda35994a1e1157bc8fcf451bdcaca9449" }, "downloads": -1, "filename": "avrotool-0.0.2.tar.gz", "has_sig": false, "md5_digest": "0d623ba32c1b29084b991a68c1d56cba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4106, "upload_time": "2017-03-19T17:33:34", "url": "https://files.pythonhosted.org/packages/b9/0a/bb39f733576caf001681d7cd355d177c2ac5806f86573ed6e95cb21999c1/avrotool-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0d623ba32c1b29084b991a68c1d56cba", "sha256": "eff3711a14d34f518befe2368acf80bda35994a1e1157bc8fcf451bdcaca9449" }, "downloads": -1, "filename": "avrotool-0.0.2.tar.gz", "has_sig": false, "md5_digest": "0d623ba32c1b29084b991a68c1d56cba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4106, "upload_time": "2017-03-19T17:33:34", "url": "https://files.pythonhosted.org/packages/b9/0a/bb39f733576caf001681d7cd355d177c2ac5806f86573ed6e95cb21999c1/avrotool-0.0.2.tar.gz" } ] }