Coder Social home page Coder Social logo

antonio-pedro99 / fastapi_notes Goto Github PK

View Code? Open in Web Editor NEW
14.0 1.0 2.0 25 KB

This project is just a showcase on how to use Python as backend for flutter application and deploy them using heroku.

Python 97.92% Procfile 2.08%
fastapi fastapi-sqlalchemy fastapi-crud python sqlite-database orm restful-api

fastapi_notes's Introduction

apiVersion: v1
kind: SoftwareDeveloper
metadata:
    name: Antonio Pedro
    namespace: IIIT Delhi, Undergraduate Computer Science and Engineering
    labels:
        flutter/dev: true
               experience/year: 3
        cncf/mentee: 2023
                project: strimzi
        gdsc/mobileDev: 2022
    annotations:
        interests: mobile development, cloud computing, distributed systems, system programming, and Linux
        sports: swimming, football
        community: angola open-source community, chaoss africa, cncf, flutter angola
spec:
    replicas: 1   

danba340 Github Stats

antonio-pedro99's GitHub stats

Socials

Tools & Technologies


gcp git java linux mysql python

Digital Budges


gcp


fastapi_notes's People

Contributors

antonio-pedro99 avatar

Stargazers

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

Watchers

 avatar

Forkers

marvik

fastapi_notes's Issues

Suggest to loosen the dependency on uvicorn

Dear developers,

Your project fastapi_notes requires "uvicorn==0.13.4" in its dependency. After analyzing the source code, we found that the following versions of uvicorn can also be suitable without affecting your project, i.e., uvicorn 0.13.0, 0.13.1, 0.13.2, 0.13.3. Therefore, we suggest to loosen the dependency on uvicorn from "uvicorn==0.13.4" to "uvicorn>=0.13.0,<=0.13.4" to avoid any possible conflict for importing more packages or for downstream projects that may use ddos_script.

May I pull a request to further loosen the dependency on uvicorn?

By the way, could you please tell us whether such dependency analysis may be potentially helpful for maintaining dependencies easier during your development?



Details:

Your project (commit id: 7a9608b) directly uses 1 APIs from package uvicorn.

uvicorn.main.run

Beginning fromwhich, 37 functions are then indirectly called, including 19 uvicorn's internal APIs and 18 outsider APIs as follows:

[/antonio-pedro99/fastapi_notes]
+--uvicorn.main.run
|      +--uvicorn.config.Config.__init__
|      |      +--uvicorn.config.Config.configure_logging
|      |      |      +--logging.config.dictConfig
|      |      |      +--json.load
|      |      |      +--logging.config.fileConfig
|      |      |      +--yaml.safe_load
|      |      +--os.getcwd
|      |      +--dotenv.load_dotenv
|      |      +--os.environ.get
|      +--uvicorn.server.Server.__init__
|      |      +--uvicorn.server.ServerState.__init__
|      +--sys.exit
|      +--uvicorn.config.Config.bind_socket
|      |      +--socket.socket
|      |      +--sys.exit
|      |      +--click.style
|      +--uvicorn.supervisors.watchgodreload.WatchGodReload.__init__
|      |      +--uvicorn.supervisors.basereload.BaseReload.__init__
|      |      |      +--threading.Event
|      |      |      +--os.getpid
|      |      +--pathlib.Path
|      |      +--uvicorn.supervisors.watchgodreload.CustomWatcher.__init__
|      |      |      +--re.compile
|      |      |      +--watchgod.DefaultWatcher.__init__
|      +--uvicorn.supervisors.basereload.BaseReload.run
|      |      +--uvicorn.supervisors.basereload.BaseReload.startup
|      |      |      +--click.style
|      |      |      +--signal.signal
|      |      |      +--uvicorn.subprocess.get_subprocess
|      |      |      |      +--sys.stdin.fileno
|      |      +--uvicorn.supervisors.basereload.BaseReload.should_restart
|      |      +--uvicorn.supervisors.basereload.BaseReload.restart
|      |      |      +--uvicorn.subprocess.get_subprocess
|      |      +--uvicorn.supervisors.basereload.BaseReload.shutdown
|      |      |      +--click.style
|      +--uvicorn.supervisors.multiprocess.Multiprocess.__init__
|      |      +--threading.Event
|      |      +--os.getpid
|      +--uvicorn.supervisors.multiprocess.Multiprocess.run
|      |      +--uvicorn.supervisors.multiprocess.Multiprocess.startup
|      |      |      +--click.style
|      |      |      +--signal.signal
|      |      |      +--uvicorn.subprocess.get_subprocess
|      |      +--uvicorn.supervisors.multiprocess.Multiprocess.shutdown
|      |      |      +--click.style
|      +--uvicorn.server.Server.run
|      |      +--asyncio.get_event_loop

Since all these functions have not been changed between any version for package "uvicorn" from [0.13.0, 0.13.1, 0.13.2, 0.13.3] and 0.13.4. Therefore, we believe it is safe to loosen the corresponding dependency.

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.