Compare commits
No commits in common. "0d7e60eb00cf543fe8414259a9f13f7bc98f2c80" and "9c776f5213925608f969556b26ab1814b3c9cef9" have entirely different histories.
0d7e60eb00
...
9c776f5213
|
|
@ -1,6 +0,0 @@
|
||||||
<component name="InspectionProjectProfileManager">
|
|
||||||
<profile version="1.0">
|
|
||||||
<option name="myName" value="Project Default" />
|
|
||||||
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
|
|
||||||
</profile>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
<component name="InspectionProjectProfileManager">
|
|
||||||
<settings>
|
|
||||||
<option name="USE_PROJECT_PROFILE" value="false" />
|
|
||||||
<version value="1.0" />
|
|
||||||
</settings>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.8 (monitoring)" project-jdk-type="Python SDK" />
|
|
||||||
</project>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="ProjectModuleManager">
|
|
||||||
<modules>
|
|
||||||
<module fileurl="file://$PROJECT_DIR$/.idea/monitoring.iml" filepath="$PROJECT_DIR$/.idea/monitoring.iml" />
|
|
||||||
</modules>
|
|
||||||
</component>
|
|
||||||
</project>
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<module type="PYTHON_MODULE" version="4">
|
|
||||||
<component name="NewModuleRootManager">
|
|
||||||
<content url="file://$MODULE_DIR$">
|
|
||||||
<excludeFolder url="file://$MODULE_DIR$/venv" />
|
|
||||||
</content>
|
|
||||||
<orderEntry type="inheritedJdk" />
|
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
|
||||||
</component>
|
|
||||||
</module>
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="VcsDirectoryMappings">
|
|
||||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
# _*_ coding: utf-8 _*_
|
|
||||||
# @Time :2022/5/26 09:09
|
|
||||||
# @Email :508737091@qq.com
|
|
||||||
# @Author :qiangyanwen
|
|
||||||
# @File :__init__.py.py
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
# _*_ coding: utf-8 _*_
|
|
||||||
# @Time :2022/5/26 09:09
|
|
||||||
# @Email :508737091@qq.com
|
|
||||||
# @Author :qiangyanwen
|
|
||||||
# @File :__init__.py.py
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
# _*_ coding: utf-8 _*_
|
|
||||||
# @Time :2022/5/26 09:09
|
|
||||||
# @Email :508737091@qq.com
|
|
||||||
# @Author :qiangyanwen
|
|
||||||
# @File :__init__.py.py
|
|
||||||
5
main.py
5
main.py
|
|
@ -1,5 +0,0 @@
|
||||||
# _*_ coding: utf-8 _*_
|
|
||||||
# @Time :2022/5/26 09:10
|
|
||||||
# @Email :508737091@qq.com
|
|
||||||
# @Author :qiangyanwen
|
|
||||||
# @File :main.py.py
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
||||||
[tool.poetry]
|
|
||||||
name = "monitoring"
|
|
||||||
version = "0.1.0"
|
|
||||||
description = ""
|
|
||||||
authors = ["qiangyanwen <508737091@qq.com>"]
|
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
|
||||||
python = "3.8"
|
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
|
||||||
|
|
||||||
[build-system]
|
|
||||||
requires = ["poetry-core>=1.0.0"]
|
|
||||||
build-backend = "poetry.core.masonry.api"
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
# _*_ coding: utf-8 _*_
|
|
||||||
# @Time :2022/5/26 09:10
|
|
||||||
# @Email :508737091@qq.com
|
|
||||||
# @Author :qiangyanwen
|
|
||||||
# @File :__init__.py.py
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
# _*_ coding: utf-8 _*_
|
|
||||||
# @Time :2022/5/26 09:10
|
|
||||||
# @Email :508737091@qq.com
|
|
||||||
# @Author :qiangyanwen
|
|
||||||
# @File :__init__.py.py
|
|
||||||
Loading…
Reference in New Issue