Flask App for photo burst detection
Project description
photo_burst_detection
install
pip install photo_burst_detection
install from sources
git clone https://github.com/batou9150/photo_burst_detection.git
cd photo_burst_detection
python3 setup.py install
run
Run with gunicorn (Unix)
pip3 install gunicorn
export PHOTO_BURST_DETECTION_PATH=<start path>
export LDAP_HOST=ad.mydomain.com
export LDAP_BASE_DN=dc=mydomain,dc=com
gunicorn -b 0.0.0.0:8000 photo_burst_detection:app
Run with waitress (Windows)
export PHOTO_BURST_DETECTION_PATH=<start path>
export LDAP_HOST=ad.mydomain.com
export LDAP_BASE_DN=dc=mydomain,dc=com
waitress-serve --listen=*:8000 photo_burst_detection:app
configuration
variable | description |
---|---|
PHOTO_BURST_DETECTION_CONFIG | config file (optional) |
PHOTO_BURST_DETECTION_PATH | start path |
SECRET_KEY | (default value = 'secret') |
LDAP_HOST | |
LDAP_PORT | (default value = '389') |
LDAP_BASE_DN | |
LDAP_USER_DN | |
LDAP_GROUP_DN | |
LDAP_USER_RDN_ATTR | (default value = 'uid') |
LDAP_USER_LOGIN_ATTR | (default value = 'uid') |
LDAP_BIND_USER_DN | |
LDAP_BIND_USER_PASSWORD | |
LDAP_GROUP_OBJECT_FILTER | (default value = '(objectclass=group)') |
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file photo_burst_detection-1.3.0.tar.gz
.
File metadata
- Download URL: photo_burst_detection-1.3.0.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 144a4c8446cf2d58493c39378598899309382c1692024de31401b83bb699c741 |
|
MD5 | 9f38905318ad95fc21e4d9ad92625fb0 |
|
BLAKE2b-256 | 06c04eb6752a2cbe0a883bc9af8e8141659ff393e3196567acb2d0831c6dd9db |
File details
Details for the file photo_burst_detection-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: photo_burst_detection-1.3.0-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03e00d9960c278deab7f9bf16fed6fba08962333eba54be59c2a9e775334dc1d |
|
MD5 | a1952d09cbfb6004e3e63dfa8a063440 |
|
BLAKE2b-256 | 1c6bd1afb65a2eeb98f9aba727d0fc409eed355ed99c9caed139d3467797a4bb |