pluginator 0.1.0__py3-none-any.whl

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.
pluginator/__init__.py ADDED
File without changes
@@ -0,0 +1,23 @@
1
+ Metadata-Version: 2.4
2
+ Name: pluginator
3
+ Version: 0.1.0
4
+ Summary: Plugin management system
5
+ License: MIT
6
+ Classifier: Development Status :: 3 - Alpha
7
+ Classifier: Intended Audience :: Developers
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Programming Language :: Python :: 3.10
10
+ Classifier: Programming Language :: Python :: 3.11
11
+ Classifier: Programming Language :: Python :: 3.12
12
+ Classifier: Programming Language :: Python :: 3.13
13
+ Requires-Python: >=3.10
14
+ Description-Content-Type: text/markdown
15
+ Provides-Extra: test
16
+ Requires-Dist: pytest>=8.0; extra == "test"
17
+ Requires-Dist: pytest-cov>=4.0; extra == "test"
18
+ Provides-Extra: docs
19
+ Requires-Dist: mkdocs>=1.5; extra == "docs"
20
+ Requires-Dist: mkdocs-material>=9.0; extra == "docs"
21
+ Requires-Dist: mkdocstrings[python]>=0.24; extra == "docs"
22
+
23
+ # pluginator
@@ -0,0 +1,5 @@
1
+ pluginator/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ pluginator-0.1.0.dist-info/METADATA,sha256=SRJx7q6MBVDQ89WUhfNrVLuqIeA7pPYPc5b9gIyb9DA,809
3
+ pluginator-0.1.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
4
+ pluginator-0.1.0.dist-info/top_level.txt,sha256=s-5LW15-ww9J184xm1Nq3gYSg3g0-0jj0KpnZuqB4dI,11
5
+ pluginator-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ pluginator