{ "info": { "author": "Elijah Wilson", "author_email": "elijah@elijahwilson.me", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries" ], "description": "# pinq\nA [LINQ](https://msdn.microsoft.com/en-us/library/bb308959.aspx) style API for Python iterables. Inspired by [JINQ](https://github.com/VivekRagunathan/JINQ).\n\n## Installation\n```\npip install simple-pinq\n```\n\n## Docs\nThese are a work in progress. For now, check out the [unit tests](./tests).\n\n## Tests\n[![Build Status](https://travis-ci.org/tizz98/pinq.svg?branch=master)](https://travis-ci.org/tizz98/pinq)\nWhen contributing, make sure the test code coverage is not below 100%. To run tests:\n```\npip install -e .\npytest tests --cov=pinq\nflake8 pinq tests\n```\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/tizz98/pinq/tarball/1.0.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tizz98/pinq", "keywords": "linq pinq api", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "simple-pinq", "package_url": "https://pypi.org/project/simple-pinq/", "platform": "", "project_url": "https://pypi.org/project/simple-pinq/", "project_urls": { "Download": "https://github.com/tizz98/pinq/tarball/1.0.1", "Homepage": "https://github.com/tizz98/pinq" }, "release_url": "https://pypi.org/project/simple-pinq/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "LINQ style API for Python.", "version": "1.0.1" }, "last_serial": 4028179, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "709b8194f56fa2fcd571934bd2519eaf", "sha256": "45ee65531046be371f2ff4d770e4bd1110df6dc370ab1f251d21ce2f8c41cac1" }, "downloads": -1, "filename": "simple-pinq-1.0.1.tar.gz", "has_sig": false, "md5_digest": "709b8194f56fa2fcd571934bd2519eaf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1722, "upload_time": "2018-07-03T22:27:56", "url": "https://files.pythonhosted.org/packages/ee/7c/edd89abb5201ab6f79e521b2b57fe31a74eb58f41521ac9a2c2c58274e73/simple-pinq-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "709b8194f56fa2fcd571934bd2519eaf", "sha256": "45ee65531046be371f2ff4d770e4bd1110df6dc370ab1f251d21ce2f8c41cac1" }, "downloads": -1, "filename": "simple-pinq-1.0.1.tar.gz", "has_sig": false, "md5_digest": "709b8194f56fa2fcd571934bd2519eaf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1722, "upload_time": "2018-07-03T22:27:56", "url": "https://files.pythonhosted.org/packages/ee/7c/edd89abb5201ab6f79e521b2b57fe31a74eb58f41521ac9a2c2c58274e73/simple-pinq-1.0.1.tar.gz" } ] }