adss 1.26__tar.gz → 1.27__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.4
2
2
  Name: adss
3
- Version: 1.26
3
+ Version: 1.27
4
4
  Summary: Astronomical Data Smart System
5
5
  Author-email: Gustavo Schwarz <gustavo.b.schwarz@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/schwarzam/adss
@@ -319,7 +319,7 @@ class LuptonImagesEndpoint:
319
319
  if output_path:
320
320
  with open(output_path, 'wb') as f:
321
321
  f.write(resp.content)
322
- return output_path
322
+ return resp.content
323
323
  return resp.content
324
324
 
325
325
  except Exception as e:
@@ -392,7 +392,7 @@ class LuptonImagesEndpoint:
392
392
  if output_path:
393
393
  with open(output_path, 'wb') as f:
394
394
  f.write(resp.content)
395
- return output_path
395
+ return resp.content
396
396
  return resp.content
397
397
 
398
398
  except Exception as e:
@@ -439,7 +439,7 @@ class LuptonImagesEndpoint:
439
439
  if output_path:
440
440
  with open(output_path, 'wb') as f:
441
441
  f.write(resp.content)
442
- return output_path
442
+ return resp.content
443
443
  return resp.content
444
444
 
445
445
  except Exception as e:
@@ -494,7 +494,7 @@ class LuptonImagesEndpoint:
494
494
  if output_path:
495
495
  with open(output_path, 'wb') as f:
496
496
  f.write(resp.content)
497
- return output_path
497
+ return resp.content
498
498
  return resp.content
499
499
 
500
500
  except Exception as e:
@@ -550,7 +550,7 @@ class StampImagesEndpoint:
550
550
  if output_path:
551
551
  with open(output_path, 'wb') as f:
552
552
  f.write(resp.content)
553
- return output_path
553
+ return resp.content
554
554
  return resp.content
555
555
 
556
556
  except Exception as e:
@@ -615,7 +615,7 @@ class StampImagesEndpoint:
615
615
  if output_path:
616
616
  with open(output_path, 'wb') as f:
617
617
  f.write(resp.content)
618
- return output_path
618
+ return resp.content
619
619
  return resp.content
620
620
 
621
621
  except Exception as e:
@@ -665,7 +665,7 @@ class StampImagesEndpoint:
665
665
  if output_path:
666
666
  with open(output_path, 'wb') as f:
667
667
  f.write(resp.content)
668
- return output_path
668
+ return resp.content
669
669
  return resp.content
670
670
 
671
671
  except Exception as e:
@@ -717,7 +717,7 @@ class StampImagesEndpoint:
717
717
  if output_path:
718
718
  with open(output_path, 'wb') as f:
719
719
  f.write(resp.content)
720
- return output_path
720
+ return resp.content
721
721
  return resp.content
722
722
 
723
723
  except Exception as e:
@@ -781,7 +781,7 @@ class TrilogyImagesEndpoint:
781
781
  if output_path:
782
782
  with open(output_path, 'wb') as f:
783
783
  f.write(resp.content)
784
- return output_path
784
+ return resp.content
785
785
  return resp.content
786
786
 
787
787
  except Exception as e:
@@ -886,7 +886,7 @@ class TrilogyImagesEndpoint:
886
886
  if output_path:
887
887
  with open(output_path, 'wb') as f:
888
888
  f.write(resp.content)
889
- return output_path
889
+ return resp.content
890
890
  return resp.content
891
891
 
892
892
  except Exception as e:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: adss
3
- Version: 1.26
3
+ Version: 1.27
4
4
  Summary: Astronomical Data Smart System
5
5
  Author-email: Gustavo Schwarz <gustavo.b.schwarz@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/schwarzam/adss
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "adss"
7
- version = "1.26"
7
+ version = "1.27"
8
8
  description = "Astronomical Data Smart System"
9
9
  readme = "README.md"
10
10
  authors = [{ name = "Gustavo Schwarz", email = "gustavo.b.schwarz@gmail.com" }]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes