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

Block or report NikBelyaev

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. Class Factory Class Factory
    1
    class _ClassFactory:
    2
        """A factory that returns object by name.
    3
        This can implement methods for retrieving classes by some filter cases.
    4
        """
    5
        _factory: Dict[str, Type['Base']] = {}
  2. django-app-settings django-app-settings Public

    This package provides a smart settings object that searches for app settings in project level settings with provided prefix.

    Python

  3. LikaloLLC/BlogVi LikaloLLC/BlogVi Public

    Tailwind Static Blog with Search (No backend)

    Python 4 4

  4. LikaloLLC/django-swag-auth LikaloLLC/django-swag-auth Public

    Open Source Library that we hope will make it easy to connect to a bunch of third party interfaces so we can retrieve API swagger docs

    Python 3

  5. LikaloLLC/docsie-universal-doc-importer LikaloLLC/docsie-universal-doc-importer Public

    Python/Django library to import documentation from anywhere and send it to anywhere.

    Python 1

  6. LikaloLLC/ddd-framework LikaloLLC/ddd-framework Public

    Our base class framework for development of Docsie Apps

    Python