*******
Tribler
*******
|Pytest| |docs| |Codacy| |Coverage| |contributors| |pr_closed| |issues_closed|
|python_3_8| |python_3_9|
|downloads_7_0| |downloads_7_1| |downloads_7_2| |downloads_7_3| |downloads_7_4|
|downloads_7_5| |downloads_7_6| |downloads_7_7| |downloads_7_8| |downloads_7_9|
|downloads_7_10| |downloads_7_11| |downloads_7_12| |downloads_7_13| |downloads_7_13_1|
|doi| |openhub| |discord|
*Towards making Bittorrent anonymous and impossible to shut down.*
We use our own dedicated Tor-like network for anonymous torrent downloading.
We implemented and enhanced the `Tor protocol specifications <https://github.com/Tribler/tribler/wiki/Anonymous-Downloading-and-Streaming-specifications>`_.
Tribler includes our own Tor-like onion routing network with hidden services based
seeding and `end-to-end encryption <https://github.com/Tribler/tribler/wiki/Anonymous-Downloading-and-Streaming-specifications>`_.
Tribler aims to give anonymous access to content. We are trying to make privacy, strong cryptography, and authentication the Internet norm.
For the past 11 years we have been building a very robust Peer-to-Peer system.
Today Tribler is robust: "the only way to take Tribler down is to take The Internet down" (but a single software bug could end everything).
Obtaining the latest release
============================
Just click `here <https://github.com/Tribler/tribler/releases/latest>`__ and download the latest package for your OS.
Obtaining support
=================
If you found a bug or have a feature request, please make sure you read `our contributing page <http://tribler.readthedocs.io/en/latest/contributing.html>`_ and then `open an issue <https://github.com/Tribler/tribler/issues/new>`_. We will have a look at it ASAP.
Contributing
============
Contributions are very welcome!
If you are interested in contributing code or otherwise, please have a look at `our contributing page <http://tribler.readthedocs.io/en/latest/contributing.html>`_.
Have a look at the `issue tracker <https://github.com/Tribler/tribler/issues>`_ if you are looking for inspiration :).
Running Tribler from the repository
###################################
We support development on Linux, macOS and Windows. We have written
documentation that guides you through installing the required packages when
setting up a Tribler development environment.
* `Linux <http://tribler.readthedocs.io/en/latest/development/development_on_linux.html>`__
* `Windows <http://tribler.readthedocs.io/en/latest/development/development_on_windows.html>`__
* `macOS <http://tribler.readthedocs.io/en/latest/development/development_on_osx.html>`__
Packaging Tribler
=================
We have written guides on how to package Tribler for distribution on various systems.
* `Linux <http://tribler.readthedocs.io/en/latest/building/building.html>`__
* `Windows <http://tribler.readthedocs.io/en/latest/building/building_on_windows.html>`__
* `macOS <http://tribler.readthedocs.io/en/latest/building/building_on_osx.html>`__
Docker support
=================
Dockerfile is provided with the source code which can be used to build the docker image.
To build the docker image:
.. code-block:: bash
docker build -t triblercore/triblercore:latest .
To run the built docker image:
.. code-block:: bash
docker run -p 20100:20100 --net="host" triblercore/triblercore:latest
Note that by default, the REST API is bound to localhost inside the container so to
access the APIs, network needs to be set to host (--net="host").
To use the local state directory and downloads directory, the volumes can be mounted:
.. code-block:: bash
docker run -p 20100:20100 --net="host" -v ~/.Tribler:/state -v ~/downloads/TriblerDownloads:/downloads triblercore/triblercore:latest
The REST APIs are now accessible at: http://localhost:20100/docs
**Docker Compose**
Tribler core can also be started using Docker Compose. For that, a `docker-compose.yml` file is available
on the project root directory.
To run via docker compose:
.. code-block:: bash
docker-compose up
To run in detached mode:
.. code-block:: bash
docker-compose up -d
To stop Tribler:
.. code-block:: bash
docker-compose down
Get in touch!
=============
We like to hear your feedback and suggestions. To reach out to us, you can join `our Discord server <https://discord.gg/UpPUcVGESe>`_ or create a post on `our forums <https://forum.tribler.org>`_.
License
=======
This file is part of Tribler, Copyright 2004-2023. Tribler is licensed under the GNU General Public License, version 3 (GPL-3.0), as published by the Free Software Foundation on 29 June 2007. Tribler is free software: you can redistribute it and/or modify it under the terms of this license. Tribler is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For more details, see the full terms and conditions in the `LICENSE.txt <LICENSE.txt>`_ file at the root of this repository, or visit https://www.gnu.org/licenses/gpl-3.0.html.
.. |jenkins_build| image:: http://jenkins-ci.tribler.org/job/Test_tribler_main/badge/icon
:target: http://jenkins-ci.tribler.org/job/Test_tribler_main/
:alt: Build status on Jenkins
.. |pr_closed| image:: https://img.shields.io/github/issues-pr-closed/tribler/tribler.svg?style=flat
:target: https://github.com/Tribler/tribler/pulls
:alt: Pull Requests
.. |issues_closed| image:: https://img.shields.io/github/issues-closed/tribler/tribler.svg?style=flat
:target: https://github.com/Tribler/tribler/issues
:alt: Issues
.. |openhub| image:: https://www.openhub.net/p/tribler/widgets/project_thin_badge.gif?style=flat
:target: https://www.openhub.net/p/tribler
.. |downloads_7_0| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.0.2/total.svg?style=flat
:target: https://github.com/Tribler/tribler/releases
:alt: Downloads(7.0.2)
.. |downloads_7_1| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.1.3/total.svg?style=flat
:target: https://github.com/Tribler/tribler/releases
:alt: Downloads(7.1.3)
.. |downloads_7_2| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.2.2/total.svg?style=flat
:target: https://github.com/Tribler/tribler/releases
:alt: Downloads(7.2.2)
.. |downloads_7_3| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.3.2/total.svg?style=flat
:target: https://github.com/Tribler/tribler/releases
:alt: Downloads(7.3.2)
.. |downloads_7_4| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.4.1/total.svg?style=flat
:target: https://github.com/Tribler/tribler/releases
:alt: Downloads(7.4.1)
.. |downloads_7_5| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.5.1/total.svg?style=flat
:target: https://github.com/Tribler/tribler/releases
:alt: Downloads(7.5.1)
.. |downloads_7_6| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.6.1/total.svg?style=flat
:target: https://github.com/Tribler/tribler/releases
:alt: Downloads(7.6.1)
.. |downloads_7_7| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.7.0/total.svg?style=flat
:target: https://github.com/Tribler/tribler/releases
:alt: Downloads(7.7.0)
.. |downloads_7_8| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.8.0/total.svg?style=flat
:target: https://github.com/Tribler/tribler/releases
:alt: Downloads(7.8.0)
.. |downloads_7_9| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.9.0/total.svg?style=flat
:target: https://github.com/Tribler/tribler/releases
:alt: Downloads(7.9.0)
.. |downloads_7_10| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.10.0/total.svg?style=flat
:target: https://github.com/Tribler/tribler/releases
:alt: Downloads(7.10.0)
.. |downloads_7_11| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.11.0/total.svg?style=flat
:target: https://github.com/Tribler/tribler/releases
:alt: Downloads(7.11.0)
.. |downloads_7_12| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.12.1/total.svg?style=flat
:target: https://github.com/Tribler/tribler/releases
:alt: Downloads(7.12.1)
.. |downloads_7_13| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.13.0/total.svg?style=flat
:target: https://github.com/Tribler/tribler/releases
:alt: Downloads(7.13.0)
.. |downloads_7_13_1| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.13.1/total.svg?style=flat
:target: https://github.com/Tribler/tribler/releases
:alt: Downloads(7.13.1)
.. |contributors| image:: https://img.shields.io/github/contributors/tribler/tribler.svg?style=flat
:target: https://github.com/Tribler/tribler/graphs/contributors
:alt: Contributors
.. |doi| image:: https://zenodo.org/badge/8411137.svg
:target: https://zenodo.org/badge/latestdoi/8411137
:alt: DOI number
.. |docs| image:: https://readthedocs.org/projects/tribler/badge/?version=latest
:target: https://tribler.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. |discord| image:: https://img.shields.io/badge/discord-join%20chat-blue.svg
:target: https://discord.gg/UpPUcVGESe
:alt: Join Discord chat
.. |python_3_8| image:: https://img.shields.io/badge/python-3.8-blue.svg
:target: https://www.python.org/
.. |python_3_9| image:: https://img.shields.io/badge/python-3.9-blue.svg
:target: https://www.python.org/
.. |Pytest| image:: https://github.com/Tribler/tribler/actions/workflows/pytest.yml/badge.svg?branch=main
:target: https://github.com/Tribler
.. |Codacy| image:: https://app.codacy.com/project/badge/Grade/35785b4de0b84724bffdd2598eea3276
:target: https://www.codacy.com/gh/Tribler/tribler/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Tribler/tribler&utm_campaign=Badge_Grade
.. |Coverage| image:: https://app.codacy.com/project/badge/Coverage/35785b4de0b84724bffdd2598eea3276
:target: https://www.codacy.com/gh/Tribler/tribler/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Tribler/tribler&utm_campaign=Badge_Coverage
Raw data
{
"_id": null,
"home_page": "https://github.com/Tribler/tribler",
"name": "tribler",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "BitTorrent client, file sharing, peer-to-peer, P2P, TOR-like network",
"author": "Tribler Team",
"author_email": "info@tribler.org",
"download_url": "https://files.pythonhosted.org/packages/9d/c0/11730942d92b63d5f21876cf3d347db0d971cb5245048f8175f1be4f52f6/tribler-7.13.1.tar.gz",
"platform": null,
"description": "*******\nTribler\n*******\n|Pytest| |docs| |Codacy| |Coverage| |contributors| |pr_closed| |issues_closed|\n\n|python_3_8| |python_3_9|\n\n|downloads_7_0| |downloads_7_1| |downloads_7_2| |downloads_7_3| |downloads_7_4|\n|downloads_7_5| |downloads_7_6| |downloads_7_7| |downloads_7_8| |downloads_7_9|\n|downloads_7_10| |downloads_7_11| |downloads_7_12| |downloads_7_13| |downloads_7_13_1|\n\n|doi| |openhub| |discord|\n\n*Towards making Bittorrent anonymous and impossible to shut down.*\n\nWe use our own dedicated Tor-like network for anonymous torrent downloading.\nWe implemented and enhanced the `Tor protocol specifications <https://github.com/Tribler/tribler/wiki/Anonymous-Downloading-and-Streaming-specifications>`_.\nTribler includes our own Tor-like onion routing network with hidden services based\nseeding and `end-to-end encryption <https://github.com/Tribler/tribler/wiki/Anonymous-Downloading-and-Streaming-specifications>`_.\n\nTribler aims to give anonymous access to content. We are trying to make privacy, strong cryptography, and authentication the Internet norm.\n\nFor the past 11 years we have been building a very robust Peer-to-Peer system.\nToday Tribler is robust: \"the only way to take Tribler down is to take The Internet down\" (but a single software bug could end everything).\n\nObtaining the latest release\n============================\n\nJust click `here <https://github.com/Tribler/tribler/releases/latest>`__ and download the latest package for your OS.\n\nObtaining support\n=================\n\nIf you found a bug or have a feature request, please make sure you read `our contributing page <http://tribler.readthedocs.io/en/latest/contributing.html>`_ and then `open an issue <https://github.com/Tribler/tribler/issues/new>`_. We will have a look at it ASAP.\n\nContributing\n============\n\nContributions are very welcome!\nIf you are interested in contributing code or otherwise, please have a look at `our contributing page <http://tribler.readthedocs.io/en/latest/contributing.html>`_.\nHave a look at the `issue tracker <https://github.com/Tribler/tribler/issues>`_ if you are looking for inspiration :).\n\n\nRunning Tribler from the repository\n###################################\n\nWe support development on Linux, macOS and Windows. We have written\ndocumentation that guides you through installing the required packages when\nsetting up a Tribler development environment.\n\n* `Linux <http://tribler.readthedocs.io/en/latest/development/development_on_linux.html>`__\n* `Windows <http://tribler.readthedocs.io/en/latest/development/development_on_windows.html>`__\n* `macOS <http://tribler.readthedocs.io/en/latest/development/development_on_osx.html>`__\n\n\n\nPackaging Tribler\n=================\n\nWe have written guides on how to package Tribler for distribution on various systems.\n\n* `Linux <http://tribler.readthedocs.io/en/latest/building/building.html>`__\n* `Windows <http://tribler.readthedocs.io/en/latest/building/building_on_windows.html>`__\n* `macOS <http://tribler.readthedocs.io/en/latest/building/building_on_osx.html>`__\n\n\nDocker support\n=================\n\nDockerfile is provided with the source code which can be used to build the docker image.\n\nTo build the docker image:\n\n.. code-block:: bash\n\n docker build -t triblercore/triblercore:latest .\n\n\nTo run the built docker image:\n\n.. code-block:: bash\n\n docker run -p 20100:20100 --net=\"host\" triblercore/triblercore:latest\n\nNote that by default, the REST API is bound to localhost inside the container so to\naccess the APIs, network needs to be set to host (--net=\"host\").\n\nTo use the local state directory and downloads directory, the volumes can be mounted:\n\n.. code-block:: bash\n\n docker run -p 20100:20100 --net=\"host\" -v ~/.Tribler:/state -v ~/downloads/TriblerDownloads:/downloads triblercore/triblercore:latest\n\n\nThe REST APIs are now accessible at: http://localhost:20100/docs\n\n\n**Docker Compose**\n\nTribler core can also be started using Docker Compose. For that, a `docker-compose.yml` file is available\non the project root directory.\n\nTo run via docker compose:\n\n.. code-block:: bash\n\n docker-compose up\n\n\nTo run in detached mode:\n\n.. code-block:: bash\n\n docker-compose up -d\n\n\nTo stop Tribler:\n\n.. code-block:: bash\n\n docker-compose down\n\n\nGet in touch!\n=============\n\nWe like to hear your feedback and suggestions. To reach out to us, you can join `our Discord server <https://discord.gg/UpPUcVGESe>`_ or create a post on `our forums <https://forum.tribler.org>`_.\n\nLicense\n=======\n\nThis file is part of Tribler, Copyright 2004-2023. Tribler is licensed under the GNU General Public License, version 3 (GPL-3.0), as published by the Free Software Foundation on 29 June 2007. Tribler is free software: you can redistribute it and/or modify it under the terms of this license. Tribler is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For more details, see the full terms and conditions in the `LICENSE.txt <LICENSE.txt>`_ file at the root of this repository, or visit https://www.gnu.org/licenses/gpl-3.0.html.\n\n\n.. |jenkins_build| image:: http://jenkins-ci.tribler.org/job/Test_tribler_main/badge/icon\n :target: http://jenkins-ci.tribler.org/job/Test_tribler_main/\n :alt: Build status on Jenkins\n\n.. |pr_closed| image:: https://img.shields.io/github/issues-pr-closed/tribler/tribler.svg?style=flat\n :target: https://github.com/Tribler/tribler/pulls\n :alt: Pull Requests\n\n.. |issues_closed| image:: https://img.shields.io/github/issues-closed/tribler/tribler.svg?style=flat\n :target: https://github.com/Tribler/tribler/issues\n :alt: Issues\n\n.. |openhub| image:: https://www.openhub.net/p/tribler/widgets/project_thin_badge.gif?style=flat\n :target: https://www.openhub.net/p/tribler\n\n.. |downloads_7_0| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.0.2/total.svg?style=flat\n :target: https://github.com/Tribler/tribler/releases\n :alt: Downloads(7.0.2)\n\n.. |downloads_7_1| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.1.3/total.svg?style=flat\n :target: https://github.com/Tribler/tribler/releases\n :alt: Downloads(7.1.3)\n\n.. |downloads_7_2| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.2.2/total.svg?style=flat\n :target: https://github.com/Tribler/tribler/releases\n :alt: Downloads(7.2.2)\n\n.. |downloads_7_3| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.3.2/total.svg?style=flat\n :target: https://github.com/Tribler/tribler/releases\n :alt: Downloads(7.3.2)\n\n.. |downloads_7_4| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.4.1/total.svg?style=flat\n :target: https://github.com/Tribler/tribler/releases\n :alt: Downloads(7.4.1)\n\n.. |downloads_7_5| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.5.1/total.svg?style=flat\n :target: https://github.com/Tribler/tribler/releases\n :alt: Downloads(7.5.1)\n\n.. |downloads_7_6| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.6.1/total.svg?style=flat\n :target: https://github.com/Tribler/tribler/releases\n :alt: Downloads(7.6.1)\n\n.. |downloads_7_7| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.7.0/total.svg?style=flat\n :target: https://github.com/Tribler/tribler/releases\n :alt: Downloads(7.7.0)\n\n.. |downloads_7_8| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.8.0/total.svg?style=flat\n :target: https://github.com/Tribler/tribler/releases\n :alt: Downloads(7.8.0)\n\n.. |downloads_7_9| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.9.0/total.svg?style=flat\n :target: https://github.com/Tribler/tribler/releases\n :alt: Downloads(7.9.0)\n\n.. |downloads_7_10| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.10.0/total.svg?style=flat\n :target: https://github.com/Tribler/tribler/releases\n :alt: Downloads(7.10.0)\n\n.. |downloads_7_11| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.11.0/total.svg?style=flat\n :target: https://github.com/Tribler/tribler/releases\n :alt: Downloads(7.11.0)\n\n.. |downloads_7_12| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.12.1/total.svg?style=flat\n :target: https://github.com/Tribler/tribler/releases\n :alt: Downloads(7.12.1)\n\n.. |downloads_7_13| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.13.0/total.svg?style=flat\n :target: https://github.com/Tribler/tribler/releases\n :alt: Downloads(7.13.0)\n\n.. |downloads_7_13_1| image:: https://img.shields.io/github/downloads/tribler/tribler/v7.13.1/total.svg?style=flat\n :target: https://github.com/Tribler/tribler/releases\n :alt: Downloads(7.13.1)\n\n.. |contributors| image:: https://img.shields.io/github/contributors/tribler/tribler.svg?style=flat\n :target: https://github.com/Tribler/tribler/graphs/contributors\n :alt: Contributors\n \n.. |doi| image:: https://zenodo.org/badge/8411137.svg\n :target: https://zenodo.org/badge/latestdoi/8411137\n :alt: DOI number\n\n.. |docs| image:: https://readthedocs.org/projects/tribler/badge/?version=latest\n :target: https://tribler.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. |discord| image:: https://img.shields.io/badge/discord-join%20chat-blue.svg\n :target: https://discord.gg/UpPUcVGESe\n :alt: Join Discord chat\n\n.. |python_3_8| image:: https://img.shields.io/badge/python-3.8-blue.svg\n :target: https://www.python.org/\n\n.. |python_3_9| image:: https://img.shields.io/badge/python-3.9-blue.svg\n :target: https://www.python.org/\n\n.. |Pytest| image:: https://github.com/Tribler/tribler/actions/workflows/pytest.yml/badge.svg?branch=main\n :target: https://github.com/Tribler\n\n.. |Codacy| image:: https://app.codacy.com/project/badge/Grade/35785b4de0b84724bffdd2598eea3276\n :target: https://www.codacy.com/gh/Tribler/tribler/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Tribler/tribler&utm_campaign=Badge_Grade\n\n.. |Coverage| image:: https://app.codacy.com/project/badge/Coverage/35785b4de0b84724bffdd2598eea3276\n :target: https://www.codacy.com/gh/Tribler/tribler/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Tribler/tribler&utm_campaign=Badge_Coverage\n",
"bugtrack_url": null,
"license": null,
"summary": "Privacy enhanced BitTorrent client with P2P content discovery",
"version": "7.13.1",
"project_urls": {
"Homepage": "https://github.com/Tribler/tribler"
},
"split_keywords": [
"bittorrent client",
" file sharing",
" peer-to-peer",
" p2p",
" tor-like network"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5c47e9b518a220f1859d5668fd8464001e8f928d08b7f015472755846a69b2bd",
"md5": "01982c935d0e120322a43d90f104bcf7",
"sha256": "43c69912532607193a40a1eeea2625675698a1a4e0273929a73c3570638993f9"
},
"downloads": -1,
"filename": "tribler-7.13.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "01982c935d0e120322a43d90f104bcf7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 1028942,
"upload_time": "2024-03-20T13:52:34",
"upload_time_iso_8601": "2024-03-20T13:52:34.811133Z",
"url": "https://files.pythonhosted.org/packages/5c/47/e9b518a220f1859d5668fd8464001e8f928d08b7f015472755846a69b2bd/tribler-7.13.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9dc011730942d92b63d5f21876cf3d347db0d971cb5245048f8175f1be4f52f6",
"md5": "c7af7ba882695c765b8be831294e9afa",
"sha256": "17a66cbf90e2d4ee2bb4bacebf9ca09b839ef3c8a6cf1a45a8bd2d789f770469"
},
"downloads": -1,
"filename": "tribler-7.13.1.tar.gz",
"has_sig": false,
"md5_digest": "c7af7ba882695c765b8be831294e9afa",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 837248,
"upload_time": "2024-03-20T13:52:37",
"upload_time_iso_8601": "2024-03-20T13:52:37.690345Z",
"url": "https://files.pythonhosted.org/packages/9d/c0/11730942d92b63d5f21876cf3d347db0d971cb5245048f8175f1be4f52f6/tribler-7.13.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-20 13:52:37",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Tribler",
"github_project": "tribler",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "tribler"
}