Skip to main content

Flask App for photo burst detection

Project description

photo_burst_detection

pypi version

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

photo_burst_detection-1.4.0.tar.gz (9.7 kB view details)

Uploaded Source

Built Distribution

photo_burst_detection-1.4.0-py3-none-any.whl (13.5 kB view details)

Uploaded Python 3

File details

Details for the file photo_burst_detection-1.4.0.tar.gz.

File metadata

  • Download URL: photo_burst_detection-1.4.0.tar.gz
  • Upload date:
  • Size: 9.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for photo_burst_detection-1.4.0.tar.gz
Algorithm Hash digest
SHA256 64375e4834ff6a397e44be99c1eab0e672c076003abb45a8da4f8bbc999d69f1
MD5 57d2e7ef80d232a99f0bcb28fd72db53
BLAKE2b-256 7cd6fa6e39d15458cbba7827a3734e8f1e037e3d6dd515424939012de76bf868

See more details on using hashes here.

File details

Details for the file photo_burst_detection-1.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for photo_burst_detection-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ea90cc5d24baac44b7e5cffb022da2face1adb41c945b6892ac421859e0b6740
MD5 64027101d7c063f6261ebf9928fb54ea
BLAKE2b-256 46f462df487e864af307c4cf957b9b2c99861db75adcdcfaa7a80f5a74483177

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page