1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
|
Source: python-django-storages
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Michael Fladischer <fladi@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-boto3,
python3-django,
python3-dropbox,
python3-libcloud,
python3-paramiko,
python3-pytest,
python3-rsa,
python3-setuptools,
python3-sphinx,
Standards-Version: 4.5.1
Homepage: https://github.com/jschneier/django-storages/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-storages
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-storages.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python-django-storages-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: storage backends in Django (Documentation)
django-storages is a collection of custom storage backends for Django. Each
storage backend has its own unique settings you will need to add to your
settings.py file. Read the documentation for your storage engine(s) of choice
to determine what you need to add.
.
This package contains the documentation.
Package: python3-django-storages
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Recommends:
python3-django-storages-boto3,
python3-django-storages-dropbox,
python3-django-storages-ftp,
python3-django-storages-libcloud,
python3-django-storages-sftp,
Suggests:
python-django-storages-doc,
Description: storage backends in Django (Python3 version)
django-storages is a collection of custom storage backends for Django. Each
storage backend has its own unique settings you will need to add to your
settings.py file. Read the documentation for your storage engine(s) of choice
to determine what you need to add.
.
Each backend is shipped as a separate package to ensure granular dependencies.
This package contains the common files of the library.
Package: python3-django-storages-boto3
Architecture: all
Depends:
python3-boto3,
python3-django-storages (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
Description: storage backends in Django (Boto3)
django-storages is a collection of custom storage backends for Django. Each
storage backend has its own unique settings you will need to add to your
settings.py file. Read the documentation for your storage engine(s) of choice
to determine what you need to add.
.
Each backend is shipped as a separate package to ensure granular dependencies.
This package contains the boto3 backend for AWS.
Package: python3-django-storages-dropbox
Architecture: all
Depends:
python3-django-storages (= ${binary:Version}),
python3-dropbox,
${misc:Depends},
${python3:Depends},
Description: storage backends in Django (Dropbox)
django-storages is a collection of custom storage backends for Django. Each
storage backend has its own unique settings you will need to add to your
settings.py file. Read the documentation for your storage engine(s) of choice
to determine what you need to add.
.
Each backend is shipped as a separate package to ensure granular dependencies.
This package contains the Dropbox backend.
Package: python3-django-storages-ftp
Architecture: all
Depends:
python3-django-storages (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
Description: storage backends in Django (FTP)
django-storages is a collection of custom storage backends for Django. Each
storage backend has its own unique settings you will need to add to your
settings.py file. Read the documentation for your storage engine(s) of choice
to determine what you need to add.
.
Each backend is shipped as a separate package to ensure granular dependencies.
This package contains the FTP backend.
Package: python3-django-storages-libcloud
Architecture: all
Depends:
python3-django-storages (= ${binary:Version}),
python3-libcloud,
${misc:Depends},
${python3:Depends},
Description: storage backends in Django (Libcloud)
django-storages is a collection of custom storage backends for Django. Each
storage backend has its own unique settings you will need to add to your
settings.py file. Read the documentation for your storage engine(s) of choice
to determine what you need to add.
.
Each backend is shipped as a separate package to ensure granular dependencies.
This package contains the libcloud backend.
Package: python3-django-storages-sftp
Architecture: all
Depends:
python3-django-storages (= ${binary:Version}),
python3-paramiko,
${misc:Depends},
${python3:Depends},
Description: storage backends in Django (SFTP)
django-storages is a collection of custom storage backends for Django. Each
storage backend has its own unique settings you will need to add to your
settings.py file. Read the documentation for your storage engine(s) of choice
to determine what you need to add.
.
Each backend is shipped as a separate package to ensure granular dependencies.
This package contains the SFTP backend.
|