lsrestclient 1.7.0__tar.gz → 1.7.1__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lsrestclient
3
- Version: 1.7.0
3
+ Version: 1.7.1
4
4
  Summary: REST Api Client
5
5
  Author: mba
6
6
  Author-email: bartel@electronic-shop.lu
@@ -56,6 +56,9 @@ class LsRestClient(Session):
56
56
  except KeyError:
57
57
  raise Exception(f"LsRestClient with name '{name}' not initialized.")
58
58
 
59
+ def __repr__(self):
60
+ return f"<LsRestClient name:'{self.name}' base_url:'{self.base_url}'>"
61
+
59
62
  def __init__(
60
63
  self,
61
64
  base_url: str = None,
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "lsrestclient"
3
- version = "1.7.0"
3
+ version = "1.7.1"
4
4
  description = "REST Api Client"
5
5
  authors = ["mba <bartel@electronic-shop.lu>"]
6
6
  readme = "README.md"
File without changes