Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

pacstall/libpacstall

Repository files navigation

LibPacstall

Backend API library for Pacstall

python 3.8+ Codecov code style: 3.8+ Codacy branch grade bash v5
join discord Mastodon Follow join matrix

What is this

LibPacstall is a backend API library for Pacstall.

Installation

To install the latest release run:

$ pip install libpacstall

To install the latest development build run:

$ pip install git+https://github.com/pacstall/libpacstall@develop

Stats

Repobeats analytics image

License

GPL-3.0-or-later

    __    _ __    ____                  __        ____
   / /   (_) /_  / __ \____ ___________/ /_____ _/ / /
  / /   / / __ \/ /_/ / __ `/ ___/ ___/ __/ __ `/ / /
 / /___/ / /_/ / ____/ /_/ / /__(__  ) /_/ /_/ / / /
/_____/_/_.___/_/    \__,_/\___/____/\__/\__,_/_/_/

Copyright (C) 2022-present

This file is part of LibPacstall.

LibPacstall is free software: you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.

LibPacstall 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. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
LibPacstall. If not, see <https://www.gnu.org/licenses/>.