Skip to content
View flyaroundme's full-sized avatar
Block or Report

Block or report flyaroundme

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. uv uv Public

    Forked from astral-sh/uv

    An extremely fast Python package installer and resolver, written in Rust.

    Rust

  2. omymodels omymodels Public

    Forked from xnuinside/omymodels

    O!My Models (omymodels) is a library to generate Pydantic & GinoORM Python Models from SQL DDL.

    Python

  3. pudb pudb Public

    Forked from inducer/pudb

    Full-screen console debugger for Python

    Python

  4. zabbix_entity.py zabbix_entity.py
    1
    import abc
    2
    import socket
    3
    import struct
    4
    import time
    5
    from typing import Union, Optional, Type, Any
  5. datastreams.py datastreams.py
    1
    from functools import partial, wraps
    2
    
    
    3
    from typing import Iterable, Callable, Iterator
    4
    
    
    5
    
    
  6. pandas_df_like_idea.py pandas_df_like_idea.py
    1
    from functools import partial
    2
    
    
    3
    class Field:
    4
        def __eq__(self, other):
    5
            def eq_filter(container_obj, other):