Metadata-Version: 2.1
Name: deker_tools
Version: 1.1.0
Summary: Shared functions library for Deker components
Home-page: https://deker.io/
License: GPL-3.0-only
Author: OpenWeather
Author-email: info@openweathermap.org
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
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: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: numpy (>=1.18,<2.0)
Project-URL: Documentation, https://docs.deker.io/
Project-URL: Repository, https://github.com/openweathermap/deker-tools
Description-Content-Type: text/markdown

# Deker Tools 

This repository contains a collection of [Deker](https://github.com/openweathermap/deker) utility
functions and classes designed to assist in common data processing tasks. It consists of modules
that handle data conversion, path validation, and slice manipulation.

Please refer to Deker [documentation](https://docs.deker.io) for more details.
