Giter Club home page Giter Club logo

building-python-microservices-with-fastapi's People

Contributors

markdsouzapackt avatar packt-itservice avatar shubham763 avatar sjctrags avatar

Stargazers

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

Watchers

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

building-python-microservices-with-fastapi's Issues

ModuleNotFoundError: No module named 'dependency_injector' in ch03 project

Hi sir, when I run the application of ch03 project. It shows the error as below:

from dependency_injector.wiring import inject, Provide
ModuleNotFoundError: No module named 'dependency_injector'

Although I have tried to install:

pip install dependency_injector
pip install dependency_injection
and the IDE recognize the package.

I'm using python 3.11.4

Bug in Ch07b

login.py imports http_basic in ch07a and ch07b but in the latter , http_digest is used , generating the below error

from api import admin, login, profile, auction, bid
File "./api/login.py", line 13, in
from security.secure import authenticate, get_password_hash, http_basic
ImportError: cannot import name 'http_basic' from 'security.secure' (./security/secure.py)

can i raise a PR to fix this ?

Can't find the script "fcms_postgres.sql"

Hello, I can't find any script called "fcms_postgres.sql" which is referred in 5th module of the book (page 109) in this repository. Can anyone help me, thank you in advance!

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.