From b3ccb28d978a5a754d8fa4adba368bacf702ff0a Mon Sep 17 00:00:00 2001 From: Sourajyoti Basak Date: Sat, 26 Mar 2022 17:29:22 +0530 Subject: [PATCH 1/4] build(poetry): add appropriate classifiers --- pyproject.toml | 68 ++++++++++++++++++++++++++------------------------ 1 file changed, 35 insertions(+), 33 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 431b085..fb11fc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,9 +3,9 @@ name = "libpacstall" version = "0.1.0" description = "Backend API library for Pacstall" authors = [ - "Henry ", - "Sourajyoti Basak ", - "David Brochero " + "Henry ", + "Sourajyoti Basak ", + "David Brochero " ] license = "GPL-3.0-or-later" readme = "README.md" @@ -13,38 +13,40 @@ homepage = "https://pacstall.dev" repository = "https://github.com/pacstall/libpacstall" documentation = "https://github.com/pacstall/libpacstall/wiki" keywords = [ - "aur", - "cli", - "command line", - "console", - "debian", - "package manager", - "pacscript", - "pacstall", - "ubuntu" + "aur", + "console", + "debian", + "libpacstall", + "library", + "linux", + "pacscript", + "pacstall", + "ubuntu" ] classifiers = [ - "Development Status :: 5 - Production/Stable", - "Environment :: Console", - "Intended Audience :: Developers", - "Intended Audience :: End Users/Desktop", - "Intended Audience :: System Administrators", - "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", - "Operating System :: POSIX :: Linux", - "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: Implementation :: CPython", - "Programming Language :: Other", - "Programming Language :: Other Scripting Engines", - "Topic :: System", - "Topic :: System :: Archiving :: Packaging", - "Topic :: System :: Installation/Setup", - "Topic :: System :: Systems Administration", - "Topic :: System :: Software Distribution", - "Topic :: Utilities" + "Development Status :: 3 - Alpha", + "Environment :: Console", + "Framework :: AnyIO", + "Intended Audience :: Developers", + "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", + "Operating System :: POSIX :: Linux", + "Programming Language :: Python :: 3 :: Only", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: Implementation :: CPython", + "Programming Language :: Other", + "Programming Language :: Other Scripting Engines", + "Topic :: Software Development :: Libraries", + "Topic :: Software Development :: Libraries :: Python Modules", + "Topic :: System", + "Topic :: System :: Archiving :: Packaging", + "Topic :: System :: Installation/Setup", + "Topic :: System :: Systems Administration", + "Topic :: System :: Software Distribution", + "Topic :: Utilities", + "Typing :: Typed" ] [tool.poetry.dependencies] From fd87f8567dac46627d4bdda17e51965625f09c91 Mon Sep 17 00:00:00 2001 From: Sourajyoti Basak Date: Sat, 26 Mar 2022 18:04:56 +0530 Subject: [PATCH 2/4] docs: add initial readme --- README.md | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/README.md b/README.md index e69de29..7bf2df4 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,68 @@ +

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 +``` + +## 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 . +``` From 6fe512d9b0b1551cb2e21231743e3a81c4c05d6c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 12:36:07 +0000 Subject: [PATCH 3/4] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7bf2df4..86eb117 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,10 @@ $ pip install git+https://github.com/pacstall/libpacstall@develop ```monospace __ _ __ ____ __ ____ / / (_) /_ / __ \____ ___________/ /_____ _/ / / - / / / / __ \/ /_/ / __ `/ ___/ ___/ __/ __ `/ / / - / /___/ / /_/ / ____/ /_/ / /__(__ ) /_/ /_/ / / / -/_____/_/_.___/_/ \__,_/\___/____/\__/\__,_/_/_/ - + / / / / __ \/ /_/ / __ `/ ___/ ___/ __/ __ `/ / / + / /___/ / /_/ / ____/ /_/ / /__(__ ) /_/ /_/ / / / +/_____/_/_.___/_/ \__,_/\___/____/\__/\__,_/_/_/ + Copyright (C) 2022-present This file is part of LibPacstall. From cab63c8a552b8bccefc4c23dcfeb140109800e45 Mon Sep 17 00:00:00 2001 From: Sourajyoti Basak Date: Sat, 26 Mar 2022 19:04:11 +0530 Subject: [PATCH 4/4] docs(readme): add Repobeats stats image --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 86eb117..840c89b 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,10 @@ 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