Metadata-Version: 2.0
Name: internetarchive
Version: 1.8.5
Summary: A python interface to archive.org.
Home-page: https://github.com/jjjake/internetarchive
Author: Jacob M. Johnson
Author-email: jake@archive.org
License: AGPL 3
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Requires-Dist: backports.csv
Requires-Dist: backports.csv
Requires-Dist: backports.csv (<1.07)
Requires-Dist: backports.csv (<1.07)
Requires-Dist: clint (>=0.4.0,<0.6.0)
Requires-Dist: docopt (<0.7.0,>=0.6.0)
Requires-Dist: jsonpatch (>=0.4)
Requires-Dist: requests (<3.0.0,>=2.9.1)
Requires-Dist: schema (>=0.4.0)
Requires-Dist: six (>=1.0.0,<2.0.0)
Requires-Dist: total-ordering

A Python and Command-Line Interface to Archive.org
==================================================

|travis| |snapcraft|

.. |travis| image:: https://travis-ci.org/jjjake/internetarchive.svg
    :target: https://travis-ci.org/jjjake/internetarchive
.. |snapcraft| image:: https://build.snapcraft.io/badge/jjjake/internetarchive.svg
    :target: https://build.snapcraft.io/user/jjjake/internetarchive
    :alt: Snap Status

This package installs a command-line tool named ``ia`` for using Archive.org from the command-line.
It also installs the ``internetarchive`` Python module for programatic access to archive.org.
Please report all bugs and issues on `Github <https://github.com/jjjake/internetarchive/issues>`__.


Installation
------------

You can install this module via pip:

.. code:: bash

    $ pip install internetarchive

Binaries of the command-line tool are also available:

.. code:: bash

    $ curl -LO https://archive.org/download/ia-pex/ia
    $ chmod +x ia
    $ ./ia help


Documentation
-------------

Documentation is available at `https://archive.org/services/docs/api/internetarchive <https://archive.org/services/docs/api/internetarchive>`_.


Contributing
------------

All contributions are welcome and appreciated. Please see `https://archive.org/services/docs/api/internetarchive/contributing.html <https://archive.org/services/docs/api/internetarchive/contributing.html>`_ for more details.


