Skip to content
Snippets Groups Projects

Remove the outdated list of swh.lister submodules from the readme

Merged David Douard requested to merge douardda/swh-lister:fix-readme into master
1 file
+ 21
24
Compare changes
  • Side-by-side
  • Inline
+ 21
24
@@ -12,36 +12,33 @@ platforms or package managers. As these operations are quite similar, this
package provides a set of Python modules abstracting common software origins
listing behaviors.
It also provides several lister implementations, contained in the
following Python modules:
- ``swh.lister.bitbucket``
- ``swh.lister.cgit``
- ``swh.lister.cran``
- ``swh.lister.debian``
- ``swh.lister.gitea``
- ``swh.lister.github``
- ``swh.lister.gitlab``
- ``swh.lister.gnu``
- ``swh.lister.gogs``
- ``swh.lister.golang``
- ``swh.lister.hex``
- ``swh.lister.launchpad``
- ``swh.lister.maven``
- ``swh.lister.npm``
- ``swh.lister.packagist``
- ``swh.lister.phabricator``
- ``swh.lister.pypi``
- ``swh.lister.rpm``
- ``swh.lister.tuleap``
- ``swh.lister.bioconductor``
It also provides several lister implementations, contained in the Python
``swh.lister.*`` modules. See `this documentation
<https://docs.softwareheritage.org/user/listers.html>`_ for the list of
supported listers.
Dependencies
------------
All required dependencies can be found in the ``requirements*.txt`` files
All required python dependencies can be found in the ``requirements*.txt`` files
located at the root of the repository.
In order to be able to run all the listers (and thus execute the tests), some
tools must be available on your system, namely:
- ``opam``
- ``tar``
- ``psql``
On a Debian-like system, you may use:
.. code-block: console
$ sudo apt update
$ sudo apt install opam tar postgresql-client-common
Local deployment
----------------
Loading