filestack-python
Filestack Python SDK
What it is and what it does
Filestack-python is the official Python SDK for Filestack, a file uploading and transformation service. It provides two main classes—Client for uploading files and Filelink for managing already-uploaded files—along with chainable transformation methods for resizing, flipping, enhancing, and converting media. The SDK handles both standard and intelligent multipart uploads, supports security policies with signed API calls, and includes webhook verification helpers.
The package depends on requests for HTTP communication and trafaret for data validation. It supports Python 3.7 through 3.12 and is classified as Beta. It serves developers integrating Filestack's file management and transformation capabilities into Python applications.
Use it for:
- Upload files to Filestack and retrieve CDN URLs for storage and distribution.
- Apply chainable image transformations (resize, flip, enhance) on uploaded or external files.
- Convert audio and video files while monitoring conversion status and retrieving results.
- Implement secure file operations using signed API calls with expiry policies.
- Verify incoming Filestack webhooks to ensure authenticity of server-sent events.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Official Python SDK for Filestack that handles file uploads, transformations, and management through the Filestack API and content management system.
Yes, with conditions. The package is stable, well-documented, and carries no known vulnerabilities. Install it if you are integrating with Filestack and can tolerate dormant maintenance (last release 696 days ago). Avoid it if your project requires active SDK development or rapid response to API changes; in that case, verify that Filestack's service itself remains current and that the SDK's feature set matches your needs.
Install
filestack-python on PyPI
pip
pip install filestack-pythonuv
uv add filestack-pythonpoetry
poetry add filestack-pythonInstalling filestack-python
Before you install
Low install friction with only two runtime dependencies (requests and trafaret). Maintenance is dormant—last release was 696 days ago, though the repository remains active with a commit on 2024-09-17. Suitable for stable use cases but not for projects requiring active development or rapid bug fixes.
License in practice
Licensed under Apache 2.0 (permissive), which allows commercial use, modification, and distribution with minimal restrictions. Safe for most projects.
Quickstart
pip install filestack-python
from filestack import Client
client = Client('YOUR_API_KEY')
new_filelink = client.upload(filepath='path/to/file')
print(new_filelink.url)
Requires a valid Filestack API key to authenticate and use the service.
Verify before relying
- Whether the dormant maintenance status affects compatibility with current Filestack API endpoints.
- Whether trafaret dependency is actively maintained and compatible with modern Python versions.
- Current download volume and adoption metrics for this package.
Package facts
| License | Apache 2.0 (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — requests, trafaret |
| Maintenance | dormant — 696 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 134,608/month — #11,470 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: filestack_python-4.0.0-py3-none-any.whl
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
imagekitioPython client library for the ImageKit REST…
permissive · top 15,000 on PyPI
cloudinaryCloudinary Python SDK provides image and video…
permissive · top 5,000 on PyPI
google-resumable-mediaHandles resumable uploads and downloads for…
permissive · top 1,000 on PyPI
storage3Async Python client library for uploading,…
permissive · top 1,000 on PyPI
python-multipartParses multipart form data from HTTP requests…
permissive · top 1,000 on PyPI
late-sdkOfficial Python SDK for publishing social media…
permissive · top 15,000 on PyPI
ffmpyffmpy is a Python wrapper around FFmpeg that…
permissive · top 5,000 on PyPI
ibm-cos-sdk-s3transferManages transfers to and from IBM Cloud Object…
permissive · top 5,000 on PyPI
django-cloudinary-storageIntegrates Django with Cloudinary to serve…
permissive · top 15,000 on PyPI
livekitPython SDK for building real-time video, audio,…
permissive · top 5,000 on PyPI