Skip to main content

New encrypt algorithm

Project description

BE-Base-Python

Implement

from flask import Flask
from config import config
from ai_service_wrapper import AiServiceWrapper

def create_app():

    app = Flask(__name__)
    app.config.update(config)
    AiServiceWrapper(app)

    return app

if __name__ == "__main__":
    app = create_app()
    app.run("0.0.0.0", 8000, debug=True)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ai_service_wrapper-0.0.5-py3-none-any.whl (14.4 kB view details)

Uploaded Python 3

File details

Details for the file ai_service_wrapper-0.0.5-py3-none-any.whl.

File metadata

File hashes

Hashes for ai_service_wrapper-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 0e496035ed56a207d500b19bf67a4570818d6ab3ab2bc991a417f37ed9372617
MD5 5e03f4fe632a649a6fb68d69f2a4e0ae
BLAKE2b-256 fdbb1566a31f33e126a97546fb87392f069665dbc23991d70cf16d55bd58bf49

See more details on using hashes here.

Supported by

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