{ "info": { "author": "Gustavo Machado", "author_email": "gdmachado@me.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries" ], "description": "infogram-python\n======\n\n Unofficial Python library for infogr.am API\n\nInstallation\n------------\n\n::\n\n $ pip install infogram\n\nUsage\n-----\n\n::\n\n from infogram import Infogram\n\n # Initialize connection with the api, providing api_key and api_secret\n client = Infogram(api_key, api_secret)\n\n client.themes_list()\n\n client.infographics_create({\n \"content\": [{\"type\":\"h1\",\"text\":\"Hello infogr.am\"}],\n \"publish\": False,\n \"theme_id\": 45,\n \"title\": \"Hello\",\n })\n\nAPI Methods\n------------\n\nThemes\n-----\n\n::\n\n client.themes_list()\n\nInfographics\n-----\n\n::\n\n client.infographics_list()\n client.infographics_get(infographic_id)\n client.infographics_create(params)\n client.infographics_update(infographic_id, params)\n client.infographics_destroy(infographic_id)\n\nUsers\n-----\n\n::\n\n client.users_get(user_id)\n client.users_get_infographics(user_id)\n", "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/gdmachado/infogram-python", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "infogram", "package_url": "https://pypi.org/project/infogram/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/infogram/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/gdmachado/infogram-python" }, "release_url": "https://pypi.org/project/infogram/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Unofficial Python library for infogr.am API", "version": "0.1.1" }, "last_serial": 1488076, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "a80fced36135bbb364db223a99050354", "sha256": "cf83786a83a088702635396df8b54e9013d5e34fcbb65208b70d230d6a8b2235" }, "downloads": -1, "filename": "infogram-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a80fced36135bbb364db223a99050354", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3956, "upload_time": "2015-04-01T21:25:50", "url": "https://files.pythonhosted.org/packages/d1/fd/f148ad36e8671810c6f51fc775add849b0d819dc450003271d56fe440d96/infogram-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "274155d13f479d45ae74e7e881c6854f", "sha256": "a557d3936d64838857903b904ccb726b9c1cae0cbec6405ff3c42645a36880e6" }, "downloads": -1, "filename": "infogram-0.1.1.tar.gz", "has_sig": false, "md5_digest": "274155d13f479d45ae74e7e881c6854f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4229, "upload_time": "2015-04-02T13:40:09", "url": "https://files.pythonhosted.org/packages/d9/4f/02513eb6f26e09cc3a804dd93c412de1e0db98b26f9e75d75bbefa551905/infogram-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "274155d13f479d45ae74e7e881c6854f", "sha256": "a557d3936d64838857903b904ccb726b9c1cae0cbec6405ff3c42645a36880e6" }, "downloads": -1, "filename": "infogram-0.1.1.tar.gz", "has_sig": false, "md5_digest": "274155d13f479d45ae74e7e881c6854f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4229, "upload_time": "2015-04-02T13:40:09", "url": "https://files.pythonhosted.org/packages/d9/4f/02513eb6f26e09cc3a804dd93c412de1e0db98b26f9e75d75bbefa551905/infogram-0.1.1.tar.gz" } ] }