File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/asyncgelf )
55![ PyPI] ( https://img.shields.io/pypi/v/asyncgelf )
66
7+ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/asyncgelf )
8+
79Async python logging handlers that send messages in the Graylog Extended Log Format (GELF).
810
911- [ AsyncGELF] ( #asyncgelf )
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'asyncgelf' ,
5- version = '1.0.2 ' ,
5+ version = '1.0.3 ' ,
66 author = 'Sergey Malinkin' ,
7788 url = 'https://github.com/malinkinsa/asyncgelf' ,
1313 license = 'MIT' ,
1414 keywords = 'gelf logging graylog graylog2 tcp udp http' ,
1515 classifiers = [
16+ 'Development Status :: 5 - Production/Stable' ,
1617 'Intended Audience :: Developers' ,
1718 'License :: OSI Approved :: MIT License' ,
1819 'Operating System :: OS Independent' ,
1920 'Programming Language :: Python :: 3.7' ,
2021 'Programming Language :: Python :: 3.8' ,
2122 'Programming Language :: Python :: 3.9' ,
2223 'Programming Language :: Python :: 3.10' ,
24+ 'Programming Language :: Python :: 3.11' ,
2325 'Topic :: Software Development :: Libraries :: Python Modules' ,
2426 'Topic :: System :: Logging' ,
2527 ],
You can’t perform that action at this time.
0 commit comments