comprobot 2.1.8__tar.gz → 2.1.9__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (25) hide show
  1. comprobot-2.1.9/LICENSE +21 -0
  2. {comprobot-2.1.8 → comprobot-2.1.9}/PKG-INFO +8 -3
  3. {comprobot-2.1.8 → comprobot-2.1.9}/README.md +5 -2
  4. {comprobot-2.1.8 → comprobot-2.1.9}/comprobot.egg-info/PKG-INFO +8 -3
  5. {comprobot-2.1.8 → comprobot-2.1.9}/comprobot.egg-info/SOURCES.txt +1 -0
  6. {comprobot-2.1.8 → comprobot-2.1.9}/pyproject.toml +1 -1
  7. {comprobot-2.1.8 → comprobot-2.1.9}/comprobot.egg-info/dependency_links.txt +0 -0
  8. {comprobot-2.1.8 → comprobot-2.1.9}/comprobot.egg-info/entry_points.txt +0 -0
  9. {comprobot-2.1.8 → comprobot-2.1.9}/comprobot.egg-info/requires.txt +0 -0
  10. {comprobot-2.1.8 → comprobot-2.1.9}/comprobot.egg-info/top_level.txt +0 -0
  11. {comprobot-2.1.8 → comprobot-2.1.9}/setup.cfg +0 -0
  12. {comprobot-2.1.8 → comprobot-2.1.9}/src/__init__.py +0 -0
  13. {comprobot-2.1.8 → comprobot-2.1.9}/src/__main__.py +0 -0
  14. {comprobot-2.1.8 → comprobot-2.1.9}/src/api.py +0 -0
  15. {comprobot-2.1.8 → comprobot-2.1.9}/src/bot.py +0 -0
  16. {comprobot-2.1.8 → comprobot-2.1.9}/src/commands.py +0 -0
  17. {comprobot-2.1.8 → comprobot-2.1.9}/src/data.py +0 -0
  18. {comprobot-2.1.8 → comprobot-2.1.9}/src/functions.py +0 -0
  19. {comprobot-2.1.8 → comprobot-2.1.9}/src/main.py +0 -0
  20. {comprobot-2.1.8 → comprobot-2.1.9}/src/moderation.py +0 -0
  21. {comprobot-2.1.8 → comprobot-2.1.9}/src/money_system.py +0 -0
  22. {comprobot-2.1.8 → comprobot-2.1.9}/src/onboarding.py +0 -0
  23. {comprobot-2.1.8 → comprobot-2.1.9}/src/process.py +0 -0
  24. {comprobot-2.1.8 → comprobot-2.1.9}/src/templates.py +0 -0
  25. {comprobot-2.1.8 → comprobot-2.1.9}/src/testing.py +0 -0
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 badluma
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: comprobot
3
- Version: 2.1.8
3
+ Version: 2.1.9
4
4
  Summary: A self-hostable Discord bot built for maximum customization.
5
5
  Author: badluma
6
6
  License: MIT
@@ -11,6 +11,7 @@ Classifier: License :: OSI Approved :: MIT License
11
11
  Classifier: Operating System :: OS Independent
12
12
  Requires-Python: >=3.10
13
13
  Description-Content-Type: text/markdown
14
+ License-File: LICENSE
14
15
  Requires-Dist: discord.py[voice]
15
16
  Requires-Dist: python-dotenv
16
17
  Requires-Dist: requests
@@ -22,6 +23,7 @@ Requires-Dist: groq
22
23
  Requires-Dist: InquirerPy
23
24
  Provides-Extra: dev
24
25
  Requires-Dist: ruff; extra == "dev"
26
+ Dynamic: license-file
25
27
 
26
28
  # Comprobot
27
29
 
@@ -47,6 +49,11 @@ sudo apt update && sudo apt upgrade
47
49
  sudo apt install comprobot
48
50
  ```
49
51
 
52
+ **AUR** (Arch)
53
+ ```sh
54
+ yay -S --noconfirm --nodiffmenu comprobot
55
+ ```
56
+
50
57
  **Homebrew** (macOS)
51
58
  ```sh
52
59
  brew tap badluma/homebrew
@@ -59,8 +66,6 @@ scoop bucket add badluma https://github.com/badluma/scoop-bucket
59
66
  scoop install comprobot
60
67
  ```
61
68
 
62
- Support for Docker Hub and AUR (Arch Linux) is planned.
63
-
64
69
  ## Documentation
65
70
 
66
71
  You can find the whole documentation [here](https://badluma.github.io/Comprobot-Docs/).
@@ -22,6 +22,11 @@ sudo apt update && sudo apt upgrade
22
22
  sudo apt install comprobot
23
23
  ```
24
24
 
25
+ **AUR** (Arch)
26
+ ```sh
27
+ yay -S --noconfirm --nodiffmenu comprobot
28
+ ```
29
+
25
30
  **Homebrew** (macOS)
26
31
  ```sh
27
32
  brew tap badluma/homebrew
@@ -34,8 +39,6 @@ scoop bucket add badluma https://github.com/badluma/scoop-bucket
34
39
  scoop install comprobot
35
40
  ```
36
41
 
37
- Support for Docker Hub and AUR (Arch Linux) is planned.
38
-
39
42
  ## Documentation
40
43
 
41
44
  You can find the whole documentation [here](https://badluma.github.io/Comprobot-Docs/).
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: comprobot
3
- Version: 2.1.8
3
+ Version: 2.1.9
4
4
  Summary: A self-hostable Discord bot built for maximum customization.
5
5
  Author: badluma
6
6
  License: MIT
@@ -11,6 +11,7 @@ Classifier: License :: OSI Approved :: MIT License
11
11
  Classifier: Operating System :: OS Independent
12
12
  Requires-Python: >=3.10
13
13
  Description-Content-Type: text/markdown
14
+ License-File: LICENSE
14
15
  Requires-Dist: discord.py[voice]
15
16
  Requires-Dist: python-dotenv
16
17
  Requires-Dist: requests
@@ -22,6 +23,7 @@ Requires-Dist: groq
22
23
  Requires-Dist: InquirerPy
23
24
  Provides-Extra: dev
24
25
  Requires-Dist: ruff; extra == "dev"
26
+ Dynamic: license-file
25
27
 
26
28
  # Comprobot
27
29
 
@@ -47,6 +49,11 @@ sudo apt update && sudo apt upgrade
47
49
  sudo apt install comprobot
48
50
  ```
49
51
 
52
+ **AUR** (Arch)
53
+ ```sh
54
+ yay -S --noconfirm --nodiffmenu comprobot
55
+ ```
56
+
50
57
  **Homebrew** (macOS)
51
58
  ```sh
52
59
  brew tap badluma/homebrew
@@ -59,8 +66,6 @@ scoop bucket add badluma https://github.com/badluma/scoop-bucket
59
66
  scoop install comprobot
60
67
  ```
61
68
 
62
- Support for Docker Hub and AUR (Arch Linux) is planned.
63
-
64
69
  ## Documentation
65
70
 
66
71
  You can find the whole documentation [here](https://badluma.github.io/Comprobot-Docs/).
@@ -1,3 +1,4 @@
1
+ LICENSE
1
2
  README.md
2
3
  pyproject.toml
3
4
  comprobot.egg-info/PKG-INFO
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "comprobot"
7
- version = "2.1.8"
7
+ version = "2.1.9"
8
8
  authors = [{name = "badluma"}]
9
9
  description = "A self-hostable Discord bot built for maximum customization."
10
10
  readme = "README.md"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes