Giter Club home page Giter Club logo

pyiikocloudapi's Introduction

Hi there 👋

My name is Kebrick, i'm interested in the development web services, mobile app and telegram bots.

Work Stack

from dataclasses import dataclass

@dataclass
class WorkStack:
    languages   : tuple = ("Python", "Golang", "Kotlin", "Swift5")
    databases   : tuple = ("PostgreSQL", "Redis", "MongoDB")
    misc        : tuple = ("Docker", "Traefik", "Celery", "SwiftUI")
    ide         : tuple = ("PyCharm", "Golang", "AndroidStudio", "Xcode")
​

pyiikocloudapi's People

Contributors

andreyarefev avatar davyd012 avatar kebrick avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pyiikocloudapi's Issues

Checking is_alive status for terminal_group fails

Thanks for making your library available - saved me a few hours of work. However, models.py class BaseTGIsAliveyModel (sic!) on line 439 seems to use wrong base class to return results:

class BaseTGIsAliveyModel(BaseResponseModel):
    is_alive_status: Optional[List[StreetsItemModel]] = Field(alias="isAliveStatus")

Upon quick source code inspection and monkey-patching, I believe its is_alive_status field should be defined like this in order to return anything but Pydantic model validation errors:

    is_alive_status: Optional[List[TGIsAliveItemModel]] = Field(alias="isAliveStatus")

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.