diff --git a/.gitignore b/.gitignore index 7ffca4a..2b88a3b 100644 --- a/.gitignore +++ b/.gitignore @@ -166,7 +166,9 @@ cover/ local_settings.py db.sqlite3 db.sqlite3-journal - +--Test--/ +APIKEY_FOLDER/ +dist/ # Flask stuff: instance/ .webassets-cache diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..05233c4 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,2 @@ + +sphinx_rtd_theme \ No newline at end of file diff --git a/evdspy/EVDSlocal/__init__.py b/evdspy/EVDSlocal/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/evdspy/EVDSlocal/common/__init__.py b/evdspy/EVDSlocal/common/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/evdspy/EVDSlocal/components/__init__.py b/evdspy/EVDSlocal/components/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/evdspy/EVDSlocal/config/__init__.py b/evdspy/EVDSlocal/config/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/evdspy/EVDSlocal/console/__init__.py b/evdspy/EVDSlocal/console/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/evdspy/EVDSlocal/helper/__init__.py b/evdspy/EVDSlocal/helper/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/evdspy/EVDSlocal/index_requests/__init__.py b/evdspy/EVDSlocal/index_requests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/evdspy/EVDSlocal/initial/__init__.py b/evdspy/EVDSlocal/initial/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/evdspy/EVDSlocal/initial_setup/__init__.py b/evdspy/EVDSlocal/initial_setup/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/evdspy/EVDSlocal/log_classes/__init__.py b/evdspy/EVDSlocal/log_classes/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/evdspy/EVDSlocal/manual_requests/__init__.py b/evdspy/EVDSlocal/manual_requests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/evdspy/EVDSlocal/messages/__init__.py b/evdspy/EVDSlocal/messages/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/evdspy/EVDSlocal/requests_/__init__.py b/evdspy/EVDSlocal/requests_/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/evdspy/EVDSlocal/requests_/test_reg_result.pickle b/evdspy/EVDSlocal/requests_/test_reg_result.pickle new file mode 100644 index 0000000..78cacab Binary files /dev/null and b/evdspy/EVDSlocal/requests_/test_reg_result.pickle differ diff --git a/evdspy/EVDSlocal/series_format/__init__.py b/evdspy/EVDSlocal/series_format/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/evdspy/EVDSlocal/session/__init__.py b/evdspy/EVDSlocal/session/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/evdspy/EVDSlocal/setup_project/__init__.py b/evdspy/EVDSlocal/setup_project/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/evdspy/EVDSlocal/state/__init__.py b/evdspy/EVDSlocal/state/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/evdspy/EVDSlocal/stats/__init__.py b/evdspy/EVDSlocal/stats/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/evdspy/EVDSlocal/tests/__init__.py b/evdspy/EVDSlocal/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/evdspy/EVDSlocal/utils/__init__.py b/evdspy/EVDSlocal/utils/__init__.py new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/evdspy/EVDSlocal/utils/__init__.py @@ -0,0 +1 @@ + diff --git a/evdspy/__version__.py b/evdspy/__version__.py new file mode 100644 index 0000000..c2aebb8 --- /dev/null +++ b/evdspy/__version__.py @@ -0,0 +1,2 @@ + +#1.1.20 \ No newline at end of file