{ "info": { "author": "Chris Marshall", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: POSIX :: Linux", "Programming Language :: C", "Programming Language :: Python", "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", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "quickavro |Build Status|\n========================\n\nquickavro is a Python library for working with the `Avro `__ file format. The purpose of this library is to provide a high-performance interface in Python for reading/writing Avro files. The performance of Avro has been historically very poor in Python, so quickavro makes use of a Python C extension that directly interacts with the official Avro C API. quickavro is currently alpha quality.\n\nDocumentation\n=============\n\nAPI documentation and examples can be found at\nhttp://chrisrx.github.io/quickavro.\n\nInstall\n=======\n\n.. code:: bash\n\n $ pip install quickavro\n\nIt is important to note, however, that until `PyPi allows binary wheels for linux `__, ``setup.py`` will attempt to download and compile the dependencies when installing with ``pip install``.\n\nBuilding from source\n====================\n\nquickavro depends upon several C libraries: \n\n- `Avro C `__\n- `Jansson `__\n- `Snappy `__\n\nThey depend upon traditional build/config tools (cmake, autoconf, pkgconfig, etc), that sometimes make compiling this a nightmare so I ended up trying something a little different here and so far it is working well.\n\n.. code:: Shell\n\n make vendor\n make\n make install\n\nThe ``vendor`` make target downloads and unpacks the source files for all the libraries, while the default make target ``build``, calls Python setuptools/distutils to staticly compile these and creates a `Wheel `__ binary package. This removes the need for these libraries to be dynamically linked correctly and can trivially be packaged within the binary Wheel package without worries like if the header package has installed for the library.\n\n.. |Build Status| image:: https://travis-ci.org/ChrisRx/quickavro.svg?branch=master\n :target: https://travis-ci.org/ChrisRx/quickavro", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ChrisRx/quickavro", "keywords": "", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "quickavro", "package_url": "https://pypi.org/project/quickavro/", "platform": "", "project_url": "https://pypi.org/project/quickavro/", "project_urls": { "Homepage": "https://github.com/ChrisRx/quickavro" }, "release_url": "https://pypi.org/project/quickavro/0.1.22/", "requires_dist": null, "requires_python": "", "summary": "Very fast Avro library for Python.", "version": "0.1.22" }, "last_serial": 3800717, "releases": { "0.1.13": [ { "comment_text": "", "digests": { "md5": "798827a654f23009e95a9c98f8437ee3", "sha256": "5ff83078435d717094d4c51cf299b734bfe2b9b2e26ccb42a1ba09d439e24ccc" }, "downloads": -1, "filename": "quickavro-0.1.13.tar.gz", "has_sig": false, "md5_digest": "798827a654f23009e95a9c98f8437ee3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15927, "upload_time": "2016-06-29T18:25:17", "url": "https://files.pythonhosted.org/packages/66/af/b8440a9e0a2c55d18c328679a37461e1839a042a0e8b46245d25e1526258/quickavro-0.1.13.tar.gz" } ], "0.1.17": [ { "comment_text": "", "digests": { "md5": "980498562c29a21d2791bee7f8e45134", "sha256": "0a187930cbf585d430598456e69183d13bb0e8c6e085a15f026e4231f8c9b1c2" }, "downloads": -1, "filename": "quickavro-0.1.17.tar.gz", "has_sig": false, "md5_digest": "980498562c29a21d2791bee7f8e45134", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16604, "upload_time": "2017-04-19T09:00:50", "url": "https://files.pythonhosted.org/packages/f3/16/137412e708d39c59c48259c01cb46bea7d7bf977113a1e46caae7cdf1e3d/quickavro-0.1.17.tar.gz" } ], "0.1.18": [ { "comment_text": "", "digests": { "md5": "4ae62b719ff8912a19b7998f41c82af7", "sha256": "f37d7db21bad3c5b10a646a2eff8ba815bd957229d0b896a788def722cc4d2e3" }, "downloads": -1, "filename": "quickavro-0.1.18.tar.gz", "has_sig": false, "md5_digest": "4ae62b719ff8912a19b7998f41c82af7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16490, "upload_time": "2017-06-21T13:01:43", "url": "https://files.pythonhosted.org/packages/48/7d/1d62873da0fb39336c2f987ddc10d9237f4f2c00d107f30360ad581894c4/quickavro-0.1.18.tar.gz" } ], "0.1.19": [ { "comment_text": "", "digests": { "md5": "123e2c80bbda0424e3c99eda2100c398", "sha256": "b132ad1a81ebf5c446a60724b4a50d18ec70cab3c03acf067c02ab6ddf7b9d0c" }, "downloads": -1, "filename": "quickavro-0.1.19.tar.gz", "has_sig": false, "md5_digest": "123e2c80bbda0424e3c99eda2100c398", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17087, "upload_time": "2017-06-30T22:52:45", "url": "https://files.pythonhosted.org/packages/db/ee/fb56c5c4da3ea39dfcce9fc250eafc1b39026e4c4c4a43802ac8ddec739a/quickavro-0.1.19.tar.gz" } ], "0.1.20": [ { "comment_text": "", "digests": { "md5": "30070400486a4afd9bce529a886edc30", "sha256": "04588cfaf878c29cb8d0078329393217f1d1160fa11a26ceedf602789fd1b474" }, "downloads": -1, "filename": "quickavro-0.1.20.tar.gz", "has_sig": false, "md5_digest": "30070400486a4afd9bce529a886edc30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17165, "upload_time": "2017-07-27T23:07:44", "url": "https://files.pythonhosted.org/packages/0b/05/4d6ff0fb73a0949598f9f55e1559003a3a4caa823121e00e86a05ba6a01f/quickavro-0.1.20.tar.gz" } ], "0.1.21": [ { "comment_text": "", "digests": { "md5": "1450b18d7c4335816f19da9becbd0fe8", "sha256": "71e9d7e0b4a049b188966a6080f235bd83263a66b32e5c2904f4aca4336964dc" }, "downloads": -1, "filename": "quickavro-0.1.21.tar.gz", "has_sig": false, "md5_digest": "1450b18d7c4335816f19da9becbd0fe8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17561, "upload_time": "2017-08-09T14:09:57", "url": "https://files.pythonhosted.org/packages/b4/73/75274741d898aeac0ed574d055dfb3ecb5f733f895c10b00b8327b828721/quickavro-0.1.21.tar.gz" } ], "0.1.22": [ { "comment_text": "", "digests": { "md5": "58829b7245bc7a7101304b0c836c419b", "sha256": "ce9e3ace07b0c8967d997f73e42a790ae52191de1e92d7554e22e9e5eaa7e615" }, "downloads": -1, "filename": "quickavro-0.1.22.tar.gz", "has_sig": false, "md5_digest": "58829b7245bc7a7101304b0c836c419b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17943, "upload_time": "2018-04-23T22:31:20", "url": "https://files.pythonhosted.org/packages/73/d4/c813f8c0cc93efb58d551968d95efc6127a9dde30522720dc1b68a96e8d2/quickavro-0.1.22.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "58829b7245bc7a7101304b0c836c419b", "sha256": "ce9e3ace07b0c8967d997f73e42a790ae52191de1e92d7554e22e9e5eaa7e615" }, "downloads": -1, "filename": "quickavro-0.1.22.tar.gz", "has_sig": false, "md5_digest": "58829b7245bc7a7101304b0c836c419b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17943, "upload_time": "2018-04-23T22:31:20", "url": "https://files.pythonhosted.org/packages/73/d4/c813f8c0cc93efb58d551968d95efc6127a9dde30522720dc1b68a96e8d2/quickavro-0.1.22.tar.gz" } ] }