Git Product home page Git Product logo

flask-utils's Introduction

Hi there, My name's Jules - aka Seluj78 ๐Ÿ‘‹

Website Twitter Follow StackShare wakatime

I'm a Developper, DJ and Scout Leader

  • ๐Ÿ”ญ Iโ€™m currently working as a Senior Python Backend developper for Datascientest
  • ๐ŸŒฑ Iโ€™m currently looking for more open source projects to contribute to/create more packages/projects for people to use!

Spotify Playing ๐ŸŽง

Seluj78 Spotify Playing

Connect with me:

juleslasne.com Seluj78 | Twitter Seluj78 | LinkedIn Seluj78 | Instagram


Languages and Tools:

Python

Flask

SQL

MySQL

Git

GitHub

Terminal




โšก Recent Github Activity

  1. ๐Ÿ—ฃ Commented on #7858 in streamlit/streamlit
  2. ๐ŸŽ‰ Merged PR #5 in Seluj78/edusign
  3. ๐Ÿ—ฃ Commented on #1329 in FlareSolverr/FlareSolverr
  4. ๐Ÿ—ฃ Commented on #716 in kubenav/kubenav
  5. ๐Ÿ—ฃ Commented on #716 in kubenav/kubenav

โšก Github Stats

Seluj78's Github Stats










Original idea from https://github.com/codeSTACKr

flask-utils's People

Contributors

allcontributors[bot] avatar mews avatar seluj78 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

mews

flask-utils's Issues

Make validate_params work with the function's parametters instead of a dict

Instead of having

@validate_params(
    {
        "name": str,
        "age": int,
        "is_student": bool,
        "courses": List[str],
        "grades": Dict[str, int],
    }
)
def example():

It would make more sense to have the decorator read the function arguments directly like so :

@validate_params
def example(name: str, age: int, is_student: bool, courses: List[str], grades: Dict[str, int]):

/!\ One attention point is to see how Flask interacts with the function and where it places it's variables when doing a function with some kind of slug (@app.route("/users/<user_id>"))

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.