-
python3-azure-mgmt-sqlvirtualmachine-1.0.0~b6-1.lbn36.noarch
Microsoft Azure SQL Virtual Machine Management Client Library for Python
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-azure-mgmt-storage-22.1.1-1.lbn36.noarch
Microsoft Azure Storage Management Client Library for Python
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-azure-mgmt-subscription-3.1.1-1.lbn36.noarch
Microsoft Azure Subscription Management Client Library for Python
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-azure-mgmt-synapse-2.1.0b7-1.lbn36.noarch
Microsoft Azure Synapse Management Client Library for Python
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-azure-mgmt-trafficmanager-1.1.0-1.lbn36.noarch
Microsoft Azure Traffic Manager Client Library for Python
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-azure-mgmt-web-8.0.0-1.lbn36.noarch
Microsoft Azure Web Apps Management Client Library for Python
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-cherrypy-cors-1.7.0-1.lbn36.noarch
CORS support for CherryPy
In a nutshell
In your application, either install the tool globally.
import cherrypy_cors
cherrypy_cors.install()
Or add it to your application explicitly.
import cherrypy_cors
app = cherrypy.tree.mount(...)
app.toolboxes['cors'] = cherrypy_cors.tools
Then, enable it in your cherrypy config. For example, to enable it for all
static resources.
config = {
'/static': {
'tools.staticdir.on': True,
'cors.expose.on': True,
}
}
See simple-example
for a runnable example.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-coloredlogs-15.0.1-6.lbn36.noarch
The coloredlogs package enables colored terminal output for Python's logging
module. The ColoredFormatter class inherits from logging.Formatter and uses
ANSI escape sequences to render your logging messages in color. It uses only
standard colors so it should work on any UNIX terminal.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-oci-2.129.2-1.lbn36.noarch
Oracle Cloud Infrastructure Python SDK This is the Python SDK for Oracle Cloud
Infrastructure. Supported Python versions are mentioned here__.__ code-block::
pycon >>> import oci Set up config >>> config oci.config.from_file( ...
"/.oci/config", ... "DEFAULT") Create a service client >>> identity
oci.identity.IdentityClient(config) Get the current user >>> user
identity.get_user(config["user"]).data
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-oci-cli-3.44.2-1.lbn36.noarch
Oracle Cloud Infrastructure CLI AboutThis is the command line interface for
Oracle Cloud Infrastructure.The project is open source and maintained by Oracle
Corp. The home page for the project is here__.__ Interactive Features -- OCI
CLI offers interactive features to guide you through command usage.Enabling
them allows: * Suggestions and autocompletion to help compose commands; *
Color-coded...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36