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

Block or report sammyrulez

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
sammyrulez/README.md

Pinned

  1. diablo-api-py diablo-api-py Public

    Python client for Diablo 3 web api

    Python 11 2

  2. COVID-19 forecast COVID-19 forecast
    1
        m = Prophet()
    2
        m.fit(df)
    3
        future = m.make_future_dataframe(periods=50)
    4
        forecast = m.predict(future)
  3. openapi-specgen openapi-specgen Public

    Forked from GabrielCappelli/openapi-specgen

    Python library to generate OpenApi 3 specification from Python code

    Python

  4. htmx-fastapi htmx-fastapi Public

    HTMX FastApi Pydantic Pet clinic

    HTML 16 1

  5. typed-monads typed-monads Public

    Easy functional monads for your python code

    Python 13 2