setdoc 0.1.0__tar.gz → 0.1.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.1
2
2
  Name: setdoc
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Set the doc string.
5
5
  Author-email: Johannes <johannes-programming@mailfence.com>
6
6
  License: The MIT License (MIT)
@@ -42,4 +42,4 @@ License-File: LICENSE.txt
42
42
  setdoc
43
43
  ======
44
44
 
45
- Visit the website `http://setdoc.johannes-programming.online <http://setdoc.johannes-programming.online>`_ for more information.
45
+ Visit the website `https://setdoc.johannes-programming.online <https://setdoc.johannes-programming.online>`_ for more information.
@@ -0,0 +1,5 @@
1
+ ======
2
+ setdoc
3
+ ======
4
+
5
+ Visit the website `https://setdoc.johannes-programming.online <https://setdoc.johannes-programming.online>`_ for more information.
@@ -21,7 +21,7 @@ keywords = []
21
21
  name = "setdoc"
22
22
  readme = "README.rst"
23
23
  requires-python = ">=3.12.5"
24
- version = "0.1.0"
24
+ version = "0.1.2"
25
25
 
26
26
  [project.license]
27
27
  file = "LICENSE.txt"
@@ -6,8 +6,10 @@ __all__ = ["setdoc"]
6
6
 
7
7
  @dataclasses.dataclass
8
8
  class setdoc:
9
+ "A class to set doc strings."
9
10
  doc: Any
10
11
 
11
12
  def __call__(self, target: Any) -> Any:
13
+ "Set the doc string of the passed target " "to the value stored in the doc field " "of the setdoc object."
12
14
  target.__doc__ = self.doc
13
15
  return target
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: setdoc
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Set the doc string.
5
5
  Author-email: Johannes <johannes-programming@mailfence.com>
6
6
  License: The MIT License (MIT)
@@ -42,4 +42,4 @@ License-File: LICENSE.txt
42
42
  setdoc
43
43
  ======
44
44
 
45
- Visit the website `http://setdoc.johannes-programming.online <http://setdoc.johannes-programming.online>`_ for more information.
45
+ Visit the website `https://setdoc.johannes-programming.online <https://setdoc.johannes-programming.online>`_ for more information.
setdoc-0.1.0/README.rst DELETED
@@ -1,5 +0,0 @@
1
- ======
2
- setdoc
3
- ======
4
-
5
- Visit the website `http://setdoc.johannes-programming.online <http://setdoc.johannes-programming.online>`_ for more information.
File without changes
File without changes
File without changes
File without changes