pd-code-rotate 0.0.1__tar.gz → 0.0.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pd-code-rotate
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: given a link or knot,rotate its 2d diagram by changing its pd_code.
5
5
  License: MIT
6
6
  License-File: LICENSE
@@ -0,0 +1,5 @@
1
+ from .main import rotate
2
+
3
+ __all__ = [
4
+ "rotate"
5
+ ]
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pd-code-rotate"
3
- version = "0.0.1"
3
+ version = "0.0.2"
4
4
  description = "given a link or knot,rotate its 2d diagram by changing its pd_code."
5
5
  authors = [
6
6
  {name = "GGN_2015",email = "neko@jlulug.org"}
File without changes
File without changes
File without changes