{ "info": { "author": "Tiemo Kieft", "author_email": "me@isogram.nl", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Topic :: Internet :: WWW/HTTP" ], "description": "gaclient is a small library that implements an easy to use API\r\nfor consuming Google Analytics APIs.\r\n\r\nAssuming you have already obtained a **refresh token** from the\r\nuser, retrieving metrics is as simple as::\r\n\r\n >>> import gaclient\r\n >>> session = gaclient.build_session(CLIENT_ID, CLIENT_SECRET,\r\n {'refresh_token': REFRESH_TOKEN})\r\n >>> it = gaclient.Cursor(session, PROFILE_ID,\r\n '2012-01-01', '2012-01-01', ['visits'], ['date'])\r\n >>> list(it)\r\n [{'visits': 12345, 'date': datetime.date(2012, 1, 1)}]\r\n\r\nFor complete step-by-step guide on how to obtain a user's\r\nconsent please refer to the\r\n`User Guide `_.\r\n\r\n\r\nFeatures\r\n--------\r\n\r\n * Transparently queries Google Analytics for additional results\r\n if any are available;\r\n * Selecting any valid combination of dimensions and metrics;\r\n * Server-side filtering;\r\n * Server-side sorting;\r\n * Data is returned in native Python types, parsed and\r\n ready for you consumption.\r\n\r\n\r\nFor more information check out the `gaclient documentation `_.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://isogram.nl/python/gaclient/0.3b2", "keywords": "google analytics", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "gaclient", "package_url": "https://pypi.org/project/gaclient/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/gaclient/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://isogram.nl/python/gaclient/0.3b2" }, "release_url": "https://pypi.org/project/gaclient/0.3b2/", "requires_dist": null, "requires_python": null, "summary": "An easy to use interface to Google Analytics.", "version": "0.3b2" }, "last_serial": 1407679, "releases": { "0.3b1": [ { "comment_text": "", "digests": { "md5": "38668536e1034475ae03a92e44c929ef", "sha256": "ead58ad770f2a79235ebb1f42e38ff2422702dc310f1de507926c9c7d1ddf4ae" }, "downloads": -1, "filename": "gaclient-0.3b1.tar.gz", "has_sig": false, "md5_digest": "38668536e1034475ae03a92e44c929ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5470, "upload_time": "2013-10-22T11:15:35", "url": "https://files.pythonhosted.org/packages/e1/73/64b74f86e201156b9139ec1b5dee51c186a0b52c9a52ef4bc7db3e2f3a56/gaclient-0.3b1.tar.gz" } ], "0.3b2": [ { "comment_text": "", "digests": { "md5": "208e6cbd73b53586ad166c78ccd10d25", "sha256": "747151692a3e1f830087534a4e26a7557569f4c0e4e92cc9712303d54dac4ada" }, "downloads": -1, "filename": "gaclient-0.3b2.tar.gz", "has_sig": false, "md5_digest": "208e6cbd73b53586ad166c78ccd10d25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9963, "upload_time": "2013-10-28T12:12:48", "url": "https://files.pythonhosted.org/packages/c1/46/3c9d3123e4becf27e8bb3ed62ef75934e28014e020be38251ebbf23c8e66/gaclient-0.3b2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "208e6cbd73b53586ad166c78ccd10d25", "sha256": "747151692a3e1f830087534a4e26a7557569f4c0e4e92cc9712303d54dac4ada" }, "downloads": -1, "filename": "gaclient-0.3b2.tar.gz", "has_sig": false, "md5_digest": "208e6cbd73b53586ad166c78ccd10d25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9963, "upload_time": "2013-10-28T12:12:48", "url": "https://files.pythonhosted.org/packages/c1/46/3c9d3123e4becf27e8bb3ed62ef75934e28014e020be38251ebbf23c8e66/gaclient-0.3b2.tar.gz" } ] }