{ "info": { "author": "Jeff Roche", "author_email": "jeff.roche@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Site Management" ], "description": "S3P: Easily Publish Static HTML to S3\n=====================================\n\nS3P is a library for publishing a local folder containing a build of a static website, to S3.\n\n\nInstallation\n------------\n\nThe recommended installation method is pip::\n\n pip install s3p\n\n\nQuickstart\n----------\n\nCreate a bucket on S3 through the AWS console, if you don't have one already and `configure it for website hosting `_.\n\nPublish your build folder to the S3 bucket:\n\n.. code:: python\n\n import s3p\n publisher = s3p.Publisher('mybucket', 'path/to/folder')\n publisher.publish()\n\n\nAcknowledgements\n----------------\n\nMost of S3P was built off of ``spenczar``'s lektor-s3 `library `_.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jeffroche/s3p", "keywords": "s3 static website", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "s3publish", "package_url": "https://pypi.org/project/s3publish/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/s3publish/", "project_urls": { "Homepage": "https://github.com/jeffroche/s3p" }, "release_url": "https://pypi.org/project/s3publish/0.0.1/", "requires_dist": [ "botocore", "check-manifest; extra == 'dev'", "coverage; extra == 'test'" ], "requires_python": "", "summary": "Publish a folder of html to AWS S3", "version": "0.0.1" }, "last_serial": 2107557, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "f3a4241b19a582004ff06e80261b3b6f", "sha256": "9ba2385bac69af61e007841c2c89715aeb8c51c49250397a3732b9e3b1825322" }, "downloads": -1, "filename": "s3publish-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f3a4241b19a582004ff06e80261b3b6f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3081, "upload_time": "2016-05-10T00:31:34", "url": "https://files.pythonhosted.org/packages/9a/4f/a41ba9f1ac9afb424bb08ae5b5c14d81896838c6403fbc977ae542c92f3d/s3publish-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c11dfcb5424cc06beb47c4a2daab4e33", "sha256": "0c9aa8830a97571de9a46bb8c223f5f40ebc996855edee19d8a578f99e638d38" }, "downloads": -1, "filename": "s3publish-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c11dfcb5424cc06beb47c4a2daab4e33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1884, "upload_time": "2016-05-10T00:31:39", "url": "https://files.pythonhosted.org/packages/ca/eb/0212269ff90f4e23b8989785983df831cbc1e6b99f32412f50022518f2f6/s3publish-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f3a4241b19a582004ff06e80261b3b6f", "sha256": "9ba2385bac69af61e007841c2c89715aeb8c51c49250397a3732b9e3b1825322" }, "downloads": -1, "filename": "s3publish-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f3a4241b19a582004ff06e80261b3b6f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3081, "upload_time": "2016-05-10T00:31:34", "url": "https://files.pythonhosted.org/packages/9a/4f/a41ba9f1ac9afb424bb08ae5b5c14d81896838c6403fbc977ae542c92f3d/s3publish-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c11dfcb5424cc06beb47c4a2daab4e33", "sha256": "0c9aa8830a97571de9a46bb8c223f5f40ebc996855edee19d8a578f99e638d38" }, "downloads": -1, "filename": "s3publish-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c11dfcb5424cc06beb47c4a2daab4e33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1884, "upload_time": "2016-05-10T00:31:39", "url": "https://files.pythonhosted.org/packages/ca/eb/0212269ff90f4e23b8989785983df831cbc1e6b99f32412f50022518f2f6/s3publish-0.0.1.tar.gz" } ] }