Metadata-Version: |
2.1 |
Name: |
neologger |
Version: |
1.4.2 |
Summary: |
NeoLogger is a versatile Python library that simplifies and enhances logging and notifications in your applications. It seamlessly integrates with Slack and Microsoft Teams for real-time notifications and supports broadcasting messages over the STOMP protocol. It incorporates advanced logging and notification features, saving you development time and effort. Now includes a Stopwatch class to track function execution times with precision and an Alarm class to raise notifications when thresholds are exceeded. |
Author-Email: |
Pablo Martinez <neolink3891[at]gmail.com> |
Project-Url: |
Homepage, https://github.com/neolink3891/NeoLogger |
Project-Url: |
Source, https://github.com/neolink3891/NeoLogger |
Project-Url: |
Issues, https://github.com/neolink3891/NeoLogger/issues |
Project-Url: |
LinkedIn, https://www.linkedin.com/in/orlando-martinez-2649051aa |
Project-Url: |
X, https://x.com/neolink3891 |
Project-Url: |
Medium, https://medium.com/@neolink3891 |
License: |
MIT License
Copyright (c) 2024 Pablo Martinez
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:
1. The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
2. 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: |
logging,notifications,Slack,Microsoft Teams,STOMP,monitoring,performance |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Requires-Python: |
>=3.9 |
Requires-Dist: |
stomp.py |
Requires-Dist: |
requests |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |