Skip to main content

Flask App for photo burst detection

Project description

photo_burst_detection

install

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

Uploaded Source

Built Distribution

photo_burst_detection-1.0.0-py3-none-any.whl (11.4 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for photo_burst_detection-1.0.0.tar.gz
Algorithm Hash digest
SHA256 d0bd0e869290479880c1a64349155aaadfe71843405651d5f1140cfc812efefc
MD5 4bacb441d24fd3b970386aae2fb73551
BLAKE2b-256 04b9d496fd4038910b39947eed80fa887dc4fef386e48556089cc984503a2e40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for photo_burst_detection-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c8a1ff1af9388abe796561f2b4ad9bd419abb5ad21a859a2774214c33a545a8b
MD5 8bdf3cf5355b5a79d3c1df4907b77789
BLAKE2b-256 ca39eb808b89e989b77aed38ac35920003ee1c41af71d141feea94755db670bc

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