edi-core 0.5.0__tar.gz → 0.7.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.

Potentially problematic release.


This version of edi-core might be problematic. Click here for more details.

Files changed (25) hide show
  1. {edi_core-0.5.0 → edi_core-0.7.0}/PKG-INFO +2 -2
  2. {edi_core-0.5.0 → edi_core-0.7.0}/pyproject.toml +2 -2
  3. {edi_core-0.5.0 → edi_core-0.7.0}/src/edi_core/ai/writesonic/__init__.py +2 -2
  4. {edi_core-0.5.0 → edi_core-0.7.0}/README.md +0 -0
  5. {edi_core-0.5.0 → edi_core-0.7.0}/src/edi_core/__init__.py +0 -0
  6. {edi_core-0.5.0 → edi_core-0.7.0}/src/edi_core/ai/__init__.py +0 -0
  7. {edi_core-0.5.0 → edi_core-0.7.0}/src/edi_core/ai/writesonic/chatsonic.py +0 -0
  8. {edi_core-0.5.0 → edi_core-0.7.0}/src/edi_core/algo/__init__.py +0 -0
  9. {edi_core-0.5.0 → edi_core-0.7.0}/src/edi_core/algo/silder_puzzle.py +0 -0
  10. {edi_core-0.5.0 → edi_core-0.7.0}/src/edi_core/auto/__init__.py +0 -0
  11. {edi_core-0.5.0 → edi_core-0.7.0}/src/edi_core/auto/control.py +0 -0
  12. {edi_core-0.5.0 → edi_core-0.7.0}/src/edi_core/cloud/__init__.py +0 -0
  13. {edi_core-0.5.0 → edi_core-0.7.0}/src/edi_core/cloud/aliyun.py +0 -0
  14. {edi_core-0.5.0 → edi_core-0.7.0}/src/edi_core/db/__init__.py +0 -0
  15. {edi_core-0.5.0 → edi_core-0.7.0}/src/edi_core/db/tinydb.py +0 -0
  16. {edi_core-0.5.0 → edi_core-0.7.0}/src/edi_core/file/__init__.py +0 -0
  17. {edi_core-0.5.0 → edi_core-0.7.0}/src/edi_core/file/file.py +0 -0
  18. {edi_core-0.5.0 → edi_core-0.7.0}/src/edi_core/file/filetype.py +0 -0
  19. {edi_core-0.5.0 → edi_core-0.7.0}/src/edi_core/file/hash.py +0 -0
  20. {edi_core-0.5.0 → edi_core-0.7.0}/src/edi_core/parser/__init__.py +0 -0
  21. {edi_core-0.5.0 → edi_core-0.7.0}/src/edi_core/parser/toml_parser.py +0 -0
  22. {edi_core-0.5.0 → edi_core-0.7.0}/src/edi_core/util/__init__.py +0 -0
  23. {edi_core-0.5.0 → edi_core-0.7.0}/src/edi_core/util/datetime.py +0 -0
  24. {edi_core-0.5.0 → edi_core-0.7.0}/src/edi_core/util/environment.py +0 -0
  25. {edi_core-0.5.0 → edi_core-0.7.0}/src/edi_core/util/pyproject.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: edi-core
3
- Version: 0.5.0
3
+ Version: 0.7.0
4
4
  Summary:
5
5
  License: MIT
6
6
  Author: LtttAZ
@@ -10,7 +10,7 @@ Classifier: License :: OSI Approved :: MIT License
10
10
  Classifier: Programming Language :: Python :: 3
11
11
  Classifier: Programming Language :: Python :: 3.11
12
12
  Classifier: Programming Language :: Python :: 3.12
13
- Requires-Dist: dataclass-wizard (>=0.22.3,<0.23.0)
13
+ Requires-Dist: dataclass-wizard (>=0.23.0,<0.24.0)
14
14
  Requires-Dist: filetype (>=1.2.0,<2.0.0)
15
15
  Requires-Dist: matplotlib (>=3.8.4,<4.0.0)
16
16
  Requires-Dist: pendulum (>=3.0.0,<4.0.0)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "edi-core"
3
- version = "0.5.0"
3
+ version = "0.7.0"
4
4
  description = ""
5
5
  authors = ["LtttAZ <louis_zhang_1303@126.com>"]
6
6
  license = "MIT"
@@ -11,7 +11,7 @@ package-mode = true
11
11
  python = "^3.11"
12
12
  tinydb = "^4.8.0"
13
13
  requests = "^2.32.3"
14
- dataclass-wizard = "^0.22.3"
14
+ dataclass-wizard = "^0.23.0"
15
15
  requests-mock = "^1.12.1"
16
16
  pytest = "^8.1.1"
17
17
  toml = "^0.10.2"
@@ -1,8 +1,8 @@
1
1
  WRITESONIC_BASE_URL = 'https://api.writesonic.com'
2
2
  CHATSONIC_URL_PATH = '/v2/business/content/chatsonic'
3
3
  WRITESONIC_ENGINE_PREMIUM = 'premium'
4
- WRITESONIC_ENGINE_SUPERIUM = 'superium'
5
- WRITESONIC_ENGINES = (WRITESONIC_ENGINE_PREMIUM, WRITESONIC_ENGINE_SUPERIUM)
4
+ WRITESONIC_ENGINE_SUPERIOR = 'superior'
5
+ WRITESONIC_ENGINES = (WRITESONIC_ENGINE_PREMIUM, WRITESONIC_ENGINE_SUPERIOR)
6
6
  WRITESONIC_LANGUAGE_ENGLISH = 'en'
7
7
  WRITESONIC_LANGUAGE_CHINESE = 'zh'
8
8
  WRITESONIC_LANGUAGES = (WRITESONIC_LANGUAGE_ENGLISH, WRITESONIC_LANGUAGE_CHINESE)
File without changes