{ "info": { "author": "Phil Howell", "author_email": "phil@fictivekin.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Multimedia :: Graphics :: Graphics Conversion", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "## Adept \n\n### Installation\n\n`pip install git+ssh://git@github.com/fictivekin/adept-python.git`\n\n### Using the package\n\nImport the Adept class from the package, pass through your account credentials\n\n```\nfrom adept import Adept\na = Adept(\n accound_id='9b5dd41deff8ae7e3767fc6566cb25ff3ca66438',\n account_key='251692b3899f1e30fe4b7037185488aad37c46f8',\n cloudfront_hostname='some.cloudfront.host.com'\n)\n```\n\nYou can then generate a URL for given image operations on an S3 asset (and specified bucket) or image URL.\n\nAn example using an S3 asset:\n\n```\noperations = ['maxwidth-400', 'cropcenter-400x300']\na.generate_url(\n bucket='gimmebar-assets',\n asset_key='526fc2761c899.jpg',\n operations=operations,\n)\n```", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/fictivekin/adept-python/archive/0.0.2.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fictivekin/adept-python", "keywords": "adept,image,resize,processing", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "Adept", "package_url": "https://pypi.org/project/Adept/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Adept/", "project_urls": { "Download": "https://github.com/fictivekin/adept-python/archive/0.0.2.tar.gz", "Homepage": "https://github.com/fictivekin/adept-python" }, "release_url": "https://pypi.org/project/Adept/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Simple binding for Adept", "version": "0.0.2" }, "last_serial": 1041948, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "d5805059698253c73787b8f0b4bc794f", "sha256": "14e763891414cf70c378541ef97787261ceb8ee4949a5adbf74f8ba54abd0ac2" }, "downloads": -1, "filename": "Adept-0.0.1.tar.gz", "has_sig": false, "md5_digest": "d5805059698253c73787b8f0b4bc794f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3498, "upload_time": "2014-02-04T18:27:27", "url": "https://files.pythonhosted.org/packages/f7/4c/f183298505b28e9bb61739ba9691639f86634cd5ffc6e47ce8ce0edbe050/Adept-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "41a225ba9f4bdd4e7f5cbcb415fad6b4", "sha256": "3d256e7f91a15be361b945faada19b29781eb5ac01b57bb8df2dfab767c96f1a" }, "downloads": -1, "filename": "Adept-0.0.2.tar.gz", "has_sig": false, "md5_digest": "41a225ba9f4bdd4e7f5cbcb415fad6b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3504, "upload_time": "2014-03-26T12:42:56", "url": "https://files.pythonhosted.org/packages/98/a0/a90ab6f62a1c4bccc9086d78604cf7e831c9f6c15910a156f7a792d55fa6/Adept-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "41a225ba9f4bdd4e7f5cbcb415fad6b4", "sha256": "3d256e7f91a15be361b945faada19b29781eb5ac01b57bb8df2dfab767c96f1a" }, "downloads": -1, "filename": "Adept-0.0.2.tar.gz", "has_sig": false, "md5_digest": "41a225ba9f4bdd4e7f5cbcb415fad6b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3504, "upload_time": "2014-03-26T12:42:56", "url": "https://files.pythonhosted.org/packages/98/a0/a90ab6f62a1c4bccc9086d78604cf7e831c9f6c15910a156f7a792d55fa6/Adept-0.0.2.tar.gz" } ] }