You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage 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
RPMPackage 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.
RPMPackage 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.
RPMPackage python3-azure-mgmt-web-8.0.0-1.lbn36.noarch
Microsoft Azure Web Apps Management Client Library for Python
RPMPackage python3-azure-mgmt-trafficmanager-1.1.0-1.lbn36.noarch
Microsoft Azure Traffic Manager Client Library for Python
RPMPackage python3-azure-mgmt-synapse-2.1.0b7-1.lbn36.noarch
Microsoft Azure Synapse Management Client Library for Python
RPMPackage python3-azure-mgmt-subscription-3.1.1-1.lbn36.noarch
Microsoft Azure Subscription Management Client Library for Python
RPMPackage python3-azure-mgmt-storage-22.1.1-1.lbn36.noarch
Microsoft Azure Storage Management Client Library for Python
RPMPackage python3-azure-mgmt-sqlvirtualmachine-1.0.0~b6-1.lbn36.noarch
Microsoft Azure SQL Virtual Machine Management Client Library for Python
RPMPackage python3-azure-mgmt-sql-4.0.0~b20-1.lbn36.noarch
Microsoft Azure SQL Management Client Library for Python
RPMPackage python3-azure-mgmt-signalr-2.0.0b2-1.lbn36.noarch
Microsoft Azure SignalR Client Library for Python
RPMPackage python3-azure-mgmt-servicelinker-1.2.0~b3-1.lbn36.noarch
Microsoft Azure Servicelinker Management Client Library for Python
RPMPackage python3-azure-mgmt-servicefabricmanagedclusters-2.1.0~b2-1.lbn36.noarch
Microsoft Azure Service Fabric Managed Clusters Management Client Library for Python
RPMPackage python3-azure-mgmt-servicefabric-2.1.0-1.lbn36.noarch
Microsoft Azure Service Fabric Management Client Library for Python
RPMPackage python3-azure-mgmt-servicebus-8.2.1-1.lbn36.noarch
Microsoft Azure Service Bus Management Client Library for Python
RPMPackage python3-azure-mgmt-security-7.0.0-1.lbn36.noarch
Microsoft Azure Security Center Management Client Library for Python
RPMPackage python3-azure-mgmt-search-9.1.0-1.lbn36.noarch
Microsoft Azure Search Management Client Library for Python
RPMPackage python3-azure-mgmt-resource-23.3.0-1.lbn36.noarch
Microsoft Azure Resource Management Client Library for Python
RPMPackage python3-azure-mgmt-relay-1.1.0-1.lbn36.noarch
Microsoft Azure Relay Client Library for Python
RPMPackage python3-azure-mgmt-redis-14.5.0-1.lbn36.noarch
Microsoft Azure Redis Cache Management Client Library for Python