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.3.tar.gz (10.0 kB view details)

Uploaded Source

Built Distribution

photo_burst_detection-1.4.3-py3-none-any.whl (13.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: photo_burst_detection-1.4.3.tar.gz
  • Upload date:
  • Size: 10.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for photo_burst_detection-1.4.3.tar.gz
Algorithm Hash digest
SHA256 8d37c3656c06d4c3261a0061b0fb2f041fb9954dc53cbd992f5429fda0dd646d
MD5 07bd6e4b2da43d298356793d1d29835e
BLAKE2b-256 b64320a023d005227122df04583f6ca267a7332805206a2391bb48f4287f9840

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for photo_burst_detection-1.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 303294b75d2f31c66013539a993908150b9b12fb7dcadd2328ee4a2f784b077b
MD5 86b0df58c893c65c6ab1c20c3d380719
BLAKE2b-256 7861488c0a08a0f4c51594da51b0fe475b1bd5f9260dd2ae86d2f1bebaf93b17

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