Skip to content
View stkrp's full-sized avatar

Block or report stkrp

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. Multiple indexes Multiple indexes
    1
    class multiple_indexes(object):
    2
        """ Mixin """
    3
        def __getitem__(self, index):
    4
            if not isinstance(index, tuple):
    5
                index = (index, )
  2. T from ETL (https://en.wikipedia.org... T from ETL (https://en.wikipedia.org/wiki/Extract,_transform,_load)
    1
    from transformation import pipeline, rename_fields, transform_field_value, replace, group_fields
    2
    
                  
    3
    
                  
    4
    if __name__ == '__main__':
    5
        car_transformer = pipeline(
  3. Converts a mapping to Django field c... Converts a mapping to Django field choices
    1
    from typing import Any, Mapping, Tuple, Callable
    2
    
                  
    3
    
                  
    4
    def mapping_to_choices(
    5
        mapping: Mapping[str, Any],
  4. Least and greatest objects in python Least and greatest objects in python
    1
    class _Singleton(type):
    2
        _instances = {}
    3
    
                  
    4
        def __call__(cls, *pargs, **kwargs):
    5
            mcls = cls.__class__
  5. django/django django/django Public

    The Web framework for perfectionists with deadlines.

    Python 79.5k 31.6k

  6. rest-client-framework rest-client-framework Public

    Python