skillfed

deadline-job-attachments

Library that enables file transfers between workstations and AWS Deadline Cloud using Amazon S3 buckets as content-addressed storage.

deadline-job-attachments v0.1.3 91.4K downloads/30d#13,518 on PyPI0
Permissive license Apache-2.0 Active released

What it is and what it does

This library handles file transfers between your local workstations and AWS Deadline Cloud by leveraging Amazon S3 as a content-addressed storage backend. Instead of uploading the same file multiple times, the library tracks file content and uploads only new or modified files, reducing bandwidth and storage costs. It abstracts away the complexity of managing S3 uploads and retrievals, presenting a simpler interface for job attachment workflows.

The package is designed for developers building applications on AWS Deadline Cloud who need to reliably move job-related files (assets, scripts, dependencies) to and from the cloud. It runs on Python 3.8 through 3.14 across Linux, Windows, and macOS, and depends on boto3 for AWS integration, psutil for system monitoring, and xxhash for content hashing.

Use it for:

  • Upload job assets and dependencies to AWS Deadline Cloud before submitting rendering or compute jobs
  • Retrieve completed job outputs and results from cloud storage back to local workstations
  • Manage file versioning and deduplication in S3 without manually tracking content hashes
  • Integrate file transfer logic into custom AWS Deadline Cloud job submission pipelines

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Transfers files between workstations and AWS Deadline Cloud using Amazon S3 as content-addressed storage, avoiding redundant uploads of identical files.

Yes, if you are building on AWS Deadline Cloud and need to move files between workstations and the cloud. The library is actively maintained, has no known vulnerabilities, low install friction, and permissive licensing. It is still in initial development (version 0.1.3), so expect potential API changes in minor version bumps; review the changelog before upgrading in production.

Install

deadline-job-attachments on PyPI

pip

pip install deadline-job-attachments

uv

uv add deadline-job-attachments

poetry

poetry add deadline-job-attachments

Installing deadline-job-attachments

Before you install

Low friction install with five runtime dependencies (boto3, psutil, pywin32, typing-extensions, xxhash). Active maintenance with a release 30 days ago; repository is current and not archived.

License in practice

Licensed under Apache-2.0 (permissive), allowing commercial and private use with minimal restrictions; suitable for most deployment contexts.

Quickstart

pip install deadline-job-attachments

import deadline_job_attachments
# Use the library to configure and manage file transfers to AWS Deadline Cloud

Requires Python 3.8 through 3.14 and a Linux, Windows, or macOS operating system; AWS credentials and an S3 bucket configured in your AWS account are needed for actual file transfers.

Verify before relying

  • Whether the library provides a high-level API or requires low-level S3 management
  • Performance characteristics and file size limits for typical job attachment workflows
  • Integration requirements with existing AWS Deadline Cloud job submission tools

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (<3.15,>=3.8)
Install friction low — pure-Python wheel
Runtime dependencies 5 — boto3, psutil, pywin32, typing-extensions, xxhash
Maintenance actively maintained — 30 days since the last release
Last repo commit
First released
Downloads 91,366/month — #13,518 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: deadline_job_attachments-0.1.3-py3-none-any.whl

Development Status :: 5 - Production/StableIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseOperating System :: MacOSOperating System :: Microsoft :: WindowsOperating System :: POSIX :: LinuxProgramming Language :: PythonProgramming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Topic :: Software Development :: Libraries

Tags

AWS Deadline Cloud file transferjob attachments S3 storagecontent-addressed file uploadAWS Deadline job filesS3 file synchronizationDeadline Cloud integrationworkstation to cloud file transfer
aws-integrationfile-transfercontent-addressing

More Libraries packages