formatize 1.0.5__tar.gz → 1.0.6__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: formatize
3
- Version: 1.0.5
3
+ Version: 1.0.6
4
4
  Summary: Literp Formatting Lib
5
5
  Home-page: https://github.com/asinerum/formatize
6
6
  Author: Asinerum Conlang Project
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = formatize
3
- version = 1.0.5
3
+ version = 1.0.6
4
4
  author = Asinerum Conlang Project
5
5
  author_email = asinerum.com@gmail.com
6
6
  description = Literp Formatting Lib
@@ -1,4 +1,4 @@
1
1
  from .form import *
2
2
  from .const import *
3
3
 
4
- __version__ = "1.0.5"
4
+ __version__ = "1.0.6"
@@ -647,7 +647,7 @@ def add_class_to_nested_module (module, class_name, cls):
647
647
  setattr(module, class_name, cls)
648
648
 
649
649
  def frender (non_f_str: str):
650
- return eval(f'f"""{non_f_str}"""')
650
+ return eval(f'f"""{non_f_str}"""', globals())
651
651
 
652
652
  def punctescape (text: str) -> str:
653
653
  return re.compile(f'[{re.escape(string.punctuation)}]').sub('', text)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: formatize
3
- Version: 1.0.5
3
+ Version: 1.0.6
4
4
  Summary: Literp Formatting Lib
5
5
  Home-page: https://github.com/asinerum/formatize
6
6
  Author: Asinerum Conlang Project
File without changes
File without changes
File without changes