File: index.rst

package info (click to toggle)
python-internetarchive 1.8.1-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 832 kB
  • sloc: python: 4,646; makefile: 180; xml: 180
file content (37 lines) | stat: -rw-r--r-- 1,120 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.. internetarchive documentation master file, created by
   sphinx-quickstart on Mon Sep 23 20:16:03 2013.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

The Internet Archive Python Library
===================================

Release v\ |version|. (:ref:`Installation <install>`)

.. image:: https://travis-ci.org/jjjake/internetarchive.svg
    :target: https://travis-ci.org/jjjake/internetarchive


Welcome to the documentation for the ``internetarchive`` Python library.
``internetarchive`` is a command-line and Python interface to archive.org.
Please report any issues on `Github <https://github.com/jjjake/internetarchive/issues>`__.

If you're not sure where to begin, the quickest and easiest way to get started is `downloading a binary <installation.html#binaries>`__ and taking a look at the `command-line interface documentation <cli.html>`__.


User's Guide
------------

.. toctree::
    :maxdepth: 2

    installation
    quickstart
    cli
    items
    metadata
    api
    updates
    troubleshooting
    contributing
    authors