diff --git a/README.md b/README.md index e69de29..840c89b 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,72 @@ +

LibPacstall

+

Backend API library for Pacstall

+ +

+ + python 3.8+ + 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 . +```