Metadata-Version: 2.1
Name: wayback
Version: 0.2.4
Summary: Python API to Internet Archive Wayback Machine
Home-page: https://github.com/edgi-govdata-archiving/wayback
Author: Environmental Data Governance Initiative
Author-email: EnviroDGI@protonmail.com
License: BSD (3-clause)
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Requires-Dist: requests
Requires-Dist: urllib3

===============================
wayback
===============================

.. image:: https://img.shields.io/travis/edgi-govdata-archiving/wayback.svg
        :target: https://travis-ci.org/edgi-govdata-archiving/wayback

.. image:: https://img.shields.io/pypi/v/wayback.svg
        :target: https://pypi.python.org/pypi/wayback


Python API to Internet Archive Wayback Machine

* Free software: 3-clause BSD license
* Documentation:
    * Current Release: https://wayback.readthedocs.io/en/stable/
    * Development: https://wayback.readthedocs.io/en/latest/


Features
--------

* TODO


Contributors
------------

Thanks to the following people for their contributions and help on this package! See our `contributing guidelines <https://github.com/edgi-govdata-archiving/wayback/blob/master/CONTRIBUTING.rst>`_ to find out how you can help.

- `Dan Allan <https://github.com/danielballan>`_ (Code, Tests, Documentation, Reviews)
- `Rob Brackett <https://github.com/Mr0grog>`_ (Code, Tests, Documentation, Reviews)
- `Ed Summers <https://github.com/edsu>`_ (Code, Tests)


License & Copyright
-------------------

Copyright (C) 2019-2020 Environmental Data and Governance Initiative (EDGI)

This program is free software: you can redistribute it and/or modify it under the terms of the 3-Clause BSD License. See the `LICENSE <https://github.com/edgi-govdata-archiving/wayback/blob/master/LICENSE>`_ file for details.


