-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
46 lines (40 loc) · 1.27 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "spoonbill-framework"
version = "0.1.1"
license = "LICENSE"
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
]
keywords = ["dict", "key-value", "gcp", "azure", "aws", "s3", "lmdb", "pysos", "redis", "dynamodb", "mongodb", "cosmosdb", "safetensors", "unqlite"]
description = "A lightweight, universal interface for Key-Values data stores"
readme = "README.md"
authors = ["xdssio <[email protected]>"]
packages = [{ include = "spoonbill" }]
[tool.poetry.dependencies]
python = "^3.7"
cloudpickle = "*"
fsspec = "*"
[tool.poetry.extras]
redis = ["redis"]
lmdbm = ["lmdbm"]
pysos = ["pysos"]
safetensors = ["safetensors"]
mongodb = ["pymongo"]
aws = ["boto3", "s3fs", "cerealbox"]
gcp = ["google-cloud-firestore"]
azure = ["azure-cosmos"]
dev = ["pytest", "sphinx", "sphinx-rtd-theme", "sphinx-autodoc-typehints", "sphinxcontrib-napoleon", "sphinxcontrib-apidoc"]
modal = ["modal-client"]
unqlite = ["unqlite"]
rocksdb = ["rocksdict"]
speedb = ["speedict"]
json = ["filelock", "cloudpathlib"]
[tool.setuptools]
packages = ["spoonbill"]
[project.urls]
Homepage = "https://github.com/xdssio/spoonbill"