Metadata-Version: 2.4
Name: widely
Version: 0.17
Summary: Static Site as a Service using AWS S3
Home-page: http://www.celador.mn/widely
Author: Kyle Marek-Spartz and Michael Burling
Author-email: kyle.marek.spartz@gmail.com
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Utilities
License-File: LICENSE.md
Requires-Dist: boto==2.22.1
Requires-Dist: docopt==0.6.1
Requires-Dist: prettytable==0.7.2
Requires-Dist: feedparser==5.1.3
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

widely
======

.. warning::
   **This project is archived and is no longer maintained.**
   No further updates or releases will be made. For hosting static sites, we recommend using modern alternatives such as `GitHub Pages <https://pages.github.com/>`__, `Vercel <https://vercel.com/>`__, `Netlify <https://www.netlify.com/>`__, or `AWS Amplify <https://aws.amazon.com/amplify/>`__.

Static Site as a Service using AWS S3
-------------------------------------

Widely makes deploying static websites easy!

.. image:: https://badge.waffle.io/zeckalpha/widely.png?label=ready&title=Ready
    :target: https://waffle.io/zeckalpha/widely

.. image:: https://travis-ci.org/zeckalpha/widely.svg?branch=master
    :target: https://travis-ci.org/zeckalpha/widely

Usage
~~~~~

::

    mkdir www.hello-world.com
    echo 'Hello world!' > www.hello-world.com/index.html
    cd www.hello-world.com
    widely sites:create www.hello-world.com
    widely open

Installation
~~~~~~~~~~~~

::

    pip install widely

If your ``pip`` is ``pip-3``:

::

    pip-2.7 install widely

``widely`` was developed on Python 2.7.5 on Mac OS X, but it should work
on any system with Python 2.7.

Compatibility with Python 3 and 2.6 is planned.

Heroku toolbelt-style command line tool
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-  Built using ``docopt``, ``prettytable``, ``boto``, ``feedparser``

Issues
~~~~~~

-  Python 3 and 2.6 compatibility
-  Use S3's logging
-  Support multipart etags (or add in our own metadata)
-  Don't use MD5
-  Better globs
-  Serving compressed files from S3
-  Use Amazon CloudFront and Route 53
-  Tests!

MIT License
~~~~~~~~~~~

-  http://www.github.com/zeckalpha/widely

Contact
~~~~~~~

-  kms@celador.mn
-  http://www.celador.mn/widely
