beans-logging 8.0.0__tar.gz → 8.0.1__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 (33) hide show
  1. {beans_logging-8.0.0/src/beans_logging.egg-info → beans_logging-8.0.1}/PKG-INFO +2 -4
  2. {beans_logging-8.0.0 → beans_logging-8.0.1}/requirements/requirements.docs.txt +0 -1
  3. beans_logging-8.0.1/requirements/requirements.fastapi.txt +1 -0
  4. beans_logging-8.0.1/src/beans_logging/__version__.py +1 -0
  5. {beans_logging-8.0.0 → beans_logging-8.0.1/src/beans_logging.egg-info}/PKG-INFO +2 -4
  6. {beans_logging-8.0.0 → beans_logging-8.0.1}/src/beans_logging.egg-info/requires.txt +1 -3
  7. beans_logging-8.0.0/requirements/requirements.fastapi.txt +0 -1
  8. beans_logging-8.0.0/src/beans_logging/__version__.py +0 -1
  9. {beans_logging-8.0.0 → beans_logging-8.0.1}/.python-version +0 -0
  10. {beans_logging-8.0.0 → beans_logging-8.0.1}/LICENSE.txt +0 -0
  11. {beans_logging-8.0.0 → beans_logging-8.0.1}/README.md +0 -0
  12. {beans_logging-8.0.0 → beans_logging-8.0.1}/pyproject.toml +0 -0
  13. {beans_logging-8.0.0 → beans_logging-8.0.1}/requirements/requirements.build.txt +0 -0
  14. {beans_logging-8.0.0 → beans_logging-8.0.1}/requirements/requirements.dev.txt +0 -0
  15. {beans_logging-8.0.0 → beans_logging-8.0.1}/requirements/requirements.test.txt +0 -0
  16. {beans_logging-8.0.0 → beans_logging-8.0.1}/requirements.txt +0 -0
  17. {beans_logging-8.0.0 → beans_logging-8.0.1}/setup.cfg +0 -0
  18. {beans_logging-8.0.0 → beans_logging-8.0.1}/setup.py +0 -0
  19. {beans_logging-8.0.0 → beans_logging-8.0.1}/src/beans_logging/__init__.py +0 -0
  20. {beans_logging-8.0.0 → beans_logging-8.0.1}/src/beans_logging/_builder.py +0 -0
  21. {beans_logging-8.0.0 → beans_logging-8.0.1}/src/beans_logging/_core.py +0 -0
  22. {beans_logging-8.0.0 → beans_logging-8.0.1}/src/beans_logging/auto.py +0 -0
  23. {beans_logging-8.0.0 → beans_logging-8.0.1}/src/beans_logging/config.py +0 -0
  24. {beans_logging-8.0.0 → beans_logging-8.0.1}/src/beans_logging/constants.py +0 -0
  25. {beans_logging-8.0.0 → beans_logging-8.0.1}/src/beans_logging/filters.py +0 -0
  26. {beans_logging-8.0.0 → beans_logging-8.0.1}/src/beans_logging/formats.py +0 -0
  27. {beans_logging-8.0.0 → beans_logging-8.0.1}/src/beans_logging/intercepters.py +0 -0
  28. {beans_logging-8.0.0 → beans_logging-8.0.1}/src/beans_logging/rotators.py +0 -0
  29. {beans_logging-8.0.0 → beans_logging-8.0.1}/src/beans_logging/schemas.py +0 -0
  30. {beans_logging-8.0.0 → beans_logging-8.0.1}/src/beans_logging/sinks.py +0 -0
  31. {beans_logging-8.0.0 → beans_logging-8.0.1}/src/beans_logging.egg-info/SOURCES.txt +0 -0
  32. {beans_logging-8.0.0 → beans_logging-8.0.1}/src/beans_logging.egg-info/dependency_links.txt +0 -0
  33. {beans_logging-8.0.0 → beans_logging-8.0.1}/src/beans_logging.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: beans_logging
3
- Version: 8.0.0
3
+ Version: 8.0.1
4
4
  Summary: 'beans-logging' is a python package for simple logger and easily managing logs.
5
5
  Author-email: Batkhuu Byambajav <batkhuu10@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/bybatkhuu/module-python-logging
@@ -25,7 +25,7 @@ Requires-Dist: pydantic[timezone]<3.0.0,>=2.5.3
25
25
  Requires-Dist: loguru<1.0.0,>=0.7.3
26
26
  Requires-Dist: potato_util<1.0.0,>=0.2.0
27
27
  Provides-Extra: fastapi
28
- Requires-Dist: beans-logging-fastapi<3.0.0,>=1.0.0; extra == "fastapi"
28
+ Requires-Dist: beans-logging-fastapi<4.0.0,>=3.0.0; extra == "fastapi"
29
29
  Provides-Extra: test
30
30
  Requires-Dist: pytest<10.0.0,>=8.0.2; extra == "test"
31
31
  Requires-Dist: pytest-cov<8.0.0,>=5.0.0; extra == "test"
@@ -38,7 +38,6 @@ Requires-Dist: build<2.0.0,>=1.1.1; extra == "build"
38
38
  Requires-Dist: twine<7.0.0,>=6.0.1; extra == "build"
39
39
  Provides-Extra: docs
40
40
  Requires-Dist: pylint<5.0.0,>=3.0.4; extra == "docs"
41
- Requires-Dist: click<8.2.2,>=8.0.0; extra == "docs"
42
41
  Requires-Dist: mkdocs-material<10.0.0,>=9.5.50; extra == "docs"
43
42
  Requires-Dist: mkdocs-awesome-nav<4.0.0,>=3.0.0; extra == "docs"
44
43
  Requires-Dist: mkdocstrings[python]<2.0.0,>=0.24.3; extra == "docs"
@@ -53,7 +52,6 @@ Requires-Dist: wheel<1.0.0,>=0.43.0; extra == "dev"
53
52
  Requires-Dist: build<2.0.0,>=1.1.1; extra == "dev"
54
53
  Requires-Dist: twine<7.0.0,>=6.0.1; extra == "dev"
55
54
  Requires-Dist: pylint<5.0.0,>=3.0.4; extra == "dev"
56
- Requires-Dist: click<8.2.2,>=8.0.0; extra == "dev"
57
55
  Requires-Dist: mkdocs-material<10.0.0,>=9.5.50; extra == "dev"
58
56
  Requires-Dist: mkdocs-awesome-nav<4.0.0,>=3.0.0; extra == "dev"
59
57
  Requires-Dist: mkdocstrings[python]<2.0.0,>=0.24.3; extra == "dev"
@@ -1,5 +1,4 @@
1
1
  pylint>=3.0.4,<5.0.0
2
- click>=8.0.0,<8.2.2
3
2
  mkdocs-material>=9.5.50,<10.0.0
4
3
  mkdocs-awesome-nav>=3.0.0,<4.0.0
5
4
  mkdocstrings[python]>=0.24.3,<2.0.0
@@ -0,0 +1 @@
1
+ beans-logging-fastapi>=3.0.0,<4.0.0
@@ -0,0 +1 @@
1
+ __version__ = "8.0.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: beans_logging
3
- Version: 8.0.0
3
+ Version: 8.0.1
4
4
  Summary: 'beans-logging' is a python package for simple logger and easily managing logs.
5
5
  Author-email: Batkhuu Byambajav <batkhuu10@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/bybatkhuu/module-python-logging
@@ -25,7 +25,7 @@ Requires-Dist: pydantic[timezone]<3.0.0,>=2.5.3
25
25
  Requires-Dist: loguru<1.0.0,>=0.7.3
26
26
  Requires-Dist: potato_util<1.0.0,>=0.2.0
27
27
  Provides-Extra: fastapi
28
- Requires-Dist: beans-logging-fastapi<3.0.0,>=1.0.0; extra == "fastapi"
28
+ Requires-Dist: beans-logging-fastapi<4.0.0,>=3.0.0; extra == "fastapi"
29
29
  Provides-Extra: test
30
30
  Requires-Dist: pytest<10.0.0,>=8.0.2; extra == "test"
31
31
  Requires-Dist: pytest-cov<8.0.0,>=5.0.0; extra == "test"
@@ -38,7 +38,6 @@ Requires-Dist: build<2.0.0,>=1.1.1; extra == "build"
38
38
  Requires-Dist: twine<7.0.0,>=6.0.1; extra == "build"
39
39
  Provides-Extra: docs
40
40
  Requires-Dist: pylint<5.0.0,>=3.0.4; extra == "docs"
41
- Requires-Dist: click<8.2.2,>=8.0.0; extra == "docs"
42
41
  Requires-Dist: mkdocs-material<10.0.0,>=9.5.50; extra == "docs"
43
42
  Requires-Dist: mkdocs-awesome-nav<4.0.0,>=3.0.0; extra == "docs"
44
43
  Requires-Dist: mkdocstrings[python]<2.0.0,>=0.24.3; extra == "docs"
@@ -53,7 +52,6 @@ Requires-Dist: wheel<1.0.0,>=0.43.0; extra == "dev"
53
52
  Requires-Dist: build<2.0.0,>=1.1.1; extra == "dev"
54
53
  Requires-Dist: twine<7.0.0,>=6.0.1; extra == "dev"
55
54
  Requires-Dist: pylint<5.0.0,>=3.0.4; extra == "dev"
56
- Requires-Dist: click<8.2.2,>=8.0.0; extra == "dev"
57
55
  Requires-Dist: mkdocs-material<10.0.0,>=9.5.50; extra == "dev"
58
56
  Requires-Dist: mkdocs-awesome-nav<4.0.0,>=3.0.0; extra == "dev"
59
57
  Requires-Dist: mkdocstrings[python]<2.0.0,>=0.24.3; extra == "dev"
@@ -18,7 +18,6 @@ wheel<1.0.0,>=0.43.0
18
18
  build<2.0.0,>=1.1.1
19
19
  twine<7.0.0,>=6.0.1
20
20
  pylint<5.0.0,>=3.0.4
21
- click<8.2.2,>=8.0.0
22
21
  mkdocs-material<10.0.0,>=9.5.50
23
22
  mkdocs-awesome-nav<4.0.0,>=3.0.0
24
23
  mkdocstrings[python]<2.0.0,>=0.24.3
@@ -28,14 +27,13 @@ pre-commit<5.0.0,>=4.0.1
28
27
 
29
28
  [docs]
30
29
  pylint<5.0.0,>=3.0.4
31
- click<8.2.2,>=8.0.0
32
30
  mkdocs-material<10.0.0,>=9.5.50
33
31
  mkdocs-awesome-nav<4.0.0,>=3.0.0
34
32
  mkdocstrings[python]<2.0.0,>=0.24.3
35
33
  mike<3.0.0,>=2.1.3
36
34
 
37
35
  [fastapi]
38
- beans-logging-fastapi<3.0.0,>=1.0.0
36
+ beans-logging-fastapi<4.0.0,>=3.0.0
39
37
 
40
38
  [test]
41
39
  pytest<10.0.0,>=8.0.2
@@ -1 +0,0 @@
1
- beans-logging-fastapi>=1.0.0,<3.0.0
@@ -1 +0,0 @@
1
- __version__ = "8.0.0"
File without changes
File without changes
File without changes
File without changes