Metadata-Version: 2.3
Name: dssence
Version: 0.1.2
Summary: Add your description here
Author: openSourcerer9000
Author-email: openSourcerer9000 <openSourcerer9000@gmail.com>
Requires-Dist: pydsstools>=3.1.0 ; sys_platform == 'win32'
Requires-Dist: funkshuns>=0.1.0
Requires-Dist: pyproj>=3.6
Requires-Dist: rasterio>=1.3
Requires-Dist: myst-parser>=3 ; extra == 'docs'
Requires-Dist: sphinx>=7.4 ; extra == 'docs'
Requires-Python: >=3.9
Provides-Extra: docs
Description-Content-Type: text/markdown

# DSSence

[![PyPI](https://img.shields.io/pypi/v/DSSence.svg)](https://pypi.python.org/pypi/DSSence)
[![Build](https://img.shields.io/travis/openSourcerer9000/DSSence.svg)](https://travis-ci.com/openSourcerer9000/DSSence)

Swiss army knife for working with HEC-DSS files.

- Free software: MIT license

## Installation

Add DSSence to a uv-managed project:

```shell
uv add dssence
```

Or install it into the active environment:

```shell
uv pip install dssence
# or
pip install dssence
```

```import DSSence as dss```

## Credits

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter)
and the [openSourcerer9000/cookiecutta](https://github.com/openSourcerer9000/cookiecutta)
project template.
