initial commit. Create the module structure, add requirements.txt
This commit is contained in:
parent
7003de3930
commit
ad2495acdf
0
gaiaapiclient/__init__.py
Normal file
0
gaiaapiclient/__init__.py
Normal file
3
gaiaapiclient/cone_search.py
Normal file
3
gaiaapiclient/cone_search.py
Normal file
@ -0,0 +1,3 @@
|
||||
# cone_search.py
|
||||
# send an api request with the coordinates and search radius to the GaiaDBInterface server to fetch the GAIA sources
|
||||
|
5
requirements.txt
Normal file
5
requirements.txt
Normal file
@ -0,0 +1,5 @@
|
||||
certifi==2024.8.30
|
||||
charset-normalizer==3.3.2
|
||||
idna==3.10
|
||||
requests==2.32.3
|
||||
urllib3==2.2.3
|
Loading…
x
Reference in New Issue
Block a user