scruby-plugin 1.0.1__py3-none-any.whl → 2.0.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.
scruby_plugin/plugin.py CHANGED
@@ -17,7 +17,7 @@ class ScrubyPlugin:
17
17
  """Base class for creating Scruby plugins."""
18
18
 
19
19
  # What version of Scruby is the plugin for?
20
- SCRUBY_VERSION: ClassVar[Literal[1]] = 1
20
+ SCRUBY_VERSION: ClassVar[Literal[2]] = 2
21
21
 
22
22
  def __init__(self, scruby_self: Scruby) -> None: # noqa: D107
23
23
  self.scruby_self = weakref.ref(scruby_self)
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: scruby-plugin
3
- Version: 1.0.1
3
+ Version: 2.0.0
4
4
  Summary: Library for creating Scruby plugins.
5
5
  Project-URL: Bug Tracker, https://github.com/kebasyaty/scruby-plugin/issues
6
- Project-URL: Changelog, https://github.com/kebasyaty/scruby-plugin/blob/v1/CHANGELOG.md
6
+ Project-URL: Changelog, https://github.com/kebasyaty/scruby-plugin/blob/v2/CHANGELOG.md
7
7
  Project-URL: Homepage, https://github.com/kebasyaty/scruby-plugin
8
8
  Project-URL: Repository, https://github.com/kebasyaty/scruby-plugin
9
9
  Project-URL: Source, https://github.com/kebasyaty/scruby-plugin
@@ -52,7 +52,7 @@ Library for creating plugins for <a href="https://pypi.org/project/scruby/" alt=
52
52
 
53
53
  <br>
54
54
 
55
- [![Requirements](https://raw.githubusercontent.com/kebasyaty/scruby-plugin/v1/assets/links/requirements.svg "Requirements")](https://github.com/kebasyaty/scruby-plugin/blob/v1/REQUIREMENTS.md "Requirements")
55
+ [![Requirements](https://raw.githubusercontent.com/kebasyaty/scruby-plugin/v2/assets/links/requirements.svg "Requirements")](https://github.com/kebasyaty/scruby-plugin/blob/v2/REQUIREMENTS.md "Requirements")
56
56
 
57
57
  ## Installation
58
58
 
@@ -135,6 +135,6 @@ if __name__ == "__main__":
135
135
 
136
136
  <br>
137
137
 
138
- [![Changelog](https://raw.githubusercontent.com/kebasyaty/scruby-plugin/v1/assets/links/changelog.svg "Changelog")](https://github.com/kebasyaty/scruby-plugin/blob/v1/CHANGELOG.md "Changelog")
138
+ [![Changelog](https://raw.githubusercontent.com/kebasyaty/scruby-plugin/v2/assets/links/changelog.svg "Changelog")](https://github.com/kebasyaty/scruby-plugin/blob/v2/CHANGELOG.md "Changelog")
139
139
 
140
- [![MIT](https://raw.githubusercontent.com/kebasyaty/scruby-plugin/v1/assets/links/mit.svg "MIT")](https://github.com/kebasyaty/scruby-plugin/blob/main/LICENSE "MIT")
140
+ [![MIT](https://raw.githubusercontent.com/kebasyaty/scruby-plugin/v2/assets/links/mit.svg "MIT")](https://github.com/kebasyaty/scruby-plugin/blob/main/LICENSE "MIT")
@@ -0,0 +1,7 @@
1
+ scruby_plugin/__init__.py,sha256=kWaqpz4RYNT9Kc9FF6jj0GX1Mppm1uhFfArPY6EYneI,241
2
+ scruby_plugin/plugin.py,sha256=DkKhcHrmfSJ9kaYqyfbYxIEc0ICyPbGzKsoGEHjRTRY,615
3
+ scruby_plugin/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ scruby_plugin-2.0.0.dist-info/METADATA,sha256=JgW7tvf26o6E2TLMSVRnr1vM_20eofTlUW-Ewwc4cMM,5474
5
+ scruby_plugin-2.0.0.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
6
+ scruby_plugin-2.0.0.dist-info/licenses/LICENSE,sha256=mvh5qv1YJGyuVCkRxonDDNOzxlwXszKvwxXfOeXKrqw,1074
7
+ scruby_plugin-2.0.0.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- scruby_plugin/__init__.py,sha256=kWaqpz4RYNT9Kc9FF6jj0GX1Mppm1uhFfArPY6EYneI,241
2
- scruby_plugin/plugin.py,sha256=yRbiJFTYjaNNA8bk3e57vUoBshOxnRDisbQSHNhXUuM,615
3
- scruby_plugin/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- scruby_plugin-1.0.1.dist-info/METADATA,sha256=NH3EtPpPtDXGtlTvL775_5xORKi7h-nicuJx2o9ZNPc,5474
5
- scruby_plugin-1.0.1.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
6
- scruby_plugin-1.0.1.dist-info/licenses/LICENSE,sha256=mvh5qv1YJGyuVCkRxonDDNOzxlwXszKvwxXfOeXKrqw,1074
7
- scruby_plugin-1.0.1.dist-info/RECORD,,