Skip to content
View fswair's full-sized avatar
🤠
coding
🤠
coding

Highlights

  • Pro
Block or Report

Block or report fswair

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

  1. telepaidev/NowPaymentsAPI telepaidev/NowPaymentsAPI Public

    An official API wrapper for NowPayments.

    Python 1

  2. MentoDB MentoDB Public

    MentoDB is powerful database engine for sqlite3. You have many options to use, specially basic things, also lambda filters, regular expressions included.

    Python 2 1

  3. JSONIC JSONIC Public

    Modular, ORM based, high efficiently "JSONField" Database Engine!

    Python 2

  4. FastAPI-Examples FastAPI-Examples Public

    A fastapi structure build by me when i was learning fastapi.

    Python

  5. PyReloader PyReloader Public

    Reload and run files on each file change. (Does not working properly for now, will be updated..)

    Python 1

  6. distance calculator api with locations distance calculator api with locations
    1
    import geopy, haversine as hs
    2
    from fastapi import FastAPI
    3
    
                  
    4
    app = FastAPI()
    5
    @app.get("/get/locationDistance")