dataroom-client 1.0.2__tar.gz → 1.0.2.post1.dev0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: dataroom-client
3
- Version: 1.0.2
3
+ Version: 1.0.2.post1.dev0
4
4
  Summary: A python client to interface with the Dataroom backend API
5
5
  Author: Ales Kocjancic
6
6
  Author-email: hi@ales.io
@@ -1864,7 +1864,7 @@ class DataRoomClientSync:
1864
1864
  @classmethod
1865
1865
  def download_image_from_url(cls, *args, **kwargs) -> DataRoomFile:
1866
1866
  """
1867
- Download an image from a URL.
1867
+ Downloads an image from a URL and returns it as a DataRoomFile.
1868
1868
 
1869
1869
  @param image_url: The URL of the image to download.
1870
1870
  @return: A DataRoomFile instance containing the downloaded image.
@@ -6,7 +6,7 @@ authors = [
6
6
  ]
7
7
  readme = "README.md"
8
8
  dynamic = []
9
- version = "1.0.2"
9
+ version = "1.0.2.post1.dev0"
10
10
 
11
11
  [tool.poetry]
12
12