معرفی شرکت ها


alotofeffort-0.4.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Deploy static HTML sites to S3 at the command line.
ویژگی مقدار
سیستم عامل -
نام فایل alotofeffort-0.4.1
نام alotofeffort
نسخه کتابخانه 0.4.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Audrey Roy
ایمیل نویسنده audreyr@gmail.com
آدرس صفحه اصلی https://github.com/audreyr/alotofeffort
آدرس اینترنتی https://pypi.org/project/alotofeffort/
مجوز BSD
============================= A Lot of Effort ============================= .. image:: https://badge.fury.io/py/alotofeffort.png :target: http://badge.fury.io/py/alotofeffort .. image:: https://travis-ci.org/audreyr/alotofeffort.png?branch=master :target: https://travis-ci.org/audreyr/alotofeffort Instantly deploy static HTML sites to S3 at the command line. I created this out of frustration, after spending a lot of effort trying to find a PyPI package that did this without problems. Documentation ------------- The full documentation is at http://alotofeffort.rtfd.org. Quickstart ---------- Install it:: pip install alotofeffort Configure Boto the standard way in `~/.boto`:: [Credentials] aws_access_key_id = ... aws_secret_access_key = ... Then use it to deploy a static HTML website to an S3 bucket:: $ alotofeffort www/ mybucket Features -------- * Uses standard Boto configuration. * Prints the S3 endpoint URL after deploying. * Auto-configures the bucket to be a website, with all files public. * Only files that have changed get uploaded. Files are checked for changes by comparing the local and remote MD5 hashes of the files. * Never auto-deletes. In fact, it doesn't delete files at all! (In the future, it will check if any files need to be deleted from S3, and prompt you before deleting anything.) History ------- 0.4.0 (2015-09-15) ++++++++++++++++++ * Upgraded boto to 2.38.0. * Added tox envs for Python 3.3, 3.4, 3.5. * PEP 8 cleanup. * README cleanup. * Improvements to setup.py. 0.3 (2013-07-27) ++++++++++++++++++ * Only files that have changed get uploaded. Files are checked for changes by comparing the local and remote MD5 hashes of the files. 0.2 (2013-07-17) ++++++++++++++++++ * It works on Python 2.6 and 2.7. 0.1 (2013-07-14) ++++++++++++++++++ * First release on PyPI.


نحوه نصب


نصب پکیج whl alotofeffort-0.4.1:

    pip install alotofeffort-0.4.1.whl


نصب پکیج tar.gz alotofeffort-0.4.1:

    pip install alotofeffort-0.4.1.tar.gz