Metadata-Version: 2.1
Name: mdps-ds-lib
Version: 1.1.0.dev3
Summary: Mission Data System - MDPS (Unity) Data Service Core library
License: Apache 2.0
Author: Wai Phyo
Author-email: wai.phyo@jpl.nasa.gov
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: boto3 (>=1.26.51,<2.0.0)
Requires-Dist: elasticsearch (==7.13.4)
Requires-Dist: fastjsonschema (>=2.19.1,<3.0.0)
Requires-Dist: jsonschema (>=4.23.0,<5.0.0)
Requires-Dist: pystac (==1.9.0)
Requires-Dist: requests (==2.31.0)
Requires-Dist: requests-aws4auth (==1.2.3)
Requires-Dist: tenacity (==8.2.3)
Requires-Dist: xmltodict (==0.13.0)
Description-Content-Type: text/markdown

# Mission Data System - MDPS (Unity) Data Service Core library
#### PyPI Location
- https://pypi.org/project/mdps-ds-lib/

#### How to build it
- `conda create -n uds_lib_39 python=3.9`
- `conda activate uds_lib_39`
- `python -m poetry build`
- `python3 -m twine upload --repository pypi dist/*`
