pokie VS panther

Compare pokie vs panther and see what are their differences.

panther

Fast & Friendly Web Framework For Building Async APIs With Python 3.10+ (by AliRn76)
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
pokie panther
1 5
0 230
- -
7.2 9.4
2 months ago 3 months ago
Python Python
BSD 2-clause "Simplified" License BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pokie

Posts with mentions or reviews of pokie. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-03.
  • New web framework for Python in development
    4 projects | news.ycombinator.com | 3 Aug 2023
    I forgot to add that most of my "custom" implementations are also open-source, to avoid repeating the same boilerplate over and over at different places. Its not "pythonic", and it is at varying degrees of maturity, and honestly, they are mostly for internal use in my projects (documentation is incomplete, interfaces may change, etc), but if you want have a look:

    https://github.com/oddbit-project/rick_db - postgresql query builder & object mapper - it is built around the concept of pure data objects (no indirect references do open resources) that can represent application data between layers; It also features a forward-only migration manager;

    https://github.com/oddbit-project/rick - plumbing, validation & assorted logic - provides service locators, registries, containers (including dependency injection); validators, forms & request validation (with support for laravel-style validation chains), and a bunch of other stuff;

    https://github.com/oddbit-project/pokie - flask-based web meta-framework, focused on REST api design, that brings components from the other two projects into an modular applicational framework;

panther

Posts with mentions or reviews of panther. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-03.

What are some alternatives?

When comparing pokie and panther you can also consider the following projects:

rick_db - Python3 SQL Database component

Django - The Web framework for perfectionists with deadlines.

rick

Scrapy - Scrapy, a fast high-level web crawling & scraping framework for Python.