{ "info": { "author": "Obulapathi N Challa", "author_email": "obulpathi@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: BSD License", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "A Python client library for Fastly (http://www.fastly.com).\n\nExample:\n\nimport fastly\n\n# Connects to Fastly using API key.\nclient = fastly.connect(\"your-api-key\")\n\n# Need to fully authenticate to access all features. \nclient.login(\"email@domain.com\", \"h4x0rp4ssw0rd\")\n\n# Get your account details.\ncurrent_customer = client.get_current_customer()\n\n# Get your user details.\ncurrent_user = client.get_current_user()\n\n# List all services.\nall_services = client.list_services()\n\n# Create a service.\nservice = client.create_service(current_customer.id,\n\t\"test-service\",\n\tcomment=\"A service for testing out the client.\")\n\n# Create a new version of the service.\nservice_version = client.create_service_version(service.id,\n\tcomment=\"A new version of this service.\")\n\n# Create a domain.\ndomain = client.create_domain(service.id, \n\tservice_version.number,\n\t\"www.test.com\",\n\tcomment=\"A new domain.\")\n\n# List domains associated with this version.\nprint client.list_domains(service.id, service_version.number)\n\n# Delete the domain we just created.\nclient.delete_domain(service.id, service_version.number, domain.name)", "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/obulpathi/cdn-fastly-python", "keywords": "fastly", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "cdn-fastly", "package_url": "https://pypi.org/project/cdn-fastly/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cdn-fastly/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/obulpathi/cdn-fastly-python" }, "release_url": "https://pypi.org/project/cdn-fastly/1.0.4/", "requires_dist": null, "requires_python": null, "summary": "A Python client libary for the Fastly API.", "version": "1.0.4" }, "last_serial": 1169337, "releases": { "1.0.4": [ { "comment_text": "", "digests": { "md5": "30dc06540e35e016076288f0e38bfd8a", "sha256": "441085bad88c80f0969282b74bc80bcabdd4f5c0f337495d40a0926f98a71740" }, "downloads": -1, "filename": "cdn-fastly-1.0.4.tar.gz", "has_sig": false, "md5_digest": "30dc06540e35e016076288f0e38bfd8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13737, "upload_time": "2014-07-25T15:25:35", "url": "https://files.pythonhosted.org/packages/60/29/a6340f7078d7e349d434a0374475071d8f57aeb716c9863ea5501b004537/cdn-fastly-1.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "30dc06540e35e016076288f0e38bfd8a", "sha256": "441085bad88c80f0969282b74bc80bcabdd4f5c0f337495d40a0926f98a71740" }, "downloads": -1, "filename": "cdn-fastly-1.0.4.tar.gz", "has_sig": false, "md5_digest": "30dc06540e35e016076288f0e38bfd8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13737, "upload_time": "2014-07-25T15:25:35", "url": "https://files.pythonhosted.org/packages/60/29/a6340f7078d7e349d434a0374475071d8f57aeb716c9863ea5501b004537/cdn-fastly-1.0.4.tar.gz" } ] }