Name | django-logger-unergyy JSON |
Version |
1.0.0
JSON |
| download |
home_page | None |
Summary | A Django app for advanced logging capabilities |
upload_time | 2025-09-04 21:23:55 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10.13 |
license | MIT License
Copyright (c) 2025 Juan Diego Aguirre Moreno
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
|
keywords |
django
logging
audit
tracking
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Django Logger
Un módulo de Django para logging y auditoría avanzada de aplicaciones.
## Características
- Logging automático de todas las requests HTTP
- Registro de acciones de usuario (CRUD)
- Seguimiento de cambios en modelos
- Sistema de auditoría con niveles de importancia
- Almacenamiento de información detallada de requests/responses
- Decoradores para vistas y modelos
Raw data
{
"_id": null,
"home_page": null,
"name": "django-logger-unergyy",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10.13",
"maintainer_email": null,
"keywords": "django, logging, audit, tracking",
"author": null,
"author_email": "Dmoreno2903 <diegomoreno2903@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/d3/18/e24818e94b0eadd7f097218fe2ad9c023d79ebf4269731711503f683869d/django_logger_unergyy-1.0.0.tar.gz",
"platform": null,
"description": "# Django Logger\n\nUn m\u00f3dulo de Django para logging y auditor\u00eda avanzada de aplicaciones.\n\n## Caracter\u00edsticas\n\n- Logging autom\u00e1tico de todas las requests HTTP\n- Registro de acciones de usuario (CRUD)\n- Seguimiento de cambios en modelos\n- Sistema de auditor\u00eda con niveles de importancia\n- Almacenamiento de informaci\u00f3n detallada de requests/responses\n- Decoradores para vistas y modelos\n",
"bugtrack_url": null,
"license": "MIT License\n \n Copyright (c) 2025 Juan Diego Aguirre Moreno\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n ",
"summary": "A Django app for advanced logging capabilities",
"version": "1.0.0",
"project_urls": {
"Homepage": "https://github.com/Dmoreno2903/django-logger",
"Issues": "https://github.com/Dmoreno2903/django-logger/issues",
"Repository": "https://github.com/Dmoreno2903/django-logger.git"
},
"split_keywords": [
"django",
" logging",
" audit",
" tracking"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "1c7b87358c68dfe71bc8c7109b44eb0e69b85acaf84fa5bbb942385996acaf8b",
"md5": "d7fecb4afbae928e1d88e77219eacdeb",
"sha256": "a693bf47a244edbad1a1cdf4f0faee5b966ca6e7e0738bac643aa3e76f0afb83"
},
"downloads": -1,
"filename": "django_logger_unergyy-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d7fecb4afbae928e1d88e77219eacdeb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10.13",
"size": 11265,
"upload_time": "2025-09-04T21:23:53",
"upload_time_iso_8601": "2025-09-04T21:23:53.889307Z",
"url": "https://files.pythonhosted.org/packages/1c/7b/87358c68dfe71bc8c7109b44eb0e69b85acaf84fa5bbb942385996acaf8b/django_logger_unergyy-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d318e24818e94b0eadd7f097218fe2ad9c023d79ebf4269731711503f683869d",
"md5": "7d0e4aa6a58799115d94505dbc834e70",
"sha256": "e5fd3c2ee357b66a728f6ace23952b02fe22ca59ed0256a93b5f3236651b51f0"
},
"downloads": -1,
"filename": "django_logger_unergyy-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "7d0e4aa6a58799115d94505dbc834e70",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10.13",
"size": 9345,
"upload_time": "2025-09-04T21:23:55",
"upload_time_iso_8601": "2025-09-04T21:23:55.248485Z",
"url": "https://files.pythonhosted.org/packages/d3/18/e24818e94b0eadd7f097218fe2ad9c023d79ebf4269731711503f683869d/django_logger_unergyy-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-04 21:23:55",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Dmoreno2903",
"github_project": "django-logger",
"github_not_found": true,
"lcname": "django-logger-unergyy"
}