From 04d39f238cbea9bf4c62db926b1a1534fd51e504 Mon Sep 17 00:00:00 2001 From: Eishausener Date: Mon, 18 Mar 2024 15:33:32 +0100 Subject: [PATCH] how to install + hopefully fix for README.md link --- .idea/.gitignore | 8 +++++ .idea/eh_logger.iml | 10 ++++++ .idea/inspectionProfiles/Project_Default.xml | 36 +++++++++++++++++++ .../inspectionProfiles/profiles_settings.xml | 6 ++++ .idea/misc.xml | 7 ++++ .idea/modules.xml | 8 +++++ .idea/vcs.xml | 6 ++++ README.md | 2 +- docs/README.md | 6 ++++ eh_logging/README.md | 2 +- 10 files changed, 89 insertions(+), 2 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/eh_logger.iml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/eh_logger.iml b/.idea/eh_logger.iml new file mode 100644 index 0000000..2c80e12 --- /dev/null +++ b/.idea/eh_logger.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..f0176c6 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,36 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..f1c4ce5 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..e955353 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index d656104..5824c4c 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ # Docs -[Documentation](/docs/README.md) +[Documentation](docs/README.md) diff --git a/docs/README.md b/docs/README.md index ba586af..27c4abc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3,6 +3,12 @@ > Simple helper to get easier formatted logger from the python logging module +# install + +pip install git+https://git.eishausener.dev/Eishausener/eh-logger \ +or \ +pip install git+https://github.com/Eishausener/eh-logger + # usage import eh-logging, create a formatted logger and use the logger diff --git a/eh_logging/README.md b/eh_logging/README.md index d656104..36b7645 100644 --- a/eh_logging/README.md +++ b/eh_logging/README.md @@ -5,4 +5,4 @@ # Docs -[Documentation](/docs/README.md) +[Documentation](../docs/README.md)