{ "info": { "author": "Ion Scerbatiuc", "author_email": "delinhabit@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Python Software Foundation License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "====================\ns3sourcedependencies\n====================\n\nUsage\n-----\n\nExtends setuptools by adding a new setup keyword ``s3dependencies`` which will\ndownload and install the specified dependencies from S3.\n\nAn example::\n\n setup(\n name='demo',\n version='0.5.1',\n author='Ion Scerbatiuc',\n packages=find_packages(),\n setup_requires=['s3sourcedependencies'],\n s3dependencies=[\n 's3://my.sdist.bucket/private.dependency-0.x.tar.gz',\n 's3://my.other.sdist.bucket/other.private.dependency-1.x.tar.gz',\n ],\n )\n\nIn order for this to work you will need to have the ``AWS_ACCESS_KEY_ID`` and\n``AWS_SECRET_ACCESS_KEY`` environment variables available to the process\ninstalling the package.\n\nCan be combined with `s3sourceuploader `_\nto package, distribute and use private packages as dependencies for other\nprivate packages.\n\nCurrent limitations\n-------------------\n\n- only .tar.gz source distributions are supported\n- only buckets available to a single AWS account can be used\n- the private packages are downloaded each time regardless if they are already installed", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/delinhabit/s3sourcedependencies", "keywords": "setuptools s3 dependencies s3sourceuploader", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "s3sourcedependencies", "package_url": "https://pypi.org/project/s3sourcedependencies/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/s3sourcedependencies/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/delinhabit/s3sourcedependencies" }, "release_url": "https://pypi.org/project/s3sourcedependencies/0.1/", "requires_dist": null, "requires_python": null, "summary": "Download and install from private source distributions hosted on Amazon S3.", "version": "0.1" }, "last_serial": 799160, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2ee817798dfdd48e9a441080ffd824c4", "sha256": "60411d590869ffcd7167e4ee41116b2e6eede91e3ce7609311422f5fe8f9a234" }, "downloads": -1, "filename": "s3sourcedependencies-0.1.tar.gz", "has_sig": false, "md5_digest": "2ee817798dfdd48e9a441080ffd824c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2660, "upload_time": "2012-01-23T19:07:29", "url": "https://files.pythonhosted.org/packages/f4/24/8719d15d4e76863fa5a0c31c41c00211a2095b1cf4123a63832b56cf80fd/s3sourcedependencies-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2ee817798dfdd48e9a441080ffd824c4", "sha256": "60411d590869ffcd7167e4ee41116b2e6eede91e3ce7609311422f5fe8f9a234" }, "downloads": -1, "filename": "s3sourcedependencies-0.1.tar.gz", "has_sig": false, "md5_digest": "2ee817798dfdd48e9a441080ffd824c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2660, "upload_time": "2012-01-23T19:07:29", "url": "https://files.pythonhosted.org/packages/f4/24/8719d15d4e76863fa5a0c31c41c00211a2095b1cf4123a63832b56cf80fd/s3sourcedependencies-0.1.tar.gz" } ] }