Skip to content
View shvechikov's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report shvechikov

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. lisp.py lisp.py Public

    Experimental LISP implementation in Python (and LISP in LISP in Python!)

    Python 2

  2. fwf2csv fwf2csv Public

    Extremely fast FWF to CSV converter written in Rust.

    Rust

  3. encode/django-rest-framework encode/django-rest-framework Public

    Web APIs for Django. 🎸

    Python 27.8k 6.8k

  4. aio-libs-abandoned/aioredis-py aio-libs-abandoned/aioredis-py Public archive

    asyncio (PEP 3156) Redis support

    Python 2.3k 335

  5. maximdanilchenko/aiohttp-apispec maximdanilchenko/aiohttp-apispec Public

    Build and document REST APIs with aiohttp and apispec

    Python 219 59

  6. Super Chunkify Super Chunkify
    1
    # -*- coding: utf-8 -*-
    2
    """
    3
    На работе как-то раз появилась довольно стандартная задача:
    4
        написать генаратор, который отдаёт элементы из некого итератора пачками
    5
        по n элементов.