5 Star 0 Fork 0

putty/structured_event_expression_in_Json_python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
qiaowei 提交于 2022-08-18 17:10 . qw:json-logging
from __future__ import print_function
from setuptools import setup, find_packages
import sys
setup(
name="structured_log_json",
version="0.1.0",
author="Qiao.putty", #作者名字
author_email="qiaowei0077@126.com",
description="Python structured event expression in json log.",
license="LICENSE",
url="", #github地址或其他地址
packages=find_packages(),
include_package_data=True,
classifiers=[
"Development Status :: 3 - Alpha",
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Natural Language :: Chinese (Simplified)',
'Operating System :: MacOS',
'Operating System :: Microsoft',
'Operating System :: POSIX',
'Operating System :: Unix',
'Topic :: System :: Logging',
'Topic :: Software Development :: Libraries :: Python Modules',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12'
],
python_requires = '>=3.6.*',
platforms = 'any',
install_requires=[
#所需要包的版本号
],
zip_safe=True,
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/putty_git/structured_event_expression_in_-json_python.git
git@gitee.com:putty_git/structured_event_expression_in_-json_python.git
putty_git
structured_event_expression_in_-json_python
structured_event_expression_in_Json_python
master

搜索帮助