Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pacstall/libpacstall
- Owner: pacstall
- License: gpl-3.0
- Created: 2022-03-25T17:59:53.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-08T19:50:19.000Z (10 months ago)
- Last Synced: 2024-04-13T17:26:03.502Z (10 months ago)
- Topics: api, aur, debian, gplv3, hacktoberfest, library, linux, pacscript, pacstall, python, python3, shell-script, ubuntu
- Language: Python
- Homepage:
- Size: 198 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
LibPacstall
Backend API library for Pacstall
## 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
## License
```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 .
```