Skip to content

Commit c2ebad3

Browse files
Merge pull request #77 from MEHRSHAD-MIRSHEKARY/chore/pyproject-config
🔧 Chore/pyproject config
2 parents db41879 + 945c648 commit c2ebad3

File tree

6 files changed

+425
-40
lines changed

6 files changed

+425
-40
lines changed

README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# Django Logging
22

3-
The [`django_logging`](https://github.com/ARYAN-NIKNEZHAD/django_logging) is a Django package designed to extend and enhance Python’s built-in logging capabilities. By providing customizable configurations and advanced features, it offers developers a comprehensive logging solution tailored specifically for Django applications.
3+
The [`django_logging`](https://github.com/lazarus-org/django_logging) is a Django package designed to extend and enhance Python’s built-in logging capabilities. By providing customizable configurations and advanced features, it offers developers a comprehensive logging solution tailored specifically for Django applications.
44

5-
![License](https://img.shields.io/github/license/ARYAN-NIKNEZHAD/django_logging)
5+
![License](https://img.shields.io/github/license/lazarus-org/django_logging)
66
![PyPI release](https://img.shields.io/pypi/v/dj-logging)
7+
![Documentation](https://img.shields.io/readthedocs/django-logging)
8+
![CI Workflow](https://github.com/lazarus-org/django_logging/actions/workflows/ci.yml/badge.svg)
79
![Supported Python versions](https://img.shields.io/pypi/pyversions/dj-logging)
10+
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
811
![Supported Django versions](https://img.shields.io/pypi/djversions/dj-logging)
9-
![Documentation](https://img.shields.io/readthedocs/django-logging)
10-
![Last Commit](https://img.shields.io/github/last-commit/ARYAN-NIKNEZHAD/django_logging)
11-
![Languages](https://img.shields.io/github/languages/top/ARYAN-NIKNEZHAD/django_logging)
12-
![CI Workflow](https://github.com/ARYAN-NIKNEZHAD/django_logging/actions/workflows/ci.yml/badge.svg)
13-
![Open Issues](https://img.shields.io/github/issues/ARYAN-NIKNEZHAD/django_logging)
12+
![Last Commit](https://img.shields.io/github/last-commit/lazarus-org/django_logging)
13+
![Languages](https://img.shields.io/github/languages/top/lazarus-org/django_logging)
14+
![Open Issues](https://img.shields.io/github/issues/lazarus-org/django_logging)
1415
[![codecov](https://codecov.io/gh/ARYAN-NIKNEZHAD/django_logging/branch/main/graph/badge.svg)](https://codecov.io/gh/ARYAN-NIKNEZHAD/django_logging)
1516

1617

@@ -289,6 +290,6 @@ These settings ensure that the email notifier is correctly configured to send lo
289290

290291
## Conclusion
291292

292-
Thank you for using `django_logging`. We hope this package enhances your Django application's logging capabilities. For more detailed documentation, customization options, and updates, please refer to the official documentation on [Read the Docs](https://django_logging.readthedocs.io/). If you have any questions or issues, feel free to open an issue on our [GitHub repository](https://github.com/ARYAN-NIKNEZHAD/django_logging).
293+
Thank you for using `django_logging`. We hope this package enhances your Django application's logging capabilities. For more detailed documentation, customization options, and updates, please refer to the official documentation on [Read the Docs](https://django-logging.readthedocs.io/). If you have any questions or issues, feel free to open an issue on our [GitHub repository](https://github.com/lazarus-org/django_logging).
293294

294295
Happy logging!

docs/index.rst

+16-12
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,43 @@ Welcome to django_logging Documentation!
66
<br />
77

88
.. image:: https://img.shields.io/github/license/ARYAN-NIKNEZHAD/django_logging
9-
:target: https://github.com/ARYAN-NIKNEZHAD/django_logging/blob/main/LICENSE
9+
:target: https://github.com/lazarus-org/django_logging/blob/main/LICENSE
1010
:alt: License
1111

1212
.. image:: https://img.shields.io/pypi/v/dj-logging
1313
:target: https://pypi.org/project/dj-logging/
1414
:alt: PyPI release
1515

16+
.. image:: https://img.shields.io/readthedocs/django-logging
17+
:target: https://django-logging.readthedocs.io/en/latest/
18+
:alt: Documentation
19+
1620
.. image:: https://img.shields.io/pypi/pyversions/dj-logging
1721
:target: https://pypi.org/project/dj-logging/
1822
:alt: Supported Python versions
1923

24+
.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
25+
:target: https://github.com/pre-commit/pre-commit
26+
:alt: pre-commit
27+
2028
.. image:: https://img.shields.io/pypi/djversions/dj-logging
2129
:target: https://pypi.org/project/dj-logging/
2230
:alt: Supported Django versions
2331

24-
.. image:: https://img.shields.io/readthedocs/django-logging
25-
:target: https://django-logging.readthedocs.io/en/latest/
26-
:alt: Documentation
32+
.. image:: https://img.shields.io/github/issues/ARYAN-NIKNEZHAD/django_logging
33+
:target: https://github.com/lazarus-org/django_logging/issues
34+
:alt: Open Issues
2735

2836
.. image:: https://img.shields.io/github/last-commit/ARYAN-NIKNEZHAD/django_logging
29-
:target: https://github.com/ARYAN-NIKNEZHAD/django_logging/commits/main
37+
:target: https://github.com/lazarus-org/django_logging/commits/main
3038
:alt: Last Commit
3139

3240
.. image:: https://img.shields.io/github/languages/top/ARYAN-NIKNEZHAD/django_logging
33-
:target: https://github.com/ARYAN-NIKNEZHAD/django_logging
41+
:target: https://github.com/lazarus-org/django_logging
3442
:alt: Languages
3543

36-
.. image:: https://img.shields.io/github/issues/ARYAN-NIKNEZHAD/django_logging
37-
:target: https://github.com/ARYAN-NIKNEZHAD/django_logging/issues
38-
:alt: Open Issues
39-
4044
.. image:: https://img.shields.io/codecov/c/github/ARYAN-NIKNEZHAD/django_logging/main
41-
:target: https://codecov.io/gh/ARYAN-NIKNEZHAD/django_logging
45+
:target: https://codecov.io/gh/lazarus-org/django_logging
4246
:alt: Coverage
4347

4448

@@ -78,7 +82,7 @@ Issues
7882
------
7983
If you have questions or have trouble using the app please file a bug report at:
8084

81-
https://github.com/ARYAN-NIKNEZHAD/django_logging
85+
https://github.com/lazarus-org/django_logging/issues
8286

8387

8488
Indices and tables

docs/quick_start.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ By default, django_logging will log each level to its own file:
5353

5454
In addition, logs will be displayed in **colorized** mode in the `console`, making it easier to distinguish between different log levels.
5555

56-
That's it! `django_logging` is ready to use. For further customization, refer to the [Settings](settings.rst) section.
56+
That's it! `django_logging` is ready to use. For further customization, refer to the Settings section.

packages/requirements-dev.txt

+18-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
alabaster==0.7.13 ; python_version >= "3.8" and python_version < "4.0"
2+
annotated-types==0.7.0 ; python_version >= "3.8" and python_version < "4.0"
23
argcomplete==3.5.0 ; python_version >= "3.8" and python_version < "4.0"
34
asgiref==3.8.1 ; python_version >= "3.8" and python_version < "4.0"
45
astroid==3.2.4 ; python_version >= "3.8" and python_version < "4.0"
@@ -7,10 +8,11 @@ backports-zoneinfo==0.2.1 ; python_version >= "3.8" and python_version < "3.9"
78
bandit[toml]==1.7.9 ; python_version >= "3.8" and python_version < "4.0"
89
black==24.8.0 ; python_version >= "3.8" and python_version < "4.0"
910
cachetools==5.5.0 ; python_version >= "3.8" and python_version < "4.0"
10-
certifi==2024.7.4 ; python_version >= "3.8" and python_version < "4.0"
11+
certifi==2024.8.30 ; python_version >= "3.8" and python_version < "4.0"
1112
cfgv==3.4.0 ; python_version >= "3.8" and python_version < "4.0"
1213
chardet==5.2.0 ; python_version >= "3.8" and python_version < "4.0"
1314
charset-normalizer==3.3.2 ; python_version >= "3.8" and python_version < "4.0"
15+
click-option-group==0.5.6 ; python_version >= "3.8" and python_version < "4"
1416
click==8.1.7 ; python_version >= "3.8" and python_version < "4.0"
1517
codecov==2.1.13 ; python_version >= "3.8" and python_version < "4.0"
1618
colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0"
@@ -22,16 +24,20 @@ dill==0.3.8 ; python_version >= "3.8" and python_version < "4.0"
2224
distlib==0.3.8 ; python_version >= "3.8" and python_version < "4.0"
2325
django-stubs-ext==5.0.4 ; python_version >= "3.8" and python_version < "4.0"
2426
django-stubs==5.0.4 ; python_version >= "3.8" and python_version < "4.0"
25-
django==4.2.15 ; python_version >= "3.8" and python_version < "3.10"
26-
django==5.1 ; python_version >= "3.10" and python_version < "4.0"
27+
django==4.2.16 ; python_version >= "3.8" and python_version < "3.10"
28+
django==5.1.1 ; python_version >= "3.10" and python_version < "4.0"
2729
docformatter==1.7.5 ; python_version >= "3.8" and python_version < "4.0"
2830
docutils==0.19 ; python_version >= "3.8" and python_version < "4.0"
31+
dotty-dict==1.3.1 ; python_version >= "3.8" and python_version < "4.0"
2932
exceptiongroup==1.2.2 ; python_version >= "3.8" and python_version < "3.11"
3033
filelock==3.15.4 ; python_version >= "3.8" and python_version < "4.0"
34+
gitdb==4.0.11 ; python_version >= "3.8" and python_version < "4.0"
35+
gitpython==3.1.43 ; python_version >= "3.8" and python_version < "4.0"
3136
identify==2.6.0 ; python_version >= "3.8" and python_version < "4.0"
3237
idna==3.8 ; python_version >= "3.8" and python_version < "4.0"
3338
imagesize==1.4.1 ; python_version >= "3.8" and python_version < "4.0"
3439
importlib-metadata==8.4.0 ; python_version >= "3.8" and python_version < "3.10"
40+
importlib-resources==6.4.4 ; python_version >= "3.8" and python_version < "4.0"
3541
iniconfig==2.0.0 ; python_version >= "3.8" and python_version < "4.0"
3642
isort==5.13.2 ; python_version >= "3.8" and python_version < "4.0"
3743
jinja2==3.1.4 ; python_version >= "3.8" and python_version < "4.0"
@@ -49,19 +55,26 @@ platformdirs==4.2.2 ; python_version >= "3.8" and python_version < "4.0"
4955
pluggy==1.5.0 ; python_version >= "3.8" and python_version < "4.0"
5056
pre-commit==3.5.0 ; python_version >= "3.8" and python_version < "4.0"
5157
prompt-toolkit==3.0.36 ; python_version >= "3.8" and python_version < "4.0"
58+
pydantic-core==2.20.1 ; python_version >= "3.8" and python_version < "4.0"
59+
pydantic==2.8.2 ; python_version >= "3.8" and python_version < "4.0"
5260
pygments==2.18.0 ; python_version >= "3.8" and python_version < "4.0"
5361
pylint-django==2.5.5 ; python_version >= "3.8" and python_version < "4.0"
5462
pylint-plugin-utils==0.8.2 ; python_version >= "3.8" and python_version < "4.0"
55-
pylint==3.2.6 ; python_version >= "3.8" and python_version < "4.0"
63+
pylint==3.2.7 ; python_version >= "3.8" and python_version < "4.0"
5664
pyproject-api==1.7.1 ; python_version >= "3.8" and python_version < "4.0"
5765
pytest-cov==5.0.0 ; python_version >= "3.8" and python_version < "4.0"
58-
pytest-django==4.8.0 ; python_version >= "3.8" and python_version < "4.0"
66+
pytest-django==4.9.0 ; python_version >= "3.8" and python_version < "4.0"
5967
pytest==8.3.2 ; python_version >= "3.8" and python_version < "4.0"
68+
python-gitlab==4.10.0 ; python_version >= "3.8" and python_version < "4.0"
69+
python-semantic-release==9.8.8 ; python_version >= "3.8" and python_version < "4.0"
6070
pytz==2024.1 ; python_version >= "3.8" and python_version < "3.9"
6171
pyyaml==6.0.2 ; python_version >= "3.8" and python_version < "4.0"
6272
questionary==2.0.1 ; python_version >= "3.8" and python_version < "4.0"
73+
requests-toolbelt==1.0.0 ; python_version >= "3.8" and python_version < "4.0"
6374
requests==2.32.3 ; python_version >= "3.8" and python_version < "4.0"
6475
rich==13.8.0 ; python_version >= "3.8" and python_version < "4.0"
76+
shellingham==1.5.4 ; python_version >= "3.8" and python_version < "4.0"
77+
smmap==5.0.1 ; python_version >= "3.8" and python_version < "4.0"
6578
snowballstemmer==2.2.0 ; python_version >= "3.8" and python_version < "4.0"
6679
sphinx-rtd-theme==2.0.0 ; python_version >= "3.8" and python_version < "4.0"
6780
sphinx==6.2.1 ; python_version >= "3.8" and python_version < "4.0"

0 commit comments

Comments
 (0)