{ "info": { "author": "Timoth\u00e9e Peignier", "author_email": "timothee.peignier@tryphon.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Utilities" ], "description": "Chartbeatpy\n===========\n\nA simple, synchronous charbeat API wrapper. \nThis python package creates a simple \"pythonic\" entry point\nfor the Chartbeat API. Originally created by Timothee Peignier,\nwe are adapting it to our needs here at Detroit Media Partnership.\n\nAny requests, issues should be directed towards us in this forked \nrepository, or email me at neurosnap@gmail.com\n\nChartbeat API Explorer_\n\n.. _Explorer: https://chartbeat.com/docs/api/explore/\n\nInstallation\n------------\n\nTo install charbeatpy, use pip:\n\n.. code:: bash\n\n $ pip install chartbeat\n\nor \n\n.. code:: bash\n\n $ python setup.py install\n\nQuick How To\n------------\n\n.. code:: python\n\n from chartbeatpy import Chartbeat\n\n beat = Chartbeat(\"\", \"\")\n # live data\n beat.quickstats()\n beat.geo()\n # some API endpoints require extra parameters\n beat.histogram(keys=[user,title], breaks=[1,2,10])\n beat.path_summary(keys=[pagetimer, time_spent, new])\n beat.summary(keys=[domain, title, read, write, idle])\n beat.recent()\n beat.referrers()\n beat.top_pages()\n\n # historical data\n beat.engage_series()\n beat.engage_stats()\n beat.social_series()\n beat.social_stats()\n beat.traffic_series()\n beat.traffic_stats()\n\n # specify API version number\n oldbeat = Chartbeat(\"\", \"\", 2)\n oldbeat.quickstats()", "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/detroit-media-partnership/chartbeatpy", "keywords": "chartbeat,API", "license": "LICENSE.rst", "maintainer": null, "maintainer_email": null, "name": "chartbeatpy", "package_url": "https://pypi.org/project/chartbeatpy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/chartbeatpy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/detroit-media-partnership/chartbeatpy" }, "release_url": "https://pypi.org/project/chartbeatpy/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "A charbeat API wrapper.", "version": "0.2.1" }, "last_serial": 1101383, "releases": { "0.2.1": [ { "comment_text": "", "digests": { "md5": "801d49471501540dd794dab97c2f43fe", "sha256": "4da64fa08fc9eb59df2d792eee3a919503704aacc3f42f0e1fa4ec343907d081" }, "downloads": -1, "filename": "chartbeatpy-0.2.1.tar.gz", "has_sig": false, "md5_digest": "801d49471501540dd794dab97c2f43fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4495, "upload_time": "2014-05-22T19:02:14", "url": "https://files.pythonhosted.org/packages/1b/86/f177460babaacc59f3d57b3e0566d5e358dbdfa9e60ea089b833e62e83cd/chartbeatpy-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "801d49471501540dd794dab97c2f43fe", "sha256": "4da64fa08fc9eb59df2d792eee3a919503704aacc3f42f0e1fa4ec343907d081" }, "downloads": -1, "filename": "chartbeatpy-0.2.1.tar.gz", "has_sig": false, "md5_digest": "801d49471501540dd794dab97c2f43fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4495, "upload_time": "2014-05-22T19:02:14", "url": "https://files.pythonhosted.org/packages/1b/86/f177460babaacc59f3d57b3e0566d5e358dbdfa9e60ea089b833e62e83cd/chartbeatpy-0.2.1.tar.gz" } ] }