Metadata-Version: 2.4
Name: s3cdsapi
Version: 0.2.12
Summary: cdsapi for s3 and local files
Project-URL: Documentation, https://mullenkamp.github.io/s3cdsapi/
Project-URL: Source, https://github.com/mullenkamp/s3cdsapi
Author-email: mullenkamp <mullenkamp1@gmail.com>
License-File: LICENSE
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.10
Requires-Dist: booklet>=0.7.8
Requires-Dist: msgspec
Requires-Dist: numpy
Requires-Dist: pandas<3
Requires-Dist: s3func>=0.7.0
Requires-Dist: urllib3>=2
Description-Content-Type: text/markdown

# s3cdsapi

<p align="center">
    <em>cdsapi for s3 and local files</em>
</p>

[![build](https://github.com/mullenkamp/s3cdsapi/workflows/Build/badge.svg)](https://github.com/mullenkamp/s3cdsapi/actions)
[![codecov](https://codecov.io/gh/mullenkamp/s3cdsapi/branch/master/graph/badge.svg)](https://codecov.io/gh/mullenkamp/s3cdsapi)
[![PyPI version](https://badge.fury.io/py/s3cdsapi.svg)](https://badge.fury.io/py/s3cdsapi)

---

**Documentation**: <a href="https://mullenkamp.github.io/s3cdsapi/" target="_blank">https://mullenkamp.github.io/s3cdsapi/</a>

**Source Code**: <a href="https://github.com/mullenkamp/s3cdsapi" target="_blank">https://github.com/mullenkamp/s3cdsapi</a>

---
## Intro
This python package helps manage requests submitted to the ECMWF CDS server.


## License

This project is licensed under the terms of the GNU General Public License v3.
