internetarchive


Nameinternetarchive JSON
Version 5.7.1 PyPI version JSON
download
home_pagehttps://github.com/jjjake/internetarchive
SummaryA Python interface to archive.org.
upload_time2025-10-29 16:46:35
maintainerNone
docs_urlNone
authorJacob M. Johnson
requires_python>=3.9
licenseAGPL-3.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A Python and Command-Line Interface to Archive.org
==================================================

|tox|
|versions|
|downloads|
|contributors|

.. |tox| image:: https://github.com/jjjake/internetarchive/actions/workflows/tox.yml/badge.svg
    :target: https://github.com/jjjake/internetarchive/actions/workflows/tox.yml

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

.. |downloads| image:: https://static.pepy.tech/badge/internetarchive/month
    :target: https://pepy.tech/project/internetarchive

.. |contributors| image:: https://img.shields.io/github/contributors/jjjake/internetarchive.svg
    :target: https://github.com/jjjake/internetarchive/graphs/contributors

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 programmatic access to archive.org.
Please report all bugs and issues on `Github <https://github.com/jjjake/internetarchive/issues>`__.

SECURITY NOTICE
_______________

**Please upgrade to v5.4.2+ immediately.** Versions <=5.4.1 contain a critical directory traversal vulnerability in the ``File.download()`` method. `See the changelog for details <https://github.com/jjjake/internetarchive/blob/master/HISTORY.rst>`_. Thank you to Pengo Wray for their contributions in identifying and resolving this issue.

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

You can install this module via `pipx <https://pipx.pypa.io/stable/>`_:

.. code:: bash

    $ pipx 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

Unsupported Installation Methods
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

**This library must only be installed via** `one of the supported methods <https://archive.org/developers/internetarchive/installation.html>`_ **(i.e.** ``pip``, ``pipx``, **or from source).**

Installation via third-party package managers like Homebrew, MacPorts, or Linux system packages (apt, yum, etc.) is **not supported**. These versions are often severely outdated, incompatible, and broken.

If you have installed this software via Homebrew, please uninstall it (`brew uninstall internetarchive`) and use a supported method.

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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jjjake/internetarchive",
    "name": "internetarchive",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Jacob M. Johnson",
    "author_email": "jake@archive.org",
    "download_url": "https://files.pythonhosted.org/packages/09/30/e1195b511ce0a3c027c785790140c815c9fde73806470ac8774610c19346/internetarchive-5.7.1.tar.gz",
    "platform": null,
    "description": "A Python and Command-Line Interface to Archive.org\n==================================================\n\n|tox|\n|versions|\n|downloads|\n|contributors|\n\n.. |tox| image:: https://github.com/jjjake/internetarchive/actions/workflows/tox.yml/badge.svg\n    :target: https://github.com/jjjake/internetarchive/actions/workflows/tox.yml\n\n.. |versions| image:: https://img.shields.io/pypi/pyversions/internetarchive.svg\n    :target: https://pypi.org/project/internetarchive\n\n.. |downloads| image:: https://static.pepy.tech/badge/internetarchive/month\n    :target: https://pepy.tech/project/internetarchive\n\n.. |contributors| image:: https://img.shields.io/github/contributors/jjjake/internetarchive.svg\n    :target: https://github.com/jjjake/internetarchive/graphs/contributors\n\nThis package installs a command-line tool named ``ia`` for using Archive.org from the command-line.\nIt also installs the ``internetarchive`` Python module for programmatic access to archive.org.\nPlease report all bugs and issues on `Github <https://github.com/jjjake/internetarchive/issues>`__.\n\nSECURITY NOTICE\n_______________\n\n**Please upgrade to v5.4.2+ immediately.** Versions <=5.4.1 contain a critical directory traversal vulnerability in the ``File.download()`` method. `See the changelog for details <https://github.com/jjjake/internetarchive/blob/master/HISTORY.rst>`_. Thank you to Pengo Wray for their contributions in identifying and resolving this issue.\n\nInstallation\n------------\n\nYou can install this module via `pipx <https://pipx.pypa.io/stable/>`_:\n\n.. code:: bash\n\n    $ pipx install internetarchive\n\nBinaries of the command-line tool are also available:\n\n.. code:: bash\n\n    $ curl -LO https://archive.org/download/ia-pex/ia\n    $ chmod +x ia\n    $ ./ia --help\n\nUnsupported Installation Methods\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n**This library must only be installed via** `one of the supported methods <https://archive.org/developers/internetarchive/installation.html>`_ **(i.e.** ``pip``, ``pipx``, **or from source).**\n\nInstallation via third-party package managers like Homebrew, MacPorts, or Linux system packages (apt, yum, etc.) is **not supported**. These versions are often severely outdated, incompatible, and broken.\n\nIf you have installed this software via Homebrew, please uninstall it (`brew uninstall internetarchive`) and use a supported method.\n\nDocumentation\n-------------\n\nDocumentation is available at `https://archive.org/services/docs/api/internetarchive <https://archive.org/services/docs/api/internetarchive>`_.\n\n\nContributing\n------------\n\nAll 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.\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0",
    "summary": "A Python interface to archive.org.",
    "version": "5.7.1",
    "project_urls": {
        "Homepage": "https://github.com/jjjake/internetarchive"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bfe4d027a03621b8091067cf4cf80aec4d71cadcd39b76a6558e430ceeca529e",
                "md5": "f5a47c32a03f60a65cba60a94661bd00",
                "sha256": "fcfcb729f4d7ffdad42aaed22247ac42e21fe2d99c122646870844cbbd981559"
            },
            "downloads": -1,
            "filename": "internetarchive-5.7.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f5a47c32a03f60a65cba60a94661bd00",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 111623,
            "upload_time": "2025-10-29T16:46:33",
            "upload_time_iso_8601": "2025-10-29T16:46:33.605223Z",
            "url": "https://files.pythonhosted.org/packages/bf/e4/d027a03621b8091067cf4cf80aec4d71cadcd39b76a6558e430ceeca529e/internetarchive-5.7.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0930e1195b511ce0a3c027c785790140c815c9fde73806470ac8774610c19346",
                "md5": "90249c16acc225867d7cccb4766214d7",
                "sha256": "f35e545c4925e1fc5f37bd83e59b8b72f79645129d0a32772a6d25fb5252d92a"
            },
            "downloads": -1,
            "filename": "internetarchive-5.7.1.tar.gz",
            "has_sig": false,
            "md5_digest": "90249c16acc225867d7cccb4766214d7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 123414,
            "upload_time": "2025-10-29T16:46:35",
            "upload_time_iso_8601": "2025-10-29T16:46:35.191797Z",
            "url": "https://files.pythonhosted.org/packages/09/30/e1195b511ce0a3c027c785790140c815c9fde73806470ac8774610c19346/internetarchive-5.7.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-29 16:46:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jjjake",
    "github_project": "internetarchive",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "internetarchive"
}
        
Elapsed time: 2.87731s