Metadata-Version: 2.1
Name: nucliadb
Version: 2.0.6
Summary: UNKNOWN
Home-page: https://nucliadb.com
Author: NucliaDB Community
Author-email: nucliadb@nuclia.com
License: BSD
Project-URL: Nuclia, https://nuclia.com
Project-URL: Github, https://github.com/nuclia/nucliadb
Project-URL: Discord, https://discord.gg/8EvQwmsbzf
Keywords: search,semantic,AI
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
Requires-Dist: uvicorn (<0.19.0)
Requires-Dist: pydantic-argparse
Requires-Dist: nucliadb-node-binding (>=0.3.0)
Requires-Dist: aiohttp (>=3.8.1)
Requires-Dist: clandestined (>=1.0.1)
Requires-Dist: lru-dict (>=1.1.7)
Requires-Dist: backoff
Requires-Dist: aiofiles (>=0.8.0)
Requires-Dist: types-aiofiles (>=0.8.3)
Requires-Dist: protobuf (>=3.20.2)
Requires-Dist: types-protobuf (>=3.19.20)
Requires-Dist: grpcio (>=1.44.0)
Requires-Dist: grpcio-health-checking (>=1.44.0)
Requires-Dist: grpcio-channelz (>=1.44.0)
Requires-Dist: grpcio-status (>=1.44.0)
Requires-Dist: grpcio-tools (>=1.44.0)
Requires-Dist: grpcio-testing (>=1.44.0)
Requires-Dist: grpcio-reflection (>=1.44.0)
Requires-Dist: orjson (>=3.6.7)
Requires-Dist: aiomonitor
Requires-Dist: types-setuptools
Requires-Dist: pydantic (>=1.9.0)
Requires-Dist: redis (>=4.3.4)
Requires-Dist: aiobotocore (>=2.1.1)
Requires-Dist: botocore
Requires-Dist: google-cloud-storage
Requires-Dist: gcloud
Requires-Dist: oauth2client
Requires-Dist: fastapi-versioning (>=0.10.0)
Requires-Dist: fastapi (>=0.75.0)
Requires-Dist: sentry-sdk (>=1.5.12)
Requires-Dist: pyjwt (>=2.4.0)
Requires-Dist: mmh3 (>=3.0.0)
Requires-Dist: httpx (>=0.23.0)
Requires-Dist: types-pkg-resources (>=0.1.3)
Requires-Dist: grpc-stubs (>=1.24.7)
Requires-Dist: aiodns (>=3.0.0)
Requires-Dist: types-orjson
Requires-Dist: nucliadb-protos (>=0.0.31)
Requires-Dist: nucliadb-utils[cache,fastapi,storages] (>=1.0.10)
Requires-Dist: nucliadb-telemetry (>=1.1.6)
Requires-Dist: tikv-client (>=0.0.3)
Requires-Dist: starlette-prometheus (>=0.9.0)
Requires-Dist: prometheus-client (>=0.12.0)
Requires-Dist: opentelemetry-instrumentation-aiohttp-client (>=0.30b1)
Requires-Dist: opentelemetry-semantic-conventions (>=0.30b1)
Requires-Dist: opentelemetry-instrumentation-fastapi (>=0.30b1)
Requires-Dist: opentelemetry-propagator-b3

# nucliadb

This package is an aggregation of all the other packages for a monolithic process


# CHANGELOG


## 2.0.6

- Extend BrokerMessage to include account queue sequence
- Include last account sequence on resource results

## 2.0.5

- Fix transactional error with TiKV when trying to get a nonexistent
  KB by slug

## 2.0.4

- Extend OpenAPI autogenerated docs and improve endpoints
  documentation

## 2.0.3

- Remove strong pinning

## 2.0.2

- Merge all subpackaged inside nucliadb
- Initial release


