Giter Site home page Giter Site logo

Hi there 👋

🔭 I’m currently working on aioauth - Asynchronous OAuth 2.0 framework for Python 3

🔭 I’m currently working on aioauth-fastapi demo server

🤔 I’m looking for help with documenting aioauth


🔭 I created new library - aioshutdown the context manager that provides simple graceful shutdown interface for your asyncio tasks.

Usage example:

import asyncio
from aioshutdown import SIGTERM, SIGINT, SIGHUP


async def my_task(sleep: int):
    try:
        ...
    except asyncio.CancelledError as exc:
        # Your graceful shutdown logic here


# The list of the signals, that you want to handle
with SIGTERM | SIGHUP | SIGINT as loop:
    # The list of your tasks
    tasks = [loop.create_task(my_task(i)) for i in range(1, 10)]
    loop.run_forever()

Ali Aliyev's Projects

aioauth icon aioauth

Asynchronous OAuth 2.0 provider for Python 3

aioshutdown icon aioshutdown

Context manager that provides simple graceful shutdown interface for your asyncio tasks.

awesome-python icon awesome-python

A curated list of awesome Python frameworks, libraries, software and resources

intl-tel-input icon intl-tel-input

A JavaScript plugin for entering and validating international telephone numbers

jedi-vim icon jedi-vim

Using the jedi autocompletion library for VIM.

oauth.net icon oauth.net

:lock: The oauth.net website. Feel free to send pull requests with updates.

primes icon primes

Finds prime numbers from the given sequence using mypyc and process-based parallelism.

pydantic-settings-external icon pydantic-settings-external

PyDantic Settings External is a library that extends PyDantic Settings to support various types of external configuration providers.

rfunc icon rfunc

rfunc is a lightweight client-server application that enables running Python functions remotely as if they were executed in the local interpreter.

ru102py icon ru102py

The example project for Redis University's RU102PY course.

runestone icon runestone

:orange_book: Перевод книги Problem Solving with Algorithms and Data Structures Using Python

vim icon vim

:pencil: minimalistic vimrc based on KISS principle @vim

with-rest icon with-rest

with-rest is a simple wrapper that extends restful-react to visually separate the logic of REST queries from the component itself.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.