FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
logzio-python-handler/setup.py at master · firecorp/logzio-python-handler · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
firecorp
/
logzio-python-handler
Public
forked from
logzio/logzio-python-handler
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
logzio-python-handler
/
setup.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (28 loc) · 869 Bytes
Breadcrumbs
logzio-python-handler
/
setup.py
Copy path
File metadata and controls
29 lines (28 loc) · 869 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/usr/bin/env python
from
setuptools
import
setup
,
find_packages
setup
(
name
=
"logzio-python-handler"
,
version
=
'4.0.0'
,
description
=
"Logging handler to send logs to your Logz.io account with bulk SSL"
,
keywords
=
"logging handler logz.io bulk https"
,
author
=
"roiravhon"
,
maintainer
=
"tamir-michaeli"
,
mail
=
"tamir.michaeli@logz.io"
,
url
=
"https://github.com/logzio/logzio-python-handler/"
,
license
=
"Apache License 2"
,
packages
=
find_packages
(),
install_requires
=
[
"requests>=2.27.0"
,
"protobuf==3.20.1"
,
"opentelemetry-instrumentation-logging==0.32b0"
],
test_requires
=
[
"future"
],
include_package_data
=
True
,
classifiers
=
[
'Development Status :: 5 - Production/Stable'
,
'Intended Audience :: Developers'
,
'Programming Language :: Python :: 3.9'
]
)
Back
|
FazBrowse Home
|
New Git URL