{"id":15041163,"url":"https://github.com/dahlia/sqlalchemy-imageattach","last_synced_at":"2025-04-06T13:12:14.336Z","repository":{"id":8665266,"uuid":"10320926","full_name":"dahlia/sqlalchemy-imageattach","owner":"dahlia","description":"SQLAlchemy extension for attaching images to entities.","archived":false,"fork":false,"pushed_at":"2023-03-11T01:25:45.000Z","size":3211,"stargazers_count":115,"open_issues_count":25,"forks_count":24,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-30T12:08:50.319Z","etag":null,"topics":["databases","orm","python","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://sqlalchemy-imageattach.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dahlia.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-05-27T19:10:29.000Z","updated_at":"2025-02-24T19:24:29.000Z","dependencies_parsed_at":"2024-06-19T00:22:46.973Z","dependency_job_id":null,"html_url":"https://github.com/dahlia/sqlalchemy-imageattach","commit_stats":{"total_commits":180,"total_committers":9,"mean_commits":20.0,"dds":0.3388888888888889,"last_synced_commit":"b4bafa73f3bb576ecf67ed7b40b702704a0fbdc8"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dahlia%2Fsqlalchemy-imageattach","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dahlia%2Fsqlalchemy-imageattach/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dahlia%2Fsqlalchemy-imageattach/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dahlia%2Fsqlalchemy-imageattach/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dahlia","download_url":"https://codeload.github.com/dahlia/sqlalchemy-imageattach/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247485290,"owners_count":20946398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["databases","orm","python","sqlalchemy"],"created_at":"2024-09-24T20:45:41.947Z","updated_at":"2025-04-06T13:12:14.315Z","avatar_url":"https://github.com/dahlia.png","language":"Python","readme":"SQLAlchemy-ImageAttach\n======================\n\n.. image:: https://img.shields.io/pypi/v/SQLAlchemy-ImageAttach.svg\n   :target: https://pypi.org/project/SQLAlchemy-ImageAttach/\n   :alt: PyPI\n\n.. image:: https://readthedocs.org/projects/sqlalchemy-imageattach/badge/?version=stable\n   :target: https://sqlalchemy-imageattach.readthedocs.io/\n   :alt: Read the Docs\n\n.. image:: https://travis-ci.org/dahlia/sqlalchemy-imageattach.svg?branch=master\n   :alt: Build Status\n   :target: https://travis-ci.org/dahlia/sqlalchemy-imageattach\n\n.. image:: https://img.shields.io/coveralls/dahlia/sqlalchemy-imageattach/badge.svg?\n   :alt: Coverage Status\n   :target: https://coveralls.io/r/dahlia/sqlalchemy-imageattach\n\n**SQLAlchemy-ImageAttach** is a SQLAlchemy_ extension for attaching images to\nentity objects.  It provides the following features:\n\nStorage backend interface\n   You can use file system backend on your local development box,\n   and switch it to AWS S3_ when it's deployed to the production box.\n   Or you can add a new backend implementation by yourself.\n\nMaintaining multiple image sizes\n   Any size of thumbnails can be generated from the original size\n   without assuming the fixed set of sizes.  You can generate a thumbnail\n   of a particular size if it doesn't exist yet when the size is requested.\n   Use RRS_ (Reduced Redundancy Storage) for reproducible thumbnails on S3.\n\nEvery image has its URL\n   Attached images can be exposed as a URL.\n\nSQLAlchemy transaction aware\n   Saved file are removed when the ongoing transaction has been rolled back.\n\nTested on various environments\n   - Python versions: Python 2.7, 3.3 or higher, PyPy_\n   - DBMS: PostgreSQL, MySQL, SQLite\n   - SQLAlchemy: 0.9 or higher (tested on 0.9 to 1.1; see CI as well)\n\n.. _SQLAlchemy: http://www.sqlalchemy.org/\n.. _S3: https://aws.amazon.com/s3/\n.. _RRS: https://aws.amazon.com/s3/reduced-redundancy/\n.. _PyPy: http://pypy.org/\n\n\nInstallation\n------------\n\nIt's available on PyPI_:\n\n.. code-block:: console\n\n   $ pip install SQLAlchemy-ImageAttach\n\n.. _PyPI: https://pypi.org/project/SQLAlchemy-ImageAttach/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdahlia%2Fsqlalchemy-imageattach","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdahlia%2Fsqlalchemy-imageattach","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdahlia%2Fsqlalchemy-imageattach/lists"}