{ "info": { "author": "Robert Grant", "author_email": "rhgrant10@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Communications :: Chat" ], "description": "======\nGroupy\n======\n\n.. image:: https://img.shields.io/pypi/v/GroupyAPI.svg\n\t:target: https://pypi.python.org/pypi/GroupyAPI\n\n.. image:: https://travis-ci.org/rhgrant10/Groupy.svg?branch=dev\n\t:target: https://travis-ci.org/rhgrant10/Groupy\n\n.. image:: https://readthedocs.org/projects/groupy/badge/?version=latest\n\t:target: https://groupy.readthedocs.org/en/latest\n\nThe simple yet powerful GroupMe API wrapper for Python.\n\n - `Full Documentation`_\n - `Installation`_\n - `Basic Usage`_\n - `Contributing`_\n\n.. _Full Documentation: http://groupy.readthedocs.org/en/latest/\n.. _Installation: http://groupy.readthedocs.org/en/latest/pages/installation.html\n.. _Basic Usage: http://groupy.readthedocs.org/en/latest/pages/quickstart.html\n.. _Contributing: http://groupy.readthedocs.org/en/latest/pages/contributing.html\n\n\n==========\nChange Log\n==========\n\nv0.10.3 (January 1, 2019)\n=========================\n\n- fix issue with file attachments as image attachments in the gallery (thanks to Bryce Corbitt)\n- bump requests dependency to ``~=2.20.0`` (CVE-2018-18074)\n\nv0.10.2 (October 3, 2018)\n=========================\n\n- fix incorrect return type in the documentation for Message methods (thanks to Zach Hardesty)\n\nv0.10.1 (July 10, 2018)\n=======================\n\n- allow missing fields in ``Mention`` objects in support of very old message attachments\n- update documentation to warn users of HTTP 429 responses when creating chat messages with non-application API tokens\n- update development status to Production/Stable in ``setup.py``\n\nv0.10.0 (June 4, 2018)\n======================\n\n- fix image attachment creation\n- support pickling/unpickling of ``Resource`` objects\n\nv0.9.2 (December 23, 2017)\n==========================\n\n- fix travis CD\n\nv0.9.0 (December 23, 2017)\n==========================\n\n- add ``Block`` equality by ``user_id`` and ``blocked_user_id``\n- add ``Bot`` equality by ``bot_id``\n- add ``Message`` equality by ``id``\n- add ``Member`` equality by ``id``\n- add ``Group`` equality by ``group_id``\n\nv0.8.1 (December 19, 2017)\n==========================\n\n- fix bug when converting stange/invalid timestamps to datetimes\n- add missing ``created_at`` and ``updated_at`` in ``Chat`` resources\n\nv0.8.0 (December 15, 2017)\n==========================\n\nThis version represents a significant, backwards-incompatible change! The old\nAPI was brittle, poorly designed, and very difficult to test.\n\n- No more global api key; create clients using a specific api key instead\n- Added missing group functionality:\n\t- joining with a share token\n\t- rejoining a former group\n\t- changing group ownership\n- Added additional endpoints:\n\t- leaderboard\n\t- blocks\n- Reverse engineered the undocumented gallery endpoint\n\t- has all known supported listing methods\n\t- supports before, after, and since with UTC ``datetime`` s\n- Added paging control for endpoints that support it\n- Message paging now maintains the order in which they come from the API:\n\t- \"before\" messages go back in time\n\t- \"after\" messages go forward in time\n- much more grandular exceptions and no layer violations\n- removal of Pillow depenedency for images; simply upload/download image bytes and do with them as you please\n- result filtering has been moved and improved\n\t- can now make and reuse a filter\n\t- can create arbitrary sets of tests and use them in a filter\n- now uses the Apache license instead of GPLv3\n\n\nv0.7.1 (March 29, 2017)\n=======================\n\n- Fixed an issue serializing attachments posted by the user (not a bot) (thanks to a-vilmin for reporting the issue)\n\n\nv0.7.0 (November 19, 2016)\n==========================\n\n- Fixed an issue with attachments not being serializable. Now an attempt to call their ``as_dict`` method is made (thank you to awctomlinson for pointing it out)\n- Fixed problem with ``is_liked_by_me``, ``is_from_me`` and ``metions_me`` when used on ``DirectMessages`` (thank you to mmigrate)\n- Added attachment support to ``Bot``'s ``post`` method (thank you again to mmigrate)\n- Fixed a mispelling in the ``mentions_me`` method name (thank you adelq)\n\nv0.6.6 (April 23, 2016)\n=======================\n\n- Fixed a typo in the docs regarding the type of the ``group`` parameter of the ``Bot`` class (kudos to JCDJulian)\n- Fixed the ``Group.update`` method signature to include the ``group_id`` (kudos to mmirate)\n- Fixed ``Member.identification`` such that it uses ``Member.guid`` rather than ``Member._guid`` (kudos to mmirate)\n- Fixed the uncaught exception chain that occurred when a 304 was returned in ``Recipient.messages`` (thanks to dvmorris and sbonds for pointing it out)\n- Updated the list of contributors\n\nv0.6.5 (January 17, 2016)\n=========================\n\n- Fixed typo the ``Bot`` class that caused the bots to have a \"gorup_id\" (kudos to JCDJulian)\n- All modules except ``object/listers.py`` and ``object/responses.py`` now have full test coverage\n- Updated AUTHORS.rst with all contributors to date (feel free to PR with an email address added to your username)\n- Fixed leftover markdown formatting in the CHANGELOG.rst file\n\nv0.6.4 (December 31, 2015)\n==========================\n\n- Fixed bugs with creating bots (kudos to qlyoung)\n- Fixed bugs with posting messages as bots (kudos again to qlyoung)\n- Fixed typo bugs in ``Group`` class (kudos to t3zla)\n- Fixed missing Python 3 trove classifier\n- Added documentation for contributions\n- Updated documentation for setup and installation\n- Added a couple more unit tests\n- Reconfigured tox test results to not clobber results from other environments\n\nv0.6.3 (December 23, 2015)\n==========================\n\n- Added support for ``tox`` (envs py34,py35)\n- Added support for ``bumpversion``\n- Added ``make`` file for handy development\n- Moved to ``nosetests`` and ``coverage``\n- Split requirements into regular and testing\n- Updated some of the installation/troubleshooting docs\n- Merged in open pull-requests for various oversights (kudos to ScufyfNrdHrdr, rAntonioH, and JacobAMason)\n\nv0.6.2 (May 3, 2015)\n====================\n\n- Fixed problem when posting messages as a bot\n- Added ``refresh`` option for automatically updating group information after addition/removal of members\n- Updated documentation\n\nv0.6.1 (April 25, 2015)\n=======================\n\n- Fixed code in ``responses.py`` that was still using the old exception class name\n- Changed the ``Member.remove()`` method to correctly use the ``id`` of the member rather than the ``user_id``\n- Slight beefing up of some documentation\n\nv0.5.8 (December 9, 2014)\n=========================\n\n- Fixed problems with ``requirements.txt`` and ``setup.py`` that caused problems installing from ``pip``\n- Re-wrote many of the unittests (still in progress)\n- Added Travis-CI and PyPI badges to the readme\n- Bumped requirement for dropbox's ``responses`` to 0.3.0\n- Now uses ``setup`` from ``setuptools`` rather than ``distutils.core``\n\nv0.5.3 (September 19, 2014)\n===========================\n\n- Fix packaging bug that caused inner packages to not be installed via ``pip3``\n\nv0.5.2 (September 14, 2014)\n===========================\n\n- Now installable via ``pip3``:\n\n .. code-block:: console\n\n $ pip3 install GroupyAPI\n\n\nv0.5.1 (August 25, 2014)\n========================\n\n*Groups*\n\n- Added a class method for creating a new group\n- Added an instance method for destroying a group\n\n*Members*\n\n- Fixed member identification on dictionaries\n\n*User*\n\n- Fixed the enable/disable SMS methods (now class methods as they should be)\n\n*Documentation*\n\n- Added some module docstrings\n- Added API docs for all attachment classes\n- Added docs for split attachments\n- Moved FilterList docs into the Advanced Usage section\n- Rewrote API docs for enabling SMS mode\n- Fixed bad sphinx references\n- Fixed typos\n- Added miscellaneous sections to the README\n- Updated feature list\n\nv0.5.0 (August 20, 2014)\n========================\n\n- Added support for downloaded the image of an image attachment\n- Reorganized modules and project structure\n- Updated documentation\n\nv0.4.0 (August 18, 2014)\n========================\n\n- Added ability to list all known members\n- Re-wrote attachments classes\n\nv0.3.1 (August 14, 2014)\n========================\n\n- Fixed bug when adding members to a group\n- Many additions to the documentation\n\nv0.3.0 (August 12, 2014)\n========================\n\n- Added post and messages methods to members\n- Added after_id parameter for direct messages\n- Fixed liking and unliking direct messages\n- Fixed listing former groups\n- Fixed group lists being limited to a max of 500 items\n- Documentation now available on `Read the Docs`_!\n\nv0.2.0 (August 11, 2014)\n========================\n\n- Added MessagePager class for returning lists of messages\n\nv0.1.3 (August 10, 2014)\n========================\n\n- Added attachment class\n- Added basic documentation\n- Fixed the automatic splitting of long texts\n- Fixed invalid response error issue\n\nv0.1.0 (August 9, 2014)\n=======================\n\n- Initial release\n\n.. _Read the Docs: http://groupy.readthedocs.org/en/latest\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rhgrant10/Groupy", "keywords": "api,GroupMe", "license": "Apache Software License, Version 2.0", "maintainer": "", "maintainer_email": "", "name": "GroupyAPI", "package_url": "https://pypi.org/project/GroupyAPI/", "platform": "", "project_url": "https://pypi.org/project/GroupyAPI/", "project_urls": { "Homepage": "https://github.com/rhgrant10/Groupy" }, "release_url": "https://pypi.org/project/GroupyAPI/0.10.3/", "requires_dist": [ "requests (~=2.20.0)" ], "requires_python": "", "summary": "The simple yet powerful wrapper for the GroupMe API", "version": "0.10.3" }, "last_serial": 4649807, "releases": { "0.10.0": [ { "comment_text": "", "digests": { "md5": "47f0599de23b940e3ca405f3526f5118", "sha256": "a603a778d220078f97f6b133479d77a02bae00a8df7366b5a26e42064c2321c2" }, "downloads": -1, "filename": "GroupyAPI-0.10.0-py3-none-any.whl", "has_sig": false, "md5_digest": "47f0599de23b940e3ca405f3526f5118", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 42415, "upload_time": "2018-06-05T03:59:22", "url": "https://files.pythonhosted.org/packages/79/a5/48ad8c5f00366350d2240a03b87298cf90bd5039f98ced7981ba738c0e6e/GroupyAPI-0.10.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "52d4f4612ae6fe2c9cb163f2627f89bd", "sha256": "e3e0d6634978a13e97153f9253e1c881a0cb55f39969b20530627b5cb6e70f0c" }, "downloads": -1, "filename": "GroupyAPI-0.10.0.tar.gz", "has_sig": false, "md5_digest": "52d4f4612ae6fe2c9cb163f2627f89bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36786, "upload_time": "2018-06-05T03:59:24", "url": "https://files.pythonhosted.org/packages/ff/19/a2c9b7844d8948159f3fb3d49a18be78f68465aa3337338e85015ec9059e/GroupyAPI-0.10.0.tar.gz" } ], "0.10.1": [ { "comment_text": "", "digests": { "md5": "c42aa401f20fab4bcd5528e2c4b0e0fc", "sha256": "594e4b1768bae72958d5d84443afb242ef0f7298181015911d920bf84cdb63d2" }, "downloads": -1, "filename": "GroupyAPI-0.10.1-py3-none-any.whl", "has_sig": false, "md5_digest": "c42aa401f20fab4bcd5528e2c4b0e0fc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 42945, "upload_time": "2018-07-11T01:19:52", "url": "https://files.pythonhosted.org/packages/08/c2/5c0f413e040e9bd5ce7cb4c488768d02630d54d8784e4d7f60c7dd37874f/GroupyAPI-0.10.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2b5c2d66cccf7de6ee1f0afa6f1a0fa5", "sha256": "decec88bf9ef606bbf9059de5d482b50743370b12bce07f6ed3abf65ed311fe6" }, "downloads": -1, "filename": "GroupyAPI-0.10.1.tar.gz", "has_sig": false, "md5_digest": "2b5c2d66cccf7de6ee1f0afa6f1a0fa5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37232, "upload_time": "2018-07-11T01:19:54", "url": "https://files.pythonhosted.org/packages/b5/1f/a9d03630ba7a828e2e306952d4cad33230751f1844bf9ac92874bc5937dc/GroupyAPI-0.10.1.tar.gz" } ], "0.10.2": [ { "comment_text": "", "digests": { "md5": "1c8418e827597bd58bc5d972cd2b0411", "sha256": "3660fb3e3fbd746200270063b2403e7cb06ff8efdb14ea12f4e32c2dbd4979f6" }, "downloads": -1, "filename": "GroupyAPI-0.10.2-py3-none-any.whl", "has_sig": false, "md5_digest": "1c8418e827597bd58bc5d972cd2b0411", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 43045, "upload_time": "2018-10-04T04:42:25", "url": "https://files.pythonhosted.org/packages/bf/6a/8d445078e9642284c86770faa307798ddb9b8478a1fc17c0fbdc7b5f71b1/GroupyAPI-0.10.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "86786920770e65fda2fa94974c312a08", "sha256": "fea2f58e5e87420b0a92dd5e84fd14c9cbe2c360c2aa3caf47b253caa9cfbc5d" }, "downloads": -1, "filename": "GroupyAPI-0.10.2.tar.gz", "has_sig": false, "md5_digest": "86786920770e65fda2fa94974c312a08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37382, "upload_time": "2018-10-04T04:42:27", "url": "https://files.pythonhosted.org/packages/ff/89/22f550a31174e0d15f1580d56137d7f4b81879b5c1945cbe379805b7fba0/GroupyAPI-0.10.2.tar.gz" } ], "0.10.3": [ { "comment_text": "", "digests": { "md5": "2303d316354042b1dc09dbff92fe4704", "sha256": "ef2d94cb16643b13233cef1e109bfc3fb54983018bfe20444fd9ad2c4d2cfdf9" }, "downloads": -1, "filename": "GroupyAPI-0.10.3-py3-none-any.whl", "has_sig": false, "md5_digest": "2303d316354042b1dc09dbff92fe4704", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 43749, "upload_time": "2019-01-01T09:36:02", "url": "https://files.pythonhosted.org/packages/8d/3f/428c95662e21f78cd740c8079378e4b902f7b81ccb2b06354576f2e9597e/GroupyAPI-0.10.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3b41de2ede0f1dad142cceb45e078a30", "sha256": "f10295228bcbc8d3e3ecd095aa3f1d65630a2031845e5375455d5213a2924ddc" }, "downloads": -1, "filename": "GroupyAPI-0.10.3.tar.gz", "has_sig": false, "md5_digest": "3b41de2ede0f1dad142cceb45e078a30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37807, "upload_time": "2019-01-01T09:36:04", "url": "https://files.pythonhosted.org/packages/01/31/5be666188594e3700e9ef2f2979d8b03dcefb4a2d1b6e1c0c6ce4490a841/GroupyAPI-0.10.3.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "c8913cbfff4ee02aa017924f4689489d", "sha256": "07c319ab146705564a92be964e081d964dc08e264269580a718c2466e51fd83c" }, "downloads": -1, "filename": "GroupyAPI-0.5.2.tar.gz", "has_sig": false, "md5_digest": "c8913cbfff4ee02aa017924f4689489d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1910, "upload_time": "2014-09-14T03:26:05", "url": "https://files.pythonhosted.org/packages/9a/5e/73d1fdc3b59fbdacaee202a15d1c2b9d69a9ff62dc4ca0a2903aa4e4f3bb/GroupyAPI-0.5.2.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "37d15d4725c39e3d4eec5648e487a141", "sha256": "74a20790c85ae72e29263b05d414d1c8c3b12563fead7e0ed25f74f7ae028e96" }, "downloads": -1, "filename": "GroupyAPI-0.5.3.tar.gz", "has_sig": false, "md5_digest": "37d15d4725c39e3d4eec5648e487a141", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14464, "upload_time": "2014-09-19T17:27:10", "url": "https://files.pythonhosted.org/packages/cb/ab/d3e3a5677b7c75f31577cd493438d5320392e67e1b688ee5590b57af6f07/GroupyAPI-0.5.3.tar.gz" } ], "0.5.4": [ { "comment_text": "", "digests": { "md5": "c17e3641ed447f3d5d8804eb4afc6a9c", "sha256": "2d2f129e601db074aa922ec2f9d3bba9a3191aac8ac85807f4e5c22c7bb9ed4a" }, "downloads": -1, "filename": "GroupyAPI-0.5.4.tar.gz", "has_sig": false, "md5_digest": "c17e3641ed447f3d5d8804eb4afc6a9c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14507, "upload_time": "2014-09-19T18:04:41", "url": "https://files.pythonhosted.org/packages/25/bf/789f2b65df05ae4a896fc8cb42b07f43a792f941e02219370fe184dcafdf/GroupyAPI-0.5.4.tar.gz" } ], "0.5.5": [ { "comment_text": "", "digests": { "md5": "dc2b6f6933eb375899d6bbe5df77787f", "sha256": "871876b94397f908dfc3bbad1cdbd36393bc7d89be28f4ac721f045746cdb7ed" }, "downloads": -1, "filename": "GroupyAPI-0.5.5.tar.gz", "has_sig": false, "md5_digest": "dc2b6f6933eb375899d6bbe5df77787f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14509, "upload_time": "2014-09-19T18:10:07", "url": "https://files.pythonhosted.org/packages/5e/5c/9ae2c3a29d40453cf636867a24bcf60725f4aaa439c70a05841a30443289/GroupyAPI-0.5.5.tar.gz" } ], "0.5.6": [ { "comment_text": "", "digests": { "md5": "66d003015d9d18bdca820c8685f28657", "sha256": "eb703cf415cc8e1ecf687bab093933d10c0f4084b51c230cdc675ade1de87c15" }, "downloads": -1, "filename": "GroupyAPI-0.5.6.tar.gz", "has_sig": false, "md5_digest": "66d003015d9d18bdca820c8685f28657", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14619, "upload_time": "2014-09-24T20:55:37", "url": "https://files.pythonhosted.org/packages/17/02/6f04aa61c809a46bdda32aa3538773c231372c2f89dfe48110e5449e6d84/GroupyAPI-0.5.6.tar.gz" } ], "0.5.7": [ { "comment_text": "", "digests": { "md5": "9d9e271688889175414c3cff620e42ee", "sha256": "a8fdd21d0a40debfcfce47ae268ccf06edf396ccb12bfbd2968ecedb6a197ae0" }, "downloads": -1, "filename": "GroupyAPI-0.5.7.tar.gz", "has_sig": false, "md5_digest": "9d9e271688889175414c3cff620e42ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15264, "upload_time": "2014-12-09T04:08:15", "url": "https://files.pythonhosted.org/packages/17/83/92f58c4e989f467b3effd4f1f1238c89a02e38a74c0232435ab49e59b566/GroupyAPI-0.5.7.tar.gz" } ], "0.5.8": [ { "comment_text": "", "digests": { "md5": "1fb86b35e35c382b5beeaf908ad46a7b", "sha256": "877aeea95d9819b68e5f62b289675c8df6551dcef4b63acb72967d5ed9f250d1" }, "downloads": -1, "filename": "GroupyAPI-0.5.8.tar.gz", "has_sig": false, "md5_digest": "1fb86b35e35c382b5beeaf908ad46a7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15269, "upload_time": "2014-12-09T15:02:37", "url": "https://files.pythonhosted.org/packages/fa/5f/1b7e5e0cb74883d71d0bfb007b58d6eee26f208e8432265535a5185d52c8/GroupyAPI-0.5.8.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "fdb5e493ecb9b0ef6a80304562ee8be3", "sha256": "6efc1f120548b08a816c2359ec4bf6609638bddab9510a9272d1939e0d8b1b31" }, "downloads": -1, "filename": "GroupyAPI-0.6.0.tar.gz", "has_sig": false, "md5_digest": "fdb5e493ecb9b0ef6a80304562ee8be3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15437, "upload_time": "2015-04-30T03:19:29", "url": "https://files.pythonhosted.org/packages/de/b9/1b513171be5609b2e257cdc346a8a6a0d4a6b495323decfff06a6fdad0b3/GroupyAPI-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "65e8dce8d7f016a3c4f0740571046ae9", "sha256": "d8b596db42b95e227ab63ecdb3f6b17de9b497e1ebba6f0b6392fcc21d9fa67c" }, "downloads": -1, "filename": "GroupyAPI-0.6.1.tar.gz", "has_sig": false, "md5_digest": "65e8dce8d7f016a3c4f0740571046ae9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15588, "upload_time": "2015-04-30T04:09:42", "url": "https://files.pythonhosted.org/packages/42/2a/401a1d242c885aecb0704ad4c855b4b9ed4d45988f3f1df2af6960b453b7/GroupyAPI-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "120b8b9654baa515120582b1ec85e927", "sha256": "900a1ee84077c26343ae6a68e73ae6cdae7ab1c723a6d1cd6dbe35cdf452482b" }, "downloads": -1, "filename": "GroupyAPI-0.6.2.tar.gz", "has_sig": false, "md5_digest": "120b8b9654baa515120582b1ec85e927", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15695, "upload_time": "2015-05-03T18:26:45", "url": "https://files.pythonhosted.org/packages/df/82/e32a629beb536e785f1dcfefe26ddcb682521bb9f126d881be28fa6e820f/GroupyAPI-0.6.2.tar.gz" } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "df95e12ab6730710c6d25e46b7c84c0a", "sha256": "41e7c2df51e1dc04c4199e6fc5ff0871be507711a4523be52d175c1d71437859" }, "downloads": -1, "filename": "GroupyAPI-0.6.3.tar.gz", "has_sig": false, "md5_digest": "df95e12ab6730710c6d25e46b7c84c0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27155, "upload_time": "2015-12-24T00:26:30", "url": "https://files.pythonhosted.org/packages/2c/80/0f3c7b8f6c80155c0934528da52868a1c0fd07f50e0a572a13f43836acb8/GroupyAPI-0.6.3.tar.gz" } ], "0.6.4": [ { "comment_text": "", "digests": { "md5": "bf506a548095e117dc4d460b4feb88be", "sha256": "4548f32472fe4760e90eb8b6a036d32aee6cc3d4300a070befd224ccecf23cb1" }, "downloads": -1, "filename": "GroupyAPI-0.6.4.tar.gz", "has_sig": false, "md5_digest": "bf506a548095e117dc4d460b4feb88be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27404, "upload_time": "2015-12-31T22:18:34", "url": "https://files.pythonhosted.org/packages/0c/79/1c885180fd759af097d99bf3172b50018077ee6111e3e14342db63cb0263/GroupyAPI-0.6.4.tar.gz" } ], "0.6.5": [ { "comment_text": "", "digests": { "md5": "06661110be8e7fafd26edc6bfc9395ff", "sha256": "4005e35f8f98d115deea45537ebed252447e4d264e61f25dd7fd002645fd6e5c" }, "downloads": -1, "filename": "GroupyAPI-0.6.5.tar.gz", "has_sig": false, "md5_digest": "06661110be8e7fafd26edc6bfc9395ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28319, "upload_time": "2016-01-17T16:26:19", "url": "https://files.pythonhosted.org/packages/85/1c/302df6c2bc7684bcb97730f089a213f54dc13a90192ba64c955e8f89ec79/GroupyAPI-0.6.5.tar.gz" } ], "0.6.6": [ { "comment_text": "", "digests": { "md5": "c79d94fccdac2a2742c121506fac9137", "sha256": "48f959426c62f237da7e0989348ccea5bd5601fa7474cb7ddf74713036994f89" }, "downloads": -1, "filename": "GroupyAPI-0.6.6.tar.gz", "has_sig": false, "md5_digest": "c79d94fccdac2a2742c121506fac9137", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28757, "upload_time": "2016-04-23T16:35:52", "url": "https://files.pythonhosted.org/packages/dc/c3/8bcbeeb6fbd0741203ee9330a3fefbc2f03ab88fea900152f962b62dc678/GroupyAPI-0.6.6.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "f9cfde72d3a51a5f067c544a31c9fc2a", "sha256": "7d934051599d534606fb54c9aa118d18ece0e02aa6b2cd06f2e59b84bb82051f" }, "downloads": -1, "filename": "GroupyAPI-0.7.0-py2-none-any.whl", "has_sig": false, "md5_digest": "f9cfde72d3a51a5f067c544a31c9fc2a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 25713, "upload_time": "2016-11-20T02:24:50", "url": "https://files.pythonhosted.org/packages/78/13/ec5af889dbe92ac4087344711fa47a2675c8327f62d17f1cc4e74cbbf5d3/GroupyAPI-0.7.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "45fda8c060ce68b1ad4f05549b24a74d", "sha256": "a62175019a8820b6d683b3dbcd7d18a7d557da6a9a14c5b7d54ecdf7432f549f" }, "downloads": -1, "filename": "GroupyAPI-0.7.0.tar.gz", "has_sig": false, "md5_digest": "45fda8c060ce68b1ad4f05549b24a74d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31483, "upload_time": "2016-11-20T02:24:46", "url": "https://files.pythonhosted.org/packages/b9/89/6e4a919aba30f523c5261be607a2776d10ebdb4c6466eacafb71a3ea6d6d/GroupyAPI-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "d70351144325eb24d4036cf70ec9c81c", "sha256": "c5978d38cb6973170f2c59c01344c769dc00b30e38f8e986246f06f0fafaaa7a" }, "downloads": -1, "filename": "GroupyAPI-0.7.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d70351144325eb24d4036cf70ec9c81c", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 25776, "upload_time": "2017-03-29T22:32:35", "url": "https://files.pythonhosted.org/packages/e7/b3/c8debc117f71fc98f6dcd156ca4a63bc8fc96b8c4c29a6048a61e0cfacaa/GroupyAPI-0.7.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "395fe90d902150faa154b794bcf59ea3", "sha256": "03b712facf19e84620111fd58517c11273debb9c9460ec3b953dcbcb14ca8348" }, "downloads": -1, "filename": "GroupyAPI-0.7.1.tar.gz", "has_sig": false, "md5_digest": "395fe90d902150faa154b794bcf59ea3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31731, "upload_time": "2017-03-29T22:32:33", "url": "https://files.pythonhosted.org/packages/28/90/f19fc3a314810d62f372bd85a0ad5bcf09407f1a4c144ac379aa0e5e1c7a/GroupyAPI-0.7.1.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "b616bd8a22d48229cdafae9cf1cdaa85", "sha256": "bc2b8ada83e4e385d83dddad635ed6e9bd7a9d91f25ed76fd5320eb63a669ebd" }, "downloads": -1, "filename": "GroupyAPI-0.8.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b616bd8a22d48229cdafae9cf1cdaa85", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 41132, "upload_time": "2017-12-15T16:11:43", "url": "https://files.pythonhosted.org/packages/34/0c/a428e3b648cadd2181f550e9fe2ccd74228006dccd57e295a11468a24ae6/GroupyAPI-0.8.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9493ee76f0a2357d8e2931553166cfe3", "sha256": "ea7d3fac00db2b4a66ba0c7640cf0e4b3cfa796832c48d22204d839f32b5b80c" }, "downloads": -1, "filename": "GroupyAPI-0.8.0.tar.gz", "has_sig": false, "md5_digest": "9493ee76f0a2357d8e2931553166cfe3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32974, "upload_time": "2017-12-15T16:11:44", "url": "https://files.pythonhosted.org/packages/ae/0e/1c26149183b6d84e48cd3a105587dab13593a4f78e31f1c831602c51d3e9/GroupyAPI-0.8.0.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "e931e73ca17eb260710013c09464fde0", "sha256": "2ea6f6e72ce3f625685e3603d25421e62133221b5f7432d409f35ee77b01958b" }, "downloads": -1, "filename": "GroupyAPI-0.8.1-py3-none-any.whl", "has_sig": false, "md5_digest": "e931e73ca17eb260710013c09464fde0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 41459, "upload_time": "2017-12-20T03:36:02", "url": "https://files.pythonhosted.org/packages/2b/9d/5871d54dda686cb28e1522f255e03c57e3876b4f673ae754703b648b127e/GroupyAPI-0.8.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0373b26acfcae6bc063419f9b0567003", "sha256": "95867de1a177036eed4aa317b73c102a7bdb119e50cf21c2a2595b264583cbb4" }, "downloads": -1, "filename": "GroupyAPI-0.8.1.tar.gz", "has_sig": false, "md5_digest": "0373b26acfcae6bc063419f9b0567003", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35905, "upload_time": "2017-12-20T03:36:03", "url": "https://files.pythonhosted.org/packages/c8/70/4b12d23a9339b21b184ab44f88a0db55b1bc47622a7ed14e241084339c1e/GroupyAPI-0.8.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2303d316354042b1dc09dbff92fe4704", "sha256": "ef2d94cb16643b13233cef1e109bfc3fb54983018bfe20444fd9ad2c4d2cfdf9" }, "downloads": -1, "filename": "GroupyAPI-0.10.3-py3-none-any.whl", "has_sig": false, "md5_digest": "2303d316354042b1dc09dbff92fe4704", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 43749, "upload_time": "2019-01-01T09:36:02", "url": "https://files.pythonhosted.org/packages/8d/3f/428c95662e21f78cd740c8079378e4b902f7b81ccb2b06354576f2e9597e/GroupyAPI-0.10.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3b41de2ede0f1dad142cceb45e078a30", "sha256": "f10295228bcbc8d3e3ecd095aa3f1d65630a2031845e5375455d5213a2924ddc" }, "downloads": -1, "filename": "GroupyAPI-0.10.3.tar.gz", "has_sig": false, "md5_digest": "3b41de2ede0f1dad142cceb45e078a30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37807, "upload_time": "2019-01-01T09:36:04", "url": "https://files.pythonhosted.org/packages/01/31/5be666188594e3700e9ef2f2979d8b03dcefb4a2d1b6e1c0c6ce4490a841/GroupyAPI-0.10.3.tar.gz" } ] }