Metadata-Version: 2.0
Name: saltaway
Version: 0.2.0
Summary: Instantly archive web pages at various archives.
Home-page: https://github.com/redodo/saltaway
Author: Hidde Bultsma
Author-email: me@redodo.io
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Utilities
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: dev
Requires-Dist: lxml (>=4.0)
Requires-Dist: click (>=5.1)
Requires-Dist: requests (>=2.0)
Requires-Dist: pendulum (>=1.3)
Provides-Extra: dev
Requires-Dist: pytest (>=3); extra == 'dev'
Requires-Dist: coverage; extra == 'dev'
Requires-Dist: tox; extra == 'dev'

Saltaway
========

|build| |coverage| |version| |pyversions| |license|

.. |build| image:: https://img.shields.io/travis/redodo/saltaway.svg
    :target: https://travis-ci.org/redodo/saltaway

.. |coverage| image:: https://img.shields.io/codecov/c/github/redodo/saltaway.svg
    :target: https://codecov.io/gh/redodo/saltaway

.. |version| image:: https://img.shields.io/pypi/v/saltaway.svg
    :target: https://pypi.org/project/saltaway

.. |pyversions| image:: https://img.shields.io/pypi/pyversions/saltaway.svg
    :target: https://pypi.org/project/saltaway

.. |license| image:: https://img.shields.io/github/license/redodo/saltaway.svg
    :target: https://github.com/redodo/saltaway/blob/master/LICENSE

Saltaway is a Python package that aims to ease the process of archiving
web pages at multiple archives.

Installation is simple:

.. code-block:: bash

    pip install saltaway

It can be used from the command line:

.. code-block:: bash

    saltaway https://example.org

And in Python:

.. code-block:: python

    import saltaway
    saltaway.push('https://example.org')

There is currently support for the *Internet Archive's Wayback Machine*
and *archive.is*.


