Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pacstall/libpacstall

Backend API library for Pacstall
https://github.com/pacstall/libpacstall

api aur debian gplv3 hacktoberfest library linux pacscript pacstall python python3 shell-script ubuntu

Last synced: 3 months ago
JSON representation

Backend API library for Pacstall

Awesome Lists containing this project

README

        

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](https://github.com/pacstall/pacstall).

## Installation

To install the latest release run:

```console
$ pip install libpacstall
```

To install the latest development build run:

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

## Stats

Repobeats analytics image

## License

GPL-3.0-or-later

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

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 .
```