GithubHelp home page GithubHelp logo

flask-extensions / flaskextensions.com Goto Github PK

View Code? Open in Web Editor NEW
69.0 11.0 17.0 13.64 MB

Website flaskextensions.com curated collection of Flask Extensions and its resources

Home Page: https://flaskextensions.com

Python 32.20% Dockerfile 3.42% HTML 48.30% CSS 5.74% JavaScript 8.95% Makefile 1.39%
flask

flaskextensions.com's Introduction

Codeshow

FlaskExtensions.com

Website http://flaskextensions.com curated collection of Flask Extensions and its resources

Why?

There are some amazing Flask Extensions spread across github and gitlab repositories but we miss a place to aggregate and follow status of them all.

How?

This project has been develped during live coding streams at https://twitch.tv/codeshow

Stack

This project is divided in some services:

  • FEXService

    Powered by Python sched Fetches data from Github API for every repo having flask-extension as a topic.

  • FEXAPI

    Powered by FastAPI serves the data and provides search, pagination, aggregation etc.

  • FEXUI

    Powered by Vue.js and Bulma CSS shows the web grid to search extensions.

  • FEXTUI (todo)

    Powered by Typer and Blessed gives a UI to explore extensions at the terminal

  • FEXWASM (todo)

    Powered by Rust and WebAssembly gives the same experience as desktop app

  • FEXAPP (todo)

    To Be Defined

Contributing

Read the instructions on CONTRIBUTING.md

Contributors

Thanks goes to these wonderful people (emoji key):


Bruno Rocha

💻 📹 🤔 🚧

Marcos Benevides

💻 👀 ⚠️ 🚇 🚧

Fabricio Aguiar

👀 💻

Jairo Matos Da Rocha

💻 📖 👀

Douglas Maciel d'Auriol Souza

💻

Marcos Oliveira

💻

Eduardo Mendes

📹 💻 👀

Regis Tomkiel

💻 💡

Marcus Pereira

💻 🤔

Giordane Oliveira

🎨 🤔

Herbety Paulo

💻 📖

Vicente Marçal

👀 📖

Walison Filipe

🤔

Berg Paulo

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

flaskextensions.com's People

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flaskextensions.com's Issues

Criacao Core entre Fexextension e FexAPI

Vou criar o CORE para separar as camadas, um middleware.
A tecnologia achada foi do Python RDP. O Bruno tinha falado sobre RDC, mas nao achei muita coisa por ser um termo muito abrangente em varias areas.

Paginacao

Criar a Paginacao para os Cards de visualizacao.

Full text Search

Implementar indexação no fexservice/consumer
Endpoint de busca em fexapi/api
Busca com axios no fexui/js

Calculos para flags

Criar um calculo para avaliar os dados de tempo do repositorio e dizer se os dados estao sendo atualizados.
Com o Calculo feito, classificar por meio de flags para alertas aos usuarios.

SEARCH_QUERY errada

Erro

Caso a SEARCH_QUERY tenha aspas simples, GitHub irar devolver uma lista vazia sem ter uma exceção
Ex:
SEARCH_QUERY= "topic:'flask-extension flask-extensions'"

Resolução

Adicionado o código na linha 35 do arquivo consumer.py irar evitar este problema.

if 0 == repositories.totalCount:
logger.critical("Bad SEARCH_QUERY")
exit(1)

Melhoria

Criar um validador para SEARCH_QUERY

Contribuidores

Caso seu nome não esteja no arquivo README.md, pode pedir para ele ser adicionado usando o bot "All Contributors", para isso comentado nesta Issue, pedindo @all-contributors para adicionar um colaborador

@all-contributors please add <nome de usuário>  for <tipo de contribuição (em inglês)>

Veja os Tabela de Emoji (contribuição tipos referência) para obter uma lista válida de tipos de contribuição.

O bot criará uma solicitação de Pull Request para adicionar o colaborador e, em seguida, responderá com os detalhes da pull request.

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.