python-bunch 0.1.1__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,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-bunch
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: A lightweight Python class that behaves like a dict but supports attribute-style access.
5
- Author-email: Your Name <your.email@example.com>
5
+ Author-email: Omer Menashe <unspecified@mail.com>
6
6
  License: MIT
7
7
  Keywords: python-bunch,bunch,dict,attribute-access,json,utility
8
8
  Classifier: Programming Language :: Python :: 3
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "python-bunch"
7
- version = "0.1.1"
7
+ version = "0.1.2"
8
8
  description = "A lightweight Python class that behaves like a dict but supports attribute-style access."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.7"
11
11
  license = {text = "MIT"}
12
12
  authors = [
13
- { name="Your Name", email="your.email@example.com" }
13
+ { name="Omer Menashe", email="unspecified@mail.com" }
14
14
  ]
15
15
  keywords = ["python-bunch", "bunch", "dict", "attribute-access", "json", "utility"]
16
16
  classifiers = [
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-bunch
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: A lightweight Python class that behaves like a dict but supports attribute-style access.
5
- Author-email: Your Name <your.email@example.com>
5
+ Author-email: Omer Menashe <unspecified@mail.com>
6
6
  License: MIT
7
7
  Keywords: python-bunch,bunch,dict,attribute-access,json,utility
8
8
  Classifier: Programming Language :: Python :: 3
@@ -106,3 +106,6 @@ class TestBunch(unittest.TestCase):
106
106
 
107
107
  if __name__ == '__main__':
108
108
  unittest.main()
109
+ from dataclasses import dataclass
110
+
111
+
File without changes
File without changes
File without changes