Metadata-Version: 2.4
Name: pydsstools
Version: 3.0.0b5
Summary: Python library to read-write HEC-DSS database file
Author-email: Gyan Basyal <gyanBasyalz@gmail.com>
License: MIT License
        
        Copyright (c) 2018 Gyan Basyal
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: repository, https://github.com/gyanz/pydsstools
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy<2,>=1.21.5; python_version >= "3.9" and python_version < "3.10"
Requires-Dist: numpy<2,>=1.23.2; python_version >= "3.10" and python_version < "3.11"
Requires-Dist: numpy<2,>=1.26.0; python_version >= "3.11" and python_version < "3.13"
Requires-Dist: numpy>=2.1.0; python_version >= "3.13"
Requires-Dist: pandas
Requires-Dist: affine
Requires-Dist: pyproj
Requires-Dist: pydantic<3,>=2
Provides-Extra: geo
Requires-Dist: pyogrio; extra == "geo"
Requires-Dist: geopandas; extra == "geo"
Requires-Dist: rasterio>=1.2.1; extra == "geo"
Requires-Dist: matplotlib; extra == "geo"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-order; extra == "test"
Provides-Extra: doc
Requires-Dist: myst-parser>=4.0.1; extra == "doc"
Requires-Dist: numpydoc; extra == "doc"
Requires-Dist: pandoc; extra == "doc"
Requires-Dist: nbsphinx; extra == "doc"
Requires-Dist: sphinx>=8.2.3; extra == "doc"
Requires-Dist: sphinx-rtd-theme; extra == "doc"
Requires-Dist: sphinx-autodoc-typehints; extra == "doc"
Requires-Dist: autodoc-pydantic>=2.0.0; extra == "doc"
Dynamic: license-file

# pydsstools

[![Documentation Status](https://readthedocs.org/projects/pydsstools/badge/?version=latest)](https://pydsstools.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/pydsstools.svg)](https://badge.fury.io/py/pydsstools)
[![Python versions](https://img.shields.io/pypi/pyversions/pydsstools?logo=python)](https://pypi.org/project/pydsstools/)
[![NumPy](https://img.shields.io/badge/NumPy-1.x%20%7C%202.x-blue?logo=numpy)](https://numpy.org)

A Cython-based Python library for reading and writing [HEC-DSS](http://www.hec.usace.army.mil/software/hec-dssvue/) database files.

## Features

- Regular and irregular time-series
- Paired data series
- Spatial grid records (HRAP, Albers/SHG, Specified, Undefined)
- Compatible with 64-bit Python on Windows and Linux

## Related Projects

- [dssvue](https://github.com/gyanz/dssvue) — GUI for HEC-DSS
- [hecdss-rs](https://github.com/gyanz/hecdss-rs) — Rust bindings for HEC-DSS

## Changes

See the [changelog](https://github.com/gyanz/pydsstools/blob/master/CHANGES.MD).

## Documentation

Read the full documentation at [pydsstools.readthedocs.io](https://pydsstools.readthedocs.io/).

## Installation

See the [installation guide](docs/source/installation.md).

## Contributing

All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.
Feel free to ask questions via [email](mailto:gyanBasyalz@gmail.com).

## License

This program is free software: you can modify and/or redistribute it under the [MIT](LICENSE) license.
