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

Commit 97937c9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e4ee8f6 commit 97937c9

6 files changed

+132
-0
lines changed

.pre-commit-config.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# __ _ __ ____ __ ____
2+
# / / (_) /_ / __ \____ ___________/ /_____ _/ / /
3+
# / / / / __ \/ /_/ / __ `/ ___/ ___/ __/ __ `/ / /
4+
# / /___/ / /_/ / ____/ /_/ / /__(__ ) /_/ /_/ / / /
5+
# /_____/_/_.___/_/ \__,_/\___/____/\__/\__,_/_/_/
6+
#
7+
# Copyright (C) 2022-present
8+
#
9+
# This file is part of LibPacstall.
10+
#
11+
# LibPacstall is free software: you can redistribute it and/or modify it under the
12+
# terms of the GNU General Public License as published by the Free Software
13+
# Foundation, either version 3 of the License, or (at your option) any later
14+
# version.
15+
#
16+
# LibPacstall is distributed in the hope that it will be useful, but WITHOUT ANY
17+
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
18+
# PARTICULAR PURPOSE. See the GNU General Public License for more details.
19+
#
20+
# You should have received a copy of the GNU General Public License along with
21+
# LibPacstall. If not, see <https://www.gnu.org/licenses/>.
22+
123
ci:
224
skip: [
325
fish_syntax,

LICENSE

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# __ _ __ ____ __ ____
2+
# / / (_) /_ / __ \____ ___________/ /_____ _/ / /
3+
# / / / / __ \/ /_/ / __ `/ ___/ ___/ __/ __ `/ / /
4+
# / /___/ / /_/ / ____/ /_/ / /__(__ ) /_/ /_/ / / /
5+
# /_____/_/_.___/_/ \__,_/\___/____/\__/\__,_/_/_/
6+
#
7+
# Copyright (C) 2022-present
8+
#
9+
# This file is part of LibPacstall.
10+
#
11+
# LibPacstall is free software: you can redistribute it and/or modify it under the
12+
# terms of the GNU General Public License as published by the Free Software
13+
# Foundation, either version 3 of the License, or (at your option) any later
14+
# version.
15+
#
16+
# LibPacstall is distributed in the hope that it will be useful, but WITHOUT ANY
17+
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
18+
# PARTICULAR PURPOSE. See the GNU General Public License for more details.
19+
#
20+
# You should have received a copy of the GNU General Public License along with
21+
# LibPacstall. If not, see <https://www.gnu.org/licenses/>.
22+
123
GNU GENERAL PUBLIC LICENSE
224
Version 3, 29 June 2007
325

LICENSE_BOILERPLATE

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# __ _ __ ____ __ ____
2+
# / / (_) /_ / __ \____ ___________/ /_____ _/ / /
3+
# / / / / __ \/ /_/ / __ `/ ___/ ___/ __/ __ `/ / /
4+
# / /___/ / /_/ / ____/ /_/ / /__(__ ) /_/ /_/ / / /
5+
# /_____/_/_.___/_/ \__,_/\___/____/\__/\__,_/_/_/
6+
#
7+
# Copyright (C) 2022-present
8+
#
9+
# This file is part of LibPacstall.
10+
#
11+
# LibPacstall is free software: you can redistribute it and/or modify it under the
12+
# terms of the GNU General Public License as published by the Free Software
13+
# Foundation, either version 3 of the License, or (at your option) any later
14+
# version.
15+
#
16+
# LibPacstall is distributed in the hope that it will be useful, but WITHOUT ANY
17+
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
18+
# PARTICULAR PURPOSE. See the GNU General Public License for more details.
19+
#
20+
# You should have received a copy of the GNU General Public License along with
21+
# LibPacstall. If not, see <https://www.gnu.org/licenses/>.
22+
123
__ _ __ ____ __ ____
224
/ / (_) /_ / __ \____ ___________/ /_____ _/ / /
325
/ / / / __ \/ /_/ / __ `/ ___/ ___/ __/ __ `/ / /

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# __ _ __ ____ __ ____
2+
# / / (_) /_ / __ \____ ___________/ /_____ _/ / /
3+
# / / / / __ \/ /_/ / __ `/ ___/ ___/ __/ __ `/ / /
4+
# / /___/ / /_/ / ____/ /_/ / /__(__ ) /_/ /_/ / / /
5+
# /_____/_/_.___/_/ \__,_/\___/____/\__/\__,_/_/_/
6+
#
7+
# Copyright (C) 2022-present
8+
#
9+
# This file is part of LibPacstall.
10+
#
11+
# LibPacstall is free software: you can redistribute it and/or modify it under the
12+
# terms of the GNU General Public License as published by the Free Software
13+
# Foundation, either version 3 of the License, or (at your option) any later
14+
# version.
15+
#
16+
# LibPacstall is distributed in the hope that it will be useful, but WITHOUT ANY
17+
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
18+
# PARTICULAR PURPOSE. See the GNU General Public License for more details.
19+
#
20+
# You should have received a copy of the GNU General Public License along with
21+
# LibPacstall. If not, see <https://www.gnu.org/licenses/>.
22+
123
<h1 align="center">LibPacstall</h1>
224
<p align="center"><b>Backend API library for Pacstall</b></p>
325

poetry.lock

+22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# __ _ __ ____ __ ____
2+
# / / (_) /_ / __ \____ ___________/ /_____ _/ / /
3+
# / / / / __ \/ /_/ / __ `/ ___/ ___/ __/ __ `/ / /
4+
# / /___/ / /_/ / ____/ /_/ / /__(__ ) /_/ /_/ / / /
5+
# /_____/_/_.___/_/ \__,_/\___/____/\__/\__,_/_/_/
6+
#
7+
# Copyright (C) 2022-present
8+
#
9+
# This file is part of LibPacstall.
10+
#
11+
# LibPacstall is free software: you can redistribute it and/or modify it under the
12+
# terms of the GNU General Public License as published by the Free Software
13+
# Foundation, either version 3 of the License, or (at your option) any later
14+
# version.
15+
#
16+
# LibPacstall is distributed in the hope that it will be useful, but WITHOUT ANY
17+
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
18+
# PARTICULAR PURPOSE. See the GNU General Public License for more details.
19+
#
20+
# You should have received a copy of the GNU General Public License along with
21+
# LibPacstall. If not, see <https://www.gnu.org/licenses/>.
22+
123
[tool.poetry]
224
name = "libpacstall"
325
version = "0.1.0"

0 commit comments

Comments
 (0)