File management utils for the curator core project.
Quick start
1. Add “blob_utils” to your INSTALLED_APPS setting
INSTALLED_APPS = [
...
'blob_utils',
]
Tests
Since GridFS cannot be mocked, this set of test has to be run on a live database. The following steps guide you through the process:
Setup and start a MongoDB instance
Set MONGODB_URI in tests/test_settings.py
Run the tests with
python runtests.py
Release files for blob-utils 1.14.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| blob_utils-1.14.1.tar.gz | 4.2 kB | Details |
Release files / blob_utils-1.14.1.tar.gz
| Download URL | blob_utils-1.14.1.tar.gz |
|---|---|
| Size | 4.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5c5a826f0551d197ed7d405220ec796c54e13f030a36b2e3f3fd7c0036126afb
|
|
BLAKE2b-256 checksum How to use checksums |
2797545ff6fa62dca8ad9653c6105357b31c0dfec87721e6acad583277f2da5d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.0 importlib_metadata/3.7.3 packaging/20.9 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.10
|