You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-msgraph-sdk-1.40.0-1.lbn36.noarch
Microsoft Graph SDK for Python Get started with the Microsoft Graph SDK for Python by integrating the Microsoft Graph API into your Python application. Note: This SDK allows you to build applications using the v1.0 of Microsoft Graph. If you want to try the latest Microsoft Graph APIs, try the beta SDK. 1. Installation pip install msgraph-sdk Note: The Microsoft Graph SDK for Python is a fairly large package. It may take a few minutes for the initial installation to complete. Enable long paths in your environment if you receive a Could not install packages due to an OSError. For details, see Enable Long Paths in Windows 10, Version 1607, and Later. 2. Getting started with Microsoft Graph 2.1 Register your application Register your application by following the steps at Register your app with the Microsoft Identity Platform. 2.2 Select and create an authentication provider To start writing code and making requests to the Microsoft Graph service, you need to set up an authent
RPMPackage python3-msgraph-core-1.3.5-1.lbn36.noarch
Microsoft Graph Core Python Client Library. The Microsoft Graph Core Python Client Library contains core classes used by Microsoft Graph Python Client Library to send native HTTP requests to Microsoft Graph API. NOTE: This is a new major version of the Python Core library for Microsoft Graph based on the Kiota project. We recommend to use this library with the full Python SDK. Upgrading to this version from the previous version of the Python Core library will introduce breaking changes into your application. Prerequisites Python 3.8+ This library doesn't support older versions of Python. Getting started 1. Register your application To call Microsoft Graph, your app must acquire an access token from the Microsoft identity platform. Learn more about this - Authentication and authorization basics for Microsoft Graph Register your app with the Microsoft identity platform 2. Install the required packages msgraph-core is available on PyPI. pip3 install msgraph-core pip3 install azure-id
RPMPackage python3-microsoft-kiota-serialization-text-1.9.5-1.lbn36.noarch
Microsoft Kiota Text Serialization library The Microsoft Kiota Text Serialization Library is a python implementation to serialize/deserialize text/plain. A Kiota generated project will need a reference to a json serialization package to handle json payloads from an API endpoint. Read more about Kiota here. Using the Microsoft Kiota Text Serialization library In order to use this library, install the package by running: pip install microsoft-kiota-serialization-text Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https:/cla.opensource.microsoft.com. When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot.
RPMPackage python3-microsoft-kiota-serialization-multipart-1.9.5-1.lbn36.noarch
Microsoft Kiota Multipart Serialization Library for Python The Multipart Serialization Library for Python is the python multipart/form-data serialization library implementation. A Kiota generated project will need a reference to a multipart serialization package to handle multipart payloads from a supporting API endpoint. Read more about Kiota here. Using the Microsoft Kiota Multipart Serialization Library In order to use this library, install the package by running: pip install microsoft-kiota-serialization-multipart Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https:/cla.opensource.microsoft.com. When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment)
RPMPackage python3-microsoft-kiota-serialization-json-1.9.5-1.lbn36.noarch
Microsoft Kiota Serialization library for JSON The Microsoft Kiota Serialization Library for JSON is a python implementation to serialize/deserialize JSON. A Kiota generated project will need a reference to a json serialization package to handle json payloads from an API endpoint. Read more about Kiota here. Using the Microsoft Kiota Serialization JSON library In order to use this library, install the package by running: pip install microsoft-kiota-serialization-json Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https:/cla.opensource.microsoft.com. When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot
RPMPackage python3-microsoft-kiota-serialization-form-1.9.5-1.lbn36.noarch
Microsoft Kiota URI Form Encoded Serialization Library for Python The Form Serialization Library for Python is the python application/x-www-form-urlencoded serialization library implementation. A Kiota generated project will need a reference to a form serialization package to handle application/x-www-form-urlencoded payloads from a supporting API endpoint. Read more about Kiota here. Using the Microsoft Kiota URI Form Encoded Serialization Library In order to use this library, install the package by running: pip install microsoft-kiota-serialization-form Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https:/cla.opensource.microsoft.com. When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR approp
RPMPackage python3-microsoft-kiota-http-1.9.5-1.lbn36.noarch
Microsoft Kiota HTTP library The Microsoft Kiota HTTP Library is a python HTTP implementation with HTTPX library. A Kiota generated project will need a reference to a http package to to make HTTP requests to an API endpoint. Read more about Kiota here. Using the Microsoft Kiota HTTP library In order to use this library, install the package by running: pip install microsoft-kiota-http Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https:/cla.opensource.microsoft.com. When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA. This project ha
RPMPackage python3-microsoft-kiota-authentication-azure-1.9.5-1.lbn36.noarch
Microsoft Kiota Authentication Azure Library for Python The Microsoft Kiota Authentication Azure Library is an implementation to authenticate HTTP requests using @azure/identity. A Kiota generated project will need a reference to an authentication provider to make calls to an API endpoint. Read more about Kiota here. Using the Microsoft Kiota Authentication Azure library In order to use this library, install the package by running: pip install microsoft-kiota-authentication-azure Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https:/cla.opensource.microsoft.com. When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provi
RPMPackage python3-microsoft-kiota-abstractions-1.9.5-1.lbn36.noarch
Microsoft Kiota Abstractions Library for Python The Microsoft Kiota abstractions library for Python is the python package defining the basic constructs Kiota projects need once an SDK has been generated from an OpenAPI definition. A Kiota generated project will need a reference to the abstraction package to build and run. Read more about Kiota here. Using the Abstractions Library In order to use this library, install the package by running: pip install microsoft-kiota-abstractions Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https:/cla.opensource.microsoft.com. When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions prov
RPMPackage python3-django-silk-5.4.0-1.lbn36.noarch
[![GitHub Actions]( [![GitHub Actions]( [![PyPI Download]( [![PyPI Python Versions]( [![Supported Django versions](
RPMPackage perl-Sub-Name-0.26-8.fc36.x86_64
This module allows one to "name" or rename subroutines, including anonymous ones. Note that this is mainly for aid in debugging; you still cannot call the sub by the new name (without some deep magic).
RPMPackage perl-Twiggy-TLS-0.0020-1.lbn36.noarch
Twiggy server with TLS support.
RPMPackage perl-WWW-Form-UrlEncoded-0.26-9.fc36.noarch
WWW::Form::UrlEncoded provides application/x-www-form-urlencoded parser and builder. This module aims to have compatibility with other CPAN modules like HTTP::Body's urlencoded parser.
RPMPackage perl-Twiggy-0.1026-5.fc36.noarch
Twiggy is a lightweight and fast HTTP server based on AnyEvent and can run any PSGI applications.
RPMPackage perl-Stream-Buffered-0.03-23.fc36.noarch
Stream::Buffered is a buffer class to store arbitrary length of byte strings and then get a seekable filehandle once everything is buffered. It uses PerlIO and/or temporary file to save the buffer depending on the length of the size.
RPMPackage perl-Server-Starter-0.35-8.fc36.noarch
It is often a pain to write a server program that supports graceful restarts, with no resource leaks. Server::Starter, solves the problem by splitting the task into two. One is start_server, a script provided as a part of the module, which works as a superdaemon that binds to zero or more TCP ports, and repeatedly spawns the server program that actually handles the necessary tasks (for example, responding to incoming connections). The spawned server programs under Server::Starter call accept(2) and handle the requests.
RPMPackage perl-Plack-1.0050-1.fc36.noarch
Plack is a set of tools for using the PSGI stack. It contains middleware components, a reference server and utilities for Web application frameworks. Plack is like Ruby's Rack or Python's Paste for WSGI.
RPMPackage perl-POSIX-strftime-Compiler-0.44-5.fc36.noarch
POSIX::strftime::Compiler provides GNU C library compatible strftime(3). But this module will not affected by the system locale. This feature is useful when you want to write loggers, servers and portable applications.
RPMPackage perl-Module-Refresh-0.18-1.fc36.noarch
This module is a generalization of the functionality provided by Apache::StatINC. It's designed to make it easy to do simple iterative development when working in a persistent environment.
RPMPackage perl-Linux-Inotify2-2.3-2.fc36.x86_64
This module implements an interface to the Linux 2.6.13+ Inotify file/directory change notification system. It has a number of advantages over the Linux::Inotify module: - it is portable (Linux::Inotify only works on x86) - the equivalent of full name works correctly - it is better documented - it has callback-style interface, which is better suited for integration.