Metadata-Version: 2.1
Name: thcouch
Version: 0.9.20
Summary: Tangled thcouch library
Home-page: https://gitlab.com/tangledlabs/thcouch
License: BSD 3-clause
Keywords: tangled,tangledhub,tangledcloud,tangledlab,tangledgroup,thcouch,couchdb,couch
Author: Tangled
Author-email: info@tangledgroup.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers
Requires-Dist: aiohttp (>=3.8.3,<4.0.0)
Requires-Dist: json5 (>=0.9.10,<0.10.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: pyyaml-include (>=1.3,<2.0)
Requires-Dist: thresult (>=0.9.14,<0.10.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Project-URL: Repository, https://gitlab.com/tangledlabs/thcouch
Description-Content-Type: text/markdown

[![Build][build-image]]()
[![Status][status-image]][pypi-project-url]
[![Stable Version][stable-ver-image]][pypi-project-url]
[![Coverage][coverage-image]]()
[![Python][python-ver-image]][pypi-project-url]
[![License][bsd3-image]][bsd3-url]


# thcouch

## Overview
TangledHub library for couchdb with a focus on asynchronous functions


## Licensing
thcouch is licensed under the BSD license. Check the [LICENSE](https://opensource.org/licenses/BSD-3-Clause) for details


## Installation
```bash
pip instal thcouch
```


## Testing
```bash
docker-compose build --no-cache thcouch-test ; docker-compose run --rm thcouch-test
```


## Building
```bash
docker-compose build thcouch-build ; docker-compose run --rm thcouch-build
```


## Publish
```bash
docker-compose build thcouch-publish ; docker-compose run --rm -e PYPI_USERNAME=__token__ -e PYPI_PASSWORD=__SECRET__ thcouch-publish
```


<!-- Links -->

<!-- Badges -->
[bsd3-image]: https://img.shields.io/badge/License-BSD_3--Clause-blue.svg
[bsd3-url]: https://opensource.org/licenses/BSD-3-Clause
[build-image]: https://img.shields.io/badge/build-success-brightgreen
[coverage-image]: https://img.shields.io/badge/Coverage-100%25-green

[pypi-project-url]: https://pypi.org/project/thcouch/
[stable-ver-image]: https://img.shields.io/pypi/v/thcouch?label=stable
[python-ver-image]: https://img.shields.io/pypi/pyversions/thcouch.svg?logo=python&logoColor=FBE072
[status-image]: https://img.shields.io/pypi/status/thcouch.svg




