beet-observer 0.1.0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ __version__ = "0.0.1"
2
+
3
+ from .plugin import *
@@ -0,0 +1,5 @@
1
+ from beet import Context
2
+
3
+
4
+ def beet_default(ctx: Context):
5
+ return
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 BPR02
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.
@@ -0,0 +1,19 @@
1
+ Metadata-Version: 2.1
2
+ Name: beet-observer
3
+ Version: 0.1.0
4
+ Summary: A beet plugin to automatically generate overlays from previous datapacks
5
+ License: MIT
6
+ Author: BPR02
7
+ Author-email: dev@bpr02.com
8
+ Requires-Python: >=3.10,<4.0
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Programming Language :: Python :: 3.10
12
+ Classifier: Programming Language :: Python :: 3.11
13
+ Classifier: Programming Language :: Python :: 3.12
14
+ Requires-Dist: beet (>=0.108.5)
15
+ Description-Content-Type: text/markdown
16
+
17
+ # Observer
18
+ A beet plugin to automatically generate overlays from previous datapacks
19
+
@@ -0,0 +1,6 @@
1
+ beet_observer/__init__.py,sha256=8wK7UYe2MSHQIJxHDkITKHHyF12XajTz0V6ch1WRbcc,45
2
+ beet_observer/plugin.py,sha256=WduK3CPT2uVndkKst9yOzXWrU2gqafNXi3A0s7BXlcw,70
3
+ beet_observer-0.1.0.dist-info/LICENSE,sha256=oBbP6j7sgG9darFSRZxV7iO8yPR1aZiDspSK3mcLpXI,1062
4
+ beet_observer-0.1.0.dist-info/METADATA,sha256=BJ2V2Y0qO4QMXTUauoQb-u8yma_R8mLDyy4VZ2jOqXY,633
5
+ beet_observer-0.1.0.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
6
+ beet_observer-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: poetry-core 1.8.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any