tentaclio-s3
A python project containing all the dependencies for schema s3 for tentaclio.
What it is and what it does
tentaclio-s3 is a convenience package that bundles tentaclio and boto3 together to simplify S3 integration for tentaclio users. It exists primarily to reduce dependency management friction by pre-packaging the two required runtime dependencies as a single install.
The package itself is a thin wrapper—it adds no new functionality beyond what tentaclio and boto3 provide individually. It is intended for developers already using tentaclio who want to work with S3 storage without manually managing boto3 as a separate dependency. However, the package has been abandoned since its last release 1323 days ago, meaning it will not receive updates if either tentaclio or boto3 introduces breaking changes.
Use it for:
- Installing tentaclio with S3 support as a single package instead of managing boto3 separately
- Legacy projects that depend on tentaclio-s3 and cannot easily migrate to direct dependency management
- Development environments where bundled dependencies simplify setup scripts or container builds
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides S3 storage integration for tentaclio by bundling tentaclio and boto3 as a single installable package.
No. The package is abandoned (last release 1323 days ago) and carries an unclear Proprietary license. Unless you are maintaining legacy code that explicitly requires tentaclio-s3, install tentaclio and boto3 directly instead—you'll get updates, clearer licensing, and better control over versions.
Install
tentaclio-s3 on PyPI
pip
pip install tentaclio-s3uv
uv add tentaclio-s3poetry
poetry add tentaclio-s3Installing tentaclio-s3
Before you install
Low install friction, but the package is abandoned—last release was 1323 days ago. No recent maintenance or updates.
License in practice
License is marked Proprietary with no SPDX identifier, creating legal uncertainty about usage rights and redistribution permissions.
Quickstart
pip install tentaclio-s3
import tentaclio
import boto3
Package is abandoned and may not work with current versions of tentaclio or boto3; consider installing those dependencies directly instead.
Verify before relying
- Whether Proprietary license permits commercial or internal use without explicit agreement
- Whether bundled tentaclio and boto3 versions remain compatible with current AWS S3 APIs
- Active maintenance status of the parent tentaclio project
Package facts
| License | Proprietary (unclear) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — tentaclio, boto3 |
| Maintenance | abandoned — 1,323 days since the last release |
| First released | |
| Downloads | 1,696,297/month — #3,645 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: tentaclio_s3-0.0.3-py2.py3-none-any.whl
Tags
More Database packages
psycopg2-binary is a PostgreSQL database…
copyleft · top 1,000 on PyPI
redisPython client library for connecting to and…
permissive · top 1,000 on PyPI
ydbYDB Python SDK is the official client library…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
sqlparsesqlparse tokenizes SQL text into a tree of…
permissive · top 1,000 on PyPI
dbt-adaptersProvides base adapter protocols and shared…
permissive · top 1,000 on PyPI
tentaclioTentaclio opens and manages streams across…
permissive · top 5,000 on PyPI
tentaclio-postgresBundles PostgreSQL connectivity and schema…
permissive · top 15,000 on PyPI
aws-cdk.aws-s3-assetsPackages local files and directories for…
permissive · top 15,000 on PyPI
duckdb-extensionsPackages DuckDB core extensions as…
permissive · top 15,000 on PyPI
s3pathS3Path provides a pathlib-like interface for…
permissive · top 5,000 on PyPI
aws-s3-access-grants-boto3-pluginA boto3 plugin that integrates AWS S3 Access…
unclear · top 15,000 on PyPI
boto3Boto3 is the official AWS SDK for Python,…
permissive · top 100 on PyPI
s3transfers3transfer manages concurrent uploads and…
permissive · top 100 on PyPI
aws-cdk.aws-s3-deploymentDeploys files and directories to AWS S3 buckets…
permissive · top 15,000 on PyPI
localstack-clientA Python client that wraps boto3 to redirect…
permissive · top 5,000 on PyPI