Browse Source

Initial project

chenhaiyang 5 năm trước cách đây
mục cha
commit
67f4b20843
11 tập tin đã thay đổi với 31 bổ sung0 xóa
  1. 0 0
      MANIFEST.in
  2. 11 0
      Pipfile
  3. 20 0
      Pipfile.lock
  4. 0 0
      monitoring/__init__.py
  5. 0 0
      monitoring/db.py
  6. 0 0
      monitoring/schema.sql
  7. 0 0
      setup.py
  8. 0 0
      tests/conftest.py
  9. 0 0
      tests/data.sql
  10. 0 0
      tests/test_db.py
  11. 0 0
      tests/test_factory.py

+ 0 - 0
MANIFEST.in


+ 11 - 0
Pipfile

@@ -0,0 +1,11 @@
+[[source]]
+name = "pypi"
+url = "https://pypi.org/simple"
+verify_ssl = true
+
+[dev-packages]
+
+[packages]
+
+[requires]
+python_version = "3.7"

+ 20 - 0
Pipfile.lock

@@ -0,0 +1,20 @@
+{
+    "_meta": {
+        "hash": {
+            "sha256": "7e7ef69da7248742e869378f8421880cf8f0017f96d94d086813baa518a65489"
+        },
+        "pipfile-spec": 6,
+        "requires": {
+            "python_version": "3.7"
+        },
+        "sources": [
+            {
+                "name": "pypi",
+                "url": "https://pypi.org/simple",
+                "verify_ssl": true
+            }
+        ]
+    },
+    "default": {},
+    "develop": {}
+}

+ 0 - 0
monitoring/__init__.py


+ 0 - 0
monitoring/db.py


+ 0 - 0
monitoring/schema.sql


+ 0 - 0
setup.py


+ 0 - 0
tests/conftest.py


+ 0 - 0
tests/data.sql


+ 0 - 0
tests/test_db.py


+ 0 - 0
tests/test_factory.py