Show HN: FSW: helpers for building apps with Flask, SQLAlchemy, and WTForms

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • fsw

    A modular Flask toolkit.

  • support

    Issue tracker for support requests related to using https://pypi.org (by pypi)

  • FSW is a collection of classes and functions for building apps combining Flask, SQLAlchemy, and WTForms. The library is intended to be modular: it does not require instantiation with the app object, and its pieces are generally independent of each other.

    I created the library to avoid duplication between my own Flask apps. Many of its helpers are inspired by Django. The library is currently in alpha and will hopefully be available on PyPI soon (https://github.com/pypi/support/issues/2987).

    The library is divided into three components:

    - fsw.views (RedirectView, TemplateView, FormView, CreateModelView, ReadModelView, ReadOneModelView, UpdateModelView, DeleteModelView)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project