{
"info": {
"author": "Nick Bruun",
"author_email": "nick@bruun.co",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Natural Language :: English",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7"
],
"description": "cachefly -- convenient CacheFly CDN management\n==============================================\n\nThe CacheFly CDN exposes an HTTP based API for forcefully purging content from their reverse proxying CDN solution. The ``cachefly`` module provides a simple interface for performing those actions.\n\nFurthermore, the ``django_cachefly`` module provides a convient way to configure and access an application wide API client instance through your Django settings.\n\n\nInstallation\n------------\n\nTo install ``cachefly`` and ``django_cachefly``, do yourself a favor and don't use anything other than `pip `_:\n\n.. code-block:: bash\n\n $ pip install cachefly\n\n\nInstallation in Django\n----------------------\n\nAfter the module has been installed, you need to add ``django_cachefly`` to your list of ``INSTALLED_APPS`` in your application configuration:\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...\n 'django_cachefly',\n )\n\nYou also need to configure your CacheFly API key in your application's settings file:\n\n.. code-block:: python\n\n CACHEFLY_API_KEY = '..'\n\nThe CacheFly API client can now be easily accessed from the entire application:\n\n.. code-block:: python\n\n from django_cachefly import client\n \n ...\n\n\nTesting\n-------\n\nTesting requires a set of valid credentials. All tests are performed against URLs in the ``/_testing`` path for the CDN node your select. Credentials are loaded from the environment during testing for security:\n\n``CACHEFLY_API_KEY``\n API key to use for testing.\n",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "http://bruun.co/",
"keywords": null,
"license": "Copyright 2013 Nick Bruun \n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.",
"maintainer": null,
"maintainer_email": null,
"name": "cachefly",
"package_url": "https://pypi.org/project/cachefly/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/cachefly/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "http://bruun.co/"
},
"release_url": "https://pypi.org/project/cachefly/1.0.0/",
"requires_dist": null,
"requires_python": null,
"summary": "Convenient CacheFly CDN management for Python",
"version": "1.0.0"
},
"last_serial": 869112,
"releases": {
"1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "1537ee5fdae738483223b097f7572d20",
"sha256": "2dc700bd0f344958dfbbfcffb2ca669e41a587d27ece7e3e82ee09edd6a2d11b"
},
"downloads": -1,
"filename": "cachefly-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "1537ee5fdae738483223b097f7572d20",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3303,
"upload_time": "2013-09-19T09:34:56",
"url": "https://files.pythonhosted.org/packages/cb/19/06da7e862a09195ea8b72a90bb8cad2d131e536512923a4494f6217e311e/cachefly-1.0.0.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "1537ee5fdae738483223b097f7572d20",
"sha256": "2dc700bd0f344958dfbbfcffb2ca669e41a587d27ece7e3e82ee09edd6a2d11b"
},
"downloads": -1,
"filename": "cachefly-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "1537ee5fdae738483223b097f7572d20",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3303,
"upload_time": "2013-09-19T09:34:56",
"url": "https://files.pythonhosted.org/packages/cb/19/06da7e862a09195ea8b72a90bb8cad2d131e536512923a4494f6217e311e/cachefly-1.0.0.tar.gz"
}
]
}