Compare commits
3 Commits
9c776f5213
...
0d7e60eb00
| Author | SHA1 | Date |
|---|---|---|
|
|
0d7e60eb00 | |
|
|
7a94cdc958 | |
|
|
79a7f7fe14 |
|
|
@ -0,0 +1,6 @@
|
|||
<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>
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
<component name="InspectionProjectProfileManager">
|
||||
<settings>
|
||||
<option name="USE_PROJECT_PROFILE" value="false" />
|
||||
<version value="1.0" />
|
||||
</settings>
|
||||
</component>
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
<?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>
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<?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>
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
<?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>
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# _*_ coding: utf-8 _*_
|
||||
# @Time :2022/5/26 09:09
|
||||
# @Email :508737091@qq.com
|
||||
# @Author :qiangyanwen
|
||||
# @File :__init__.py.py
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# _*_ coding: utf-8 _*_
|
||||
# @Time :2022/5/26 09:09
|
||||
# @Email :508737091@qq.com
|
||||
# @Author :qiangyanwen
|
||||
# @File :__init__.py.py
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# _*_ coding: utf-8 _*_
|
||||
# @Time :2022/5/26 09:09
|
||||
# @Email :508737091@qq.com
|
||||
# @Author :qiangyanwen
|
||||
# @File :__init__.py.py
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# _*_ coding: utf-8 _*_
|
||||
# @Time :2022/5/26 09:10
|
||||
# @Email :508737091@qq.com
|
||||
# @Author :qiangyanwen
|
||||
# @File :main.py.py
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[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"
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# _*_ coding: utf-8 _*_
|
||||
# @Time :2022/5/26 09:10
|
||||
# @Email :508737091@qq.com
|
||||
# @Author :qiangyanwen
|
||||
# @File :__init__.py.py
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# _*_ coding: utf-8 _*_
|
||||
# @Time :2022/5/26 09:10
|
||||
# @Email :508737091@qq.com
|
||||
# @Author :qiangyanwen
|
||||
# @File :__init__.py.py
|
||||
Loading…
Reference in New Issue