maci 1.0.0__tar.gz → 1.1.0__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.
Files changed (62) hide show
  1. {maci-1.0.0 → maci-1.1.0}/PKG-INFO +8 -4
  2. {maci-1.0.0 → maci-1.1.0}/README.md +1 -1
  3. {maci-1.0.0 → maci-1.1.0}/maci/__init__.py +2 -2
  4. {maci-1.0.0 → maci-1.1.0}/maci/__init__.pyi +1 -1
  5. {maci-1.0.0 → maci-1.1.0}/maci.egg-info/PKG-INFO +8 -4
  6. {maci-1.0.0 → maci-1.1.0}/setup.cfg +1 -2
  7. {maci-1.0.0 → maci-1.1.0}/MANIFEST.in +0 -0
  8. {maci-1.0.0 → maci-1.1.0}/maci/_hash/comparefilehash.py +0 -0
  9. {maci-1.0.0 → maci-1.1.0}/maci/_hash/createfilehash.py +0 -0
  10. {maci-1.0.0 → maci-1.1.0}/maci/_hash/createhash.py +0 -0
  11. {maci-1.0.0 → maci-1.1.0}/maci/_ini/inibuildauto.py +0 -0
  12. {maci-1.0.0 → maci-1.1.0}/maci/_ini/inibuildmanual.py +0 -0
  13. {maci-1.0.0 → maci-1.1.0}/maci/_ini/inidump.py +0 -0
  14. {maci-1.0.0 → maci-1.1.0}/maci/_ini/iniload.py +0 -0
  15. {maci-1.0.0 → maci-1.1.0}/maci/_json/jsondump.py +0 -0
  16. {maci-1.0.0 → maci-1.1.0}/maci/_json/jsondumpstr.py +0 -0
  17. {maci-1.0.0 → maci-1.1.0}/maci/_json/jsonload.py +0 -0
  18. {maci-1.0.0 → maci-1.1.0}/maci/_json/jsonloadstr.py +0 -0
  19. {maci-1.0.0 → maci-1.1.0}/maci/_native/build.py +0 -0
  20. {maci-1.0.0 → maci-1.1.0}/maci/_native/cleanformat.py +0 -0
  21. {maci-1.0.0 → maci-1.1.0}/maci/_native/dump.py +0 -0
  22. {maci-1.0.0 → maci-1.1.0}/maci/_native/dumpraw.py +0 -0
  23. {maci-1.0.0 → maci-1.1.0}/maci/_native/dumpstr.py +0 -0
  24. {maci-1.0.0 → maci-1.1.0}/maci/_native/load.py +0 -0
  25. {maci-1.0.0 → maci-1.1.0}/maci/_native/loadattrs.py +0 -0
  26. {maci-1.0.0 → maci-1.1.0}/maci/_native/loaddict.py +0 -0
  27. {maci-1.0.0 → maci-1.1.0}/maci/_native/loadraw.py +0 -0
  28. {maci-1.0.0 → maci-1.1.0}/maci/_native/loadstr.py +0 -0
  29. {maci-1.0.0 → maci-1.1.0}/maci/_native/loadstrdict.py +0 -0
  30. {maci-1.0.0 → maci-1.1.0}/maci/_pickle/pickledumpbytes.py +0 -0
  31. {maci-1.0.0 → maci-1.1.0}/maci/_pickle/pickleloadbytes.py +0 -0
  32. {maci-1.0.0 → maci-1.1.0}/maci/_toml/tomldump.py +0 -0
  33. {maci-1.0.0 → maci-1.1.0}/maci/_toml/tomldumpstr.py +0 -0
  34. {maci-1.0.0 → maci-1.1.0}/maci/_toml/tomlload.py +0 -0
  35. {maci-1.0.0 → maci-1.1.0}/maci/_toml/tomlloadstr.py +0 -0
  36. {maci-1.0.0 → maci-1.1.0}/maci/_xml/xmlbuildmanual.py +0 -0
  37. {maci-1.0.0 → maci-1.1.0}/maci/_xml/xmldump.py +0 -0
  38. {maci-1.0.0 → maci-1.1.0}/maci/_xml/xmldumpdict.py +0 -0
  39. {maci-1.0.0 → maci-1.1.0}/maci/_xml/xmldumpstr.py +0 -0
  40. {maci-1.0.0 → maci-1.1.0}/maci/_xml/xmldumpstrdict.py +0 -0
  41. {maci-1.0.0 → maci-1.1.0}/maci/_xml/xmlload.py +0 -0
  42. {maci-1.0.0 → maci-1.1.0}/maci/_xml/xmlloaddict.py +0 -0
  43. {maci-1.0.0 → maci-1.1.0}/maci/_xml/xmlloadstr.py +0 -0
  44. {maci-1.0.0 → maci-1.1.0}/maci/_xml/xmlloadstrdict.py +0 -0
  45. {maci-1.0.0 → maci-1.1.0}/maci/_yaml/yamldump.py +0 -0
  46. {maci-1.0.0 → maci-1.1.0}/maci/_yaml/yamldumpall.py +0 -0
  47. {maci-1.0.0 → maci-1.1.0}/maci/_yaml/yamldumpstr.py +0 -0
  48. {maci-1.0.0 → maci-1.1.0}/maci/_yaml/yamlload.py +0 -0
  49. {maci-1.0.0 → maci-1.1.0}/maci/_yaml/yamlloadall.py +0 -0
  50. {maci-1.0.0 → maci-1.1.0}/maci/_yaml/yamlloadstr.py +0 -0
  51. {maci-1.0.0 → maci-1.1.0}/maci/data.py +0 -0
  52. {maci-1.0.0 → maci-1.1.0}/maci/data.pyi +0 -0
  53. {maci-1.0.0 → maci-1.1.0}/maci/error.py +0 -0
  54. {maci-1.0.0 → maci-1.1.0}/maci/ext/defusedxml/LICENSE.txt +0 -0
  55. {maci-1.0.0 → maci-1.1.0}/maci/hint.py +0 -0
  56. {maci-1.0.0 → maci-1.1.0}/maci/hint.pyi +0 -0
  57. {maci-1.0.0 → maci-1.1.0}/maci/py.typed +0 -0
  58. {maci-1.0.0 → maci-1.1.0}/maci.egg-info/SOURCES.txt +0 -0
  59. {maci-1.0.0 → maci-1.1.0}/maci.egg-info/dependency_links.txt +0 -0
  60. {maci-1.0.0 → maci-1.1.0}/maci.egg-info/requires.txt +0 -0
  61. {maci-1.0.0 → maci-1.1.0}/maci.egg-info/top_level.txt +0 -0
  62. {maci-1.0.0 → maci-1.1.0}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: maci
3
- Version: 1.0.0
3
+ Version: 1.1.0
4
4
  Summary: The easy to use library for your data, configuration, and save files
5
5
  Author: aaronater10
6
6
  Author-email: dev_admin@dunnts.com
@@ -15,7 +15,6 @@ Classifier: Intended Audience :: Developers
15
15
  Classifier: Intended Audience :: System Administrators
16
16
  Classifier: Intended Audience :: Information Technology
17
17
  Classifier: Programming Language :: Python :: 3
18
- Classifier: Programming Language :: Python :: 3.7
19
18
  Classifier: Programming Language :: Python :: 3.8
20
19
  Classifier: Programming Language :: Python :: 3.9
21
20
  Classifier: Programming Language :: Python :: 3.10
@@ -24,8 +23,13 @@ Classifier: Programming Language :: Python :: 3.12
24
23
  Classifier: Operating System :: POSIX :: Linux
25
24
  Classifier: Operating System :: Microsoft :: Windows
26
25
  Classifier: Operating System :: MacOS :: MacOS X
27
- Requires-Python: >=3.7
26
+ Requires-Python: >=3.8
28
27
  Description-Content-Type: text/markdown
28
+ Requires-Dist: pyyaml>=5.4
29
+ Requires-Dist: tomli>=2.0.1
30
+ Requires-Dist: tomli-w>=1.0.0
31
+ Requires-Dist: defusedxml>=0.7.1
32
+ Requires-Dist: xmltodict>=0.13.0
29
33
 
30
34
  [![Docs](https://raw.githubusercontent.com/aaronater10/maci/main/ext/maci_cover.png)](https://docs.macilib.org/)
31
35
 
@@ -36,7 +40,7 @@ A Python-Styled Serialization Language & Thin Wrapper Library
36
40
  ![maci-language-version](https://img.shields.io/badge/lang-v1.0.0-purple)
37
41
  [![qa-testing](https://github.com/aaronater10/maci/actions/workflows/maci_qa.yml/badge.svg)](https://github.com/aaronater10/maci/actions/workflows/maci_qa.yml)
38
42
  ![coverage](https://img.shields.io/badge/coverage-100%25-red)
39
- ![py-versions](https://img.shields.io/badge/py_versions-3.7_%7C_3.8_%7C_3.9_%7C_3.10_%7C_3.11_%7C_3.12-%23FFD43B)
43
+ ![py-versions](https://img.shields.io/badge/py_versions-3.8_%7C_3.9_%7C_3.10_%7C_3.11_%7C_3.12-%23FFD43B)
40
44
 
41
45
  #
42
46
 
@@ -7,7 +7,7 @@ A Python-Styled Serialization Language & Thin Wrapper Library
7
7
  ![maci-language-version](https://img.shields.io/badge/lang-v1.0.0-purple)
8
8
  [![qa-testing](https://github.com/aaronater10/maci/actions/workflows/maci_qa.yml/badge.svg)](https://github.com/aaronater10/maci/actions/workflows/maci_qa.yml)
9
9
  ![coverage](https://img.shields.io/badge/coverage-100%25-red)
10
- ![py-versions](https://img.shields.io/badge/py_versions-3.7_%7C_3.8_%7C_3.9_%7C_3.10_%7C_3.11_%7C_3.12-%23FFD43B)
10
+ ![py-versions](https://img.shields.io/badge/py_versions-3.8_%7C_3.9_%7C_3.10_%7C_3.11_%7C_3.12-%23FFD43B)
11
11
 
12
12
  #
13
13
 
@@ -3,13 +3,13 @@ maci - by aaronater10 (flavor: maci)
3
3
 
4
4
  Python-styled Serialization Language & Thin Wrapper Library
5
5
 
6
- Version 1.0.0
6
+ Version 1.1.0
7
7
 
8
8
  Tutorials and docs: https://docs.macilib.org
9
9
 
10
10
  Source: https://github.com/aaronater10/maci
11
11
  """
12
- __version__ = '1.0.0'
12
+ __version__ = '1.1.0'
13
13
  __lang_version__ = '1.0.0'
14
14
 
15
15
  #########################################################################################################
@@ -4,7 +4,7 @@ maci - by aaronater10 (flavor: maci)
4
4
 
5
5
  Python-styled Serialization Language & Thin Wrapper Library
6
6
 
7
- Version 1.0.0
7
+ Version 1.1.0
8
8
 
9
9
  Tutorials and docs: https://docs.macilib.org
10
10
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: maci
3
- Version: 1.0.0
3
+ Version: 1.1.0
4
4
  Summary: The easy to use library for your data, configuration, and save files
5
5
  Author: aaronater10
6
6
  Author-email: dev_admin@dunnts.com
@@ -15,7 +15,6 @@ Classifier: Intended Audience :: Developers
15
15
  Classifier: Intended Audience :: System Administrators
16
16
  Classifier: Intended Audience :: Information Technology
17
17
  Classifier: Programming Language :: Python :: 3
18
- Classifier: Programming Language :: Python :: 3.7
19
18
  Classifier: Programming Language :: Python :: 3.8
20
19
  Classifier: Programming Language :: Python :: 3.9
21
20
  Classifier: Programming Language :: Python :: 3.10
@@ -24,8 +23,13 @@ Classifier: Programming Language :: Python :: 3.12
24
23
  Classifier: Operating System :: POSIX :: Linux
25
24
  Classifier: Operating System :: Microsoft :: Windows
26
25
  Classifier: Operating System :: MacOS :: MacOS X
27
- Requires-Python: >=3.7
26
+ Requires-Python: >=3.8
28
27
  Description-Content-Type: text/markdown
28
+ Requires-Dist: pyyaml>=5.4
29
+ Requires-Dist: tomli>=2.0.1
30
+ Requires-Dist: tomli-w>=1.0.0
31
+ Requires-Dist: defusedxml>=0.7.1
32
+ Requires-Dist: xmltodict>=0.13.0
29
33
 
30
34
  [![Docs](https://raw.githubusercontent.com/aaronater10/maci/main/ext/maci_cover.png)](https://docs.macilib.org/)
31
35
 
@@ -36,7 +40,7 @@ A Python-Styled Serialization Language & Thin Wrapper Library
36
40
  ![maci-language-version](https://img.shields.io/badge/lang-v1.0.0-purple)
37
41
  [![qa-testing](https://github.com/aaronater10/maci/actions/workflows/maci_qa.yml/badge.svg)](https://github.com/aaronater10/maci/actions/workflows/maci_qa.yml)
38
42
  ![coverage](https://img.shields.io/badge/coverage-100%25-red)
39
- ![py-versions](https://img.shields.io/badge/py_versions-3.7_%7C_3.8_%7C_3.9_%7C_3.10_%7C_3.11_%7C_3.12-%23FFD43B)
43
+ ![py-versions](https://img.shields.io/badge/py_versions-3.8_%7C_3.9_%7C_3.10_%7C_3.11_%7C_3.12-%23FFD43B)
40
44
 
41
45
  #
42
46
 
@@ -43,7 +43,6 @@ classifiers =
43
43
  Intended Audience :: System Administrators
44
44
  Intended Audience :: Information Technology
45
45
  Programming Language :: Python :: 3
46
- Programming Language :: Python :: 3.7
47
46
  Programming Language :: Python :: 3.8
48
47
  Programming Language :: Python :: 3.9
49
48
  Programming Language :: Python :: 3.10
@@ -64,7 +63,7 @@ install_requires =
64
63
  tomli-w >= 1.0.0
65
64
  defusedxml >= 0.7.1
66
65
  xmltodict >= 0.13.0
67
- python_requires = >= 3.7
66
+ python_requires = >= 3.8
68
67
 
69
68
  [egg_info]
70
69
  tag_build =
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes