Metadata-Version: 2.1
Name: sucolo-database-services-stubs
Version: 0.1.3
Summary: Type stubs for sucolo-database-services
Home-page: https://github.com/Stashq/sucolo-database_services
License: MIT
Keywords: database,elasticsearch,redis,geospatial,typing,stubs
Author: Stanislaw Straburzynski
Author-email: sstraburzynski@gmail.com
Requires-Python: >=3.10,<3.14
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Stubs Only
Requires-Dist: sucolo-database-services (>=0.1.3)
Project-URL: Documentation, https://github.com/Stashq/sucolo-database_services#readme
Project-URL: Repository, https://github.com/Stashq/sucolo-database_services.git
Description-Content-Type: text/markdown

# Type stubs for sucolo-database-services

This package provides type stubs for [sucolo-database-services](https://github.com/Stashq/sucolo-database_services).

## Installation

```bash
pip install types-sucolo-database-services
```

## Usage

The stubs will be automatically used by type checkers like mypy when you have both the main package and the stubs installed.

## Versioning

The version of this package matches the version of the main package it provides stubs for.

## License

MIT License - see the LICENSE file for details 

