sqlalchemy-file
SQLAlchemy-file is a SQLAlchemy extension for attaching files to SQLAlchemy model and uploading them to various storage such as Local Storage, Amazon S3, Rackspace CloudFiles, Google Storage and others using Apache Libcloud.
File Explorer
Download Latest Version (.zip)- build-docs.yml
- publish.yml
- test.yml
- dependabot.yml
- exceptions.md
- file.md
- processors.md
- storage-manager.md
- types.md
- validators.md
- extra.css
- quick-start.md
- serving-files.md
- setup-your-storage.md
- using-files-in-models.md
- changelog.md
- index.md
- __init__.py
- configure_storage.py
- define_your_model.py
- save_your_model.py
- __init__.py
- change_default_storage.py
- multiple_storage.py
- s3_container_example.py
- 001_filefield_example.py
- 002_imagefield_example.py
- 003_upload_storage.py
- 004_validators.py
- 005_thumbnail.py
- 006_relationships.py
- 007_multiple_file.py
- 008_file_information.py
- 009_extra_and_headers.py
- __init__.py
- __init__.py
- __init__.py
- example.py
- __init__.py
- app.py
- index.html
- __init__.py
- app.py
- __init__.py
- base.py
- exceptions.py
- file.py
- helpers.py
- mutable_list.py
- processors.py
- py.typed
- storage.py
- stored_file.py
- types.py
- validators.py
- __init__.py
- test_content_type_validator.py
- test_extra_and_headers.py
- test_file.py
- test_image_field.py
- test_image_validator.py
- test_metadata.py
- test_multiple_field.py
- test_multiple_storage.py
- test_mutable_list.py
- test_processor.py
- test_result_value.py
- test_single_field.py
- test_size_validator.py
- test_sqlmodel.py
- test_storage_manager.py
- utils.py
- .gitignore
- .pre-commit-config.yaml
- CHANGELOG.md
- LICENSE
- mkdocs.yml
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/jowilf/sqlalchemy-file
Downloads the entire project code from GitHub to your computer.
cd sqlalchemy-file
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
$ pip install sqlalchemy-file
Installs the Python libraries listed in requirements.txt (or similar).
$ poetry add sqlalchemy-file
Type this command into your terminal and run it.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
