Sunday Daily Thread: What's everyone working on this week?

This page summarizes the projects mentioned and recommended in the original post on /r/Python

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
  • pydantic-csv

    A csv loader that applies pydantic validation.

  • While thinking about importing CSVs, I was looking for a module that could do Pydantic validation on .csv files, surprisingly finding none. So I wrote a small module that can do that. It is really just a prototype at the moment, so let me know if you would find it useful or if you have any ideas for improvements or additional functionality. Code is here: https://github.com/uhavin/pydantic-csv

  • LockIn

    Encrypted Credentials Manager

  • Nice! I have something super similar in the works. Check it out if you want and lmk what you think. LockIn

  • 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
  • quickdoc

    A command line tool for quickly creating documents from templates. (by toconn)

  • enigma

    A simulated enigma machine. (by Engineero)

  • I made an Enigma machine a la World War II. It isn't the most elegant coding I've done, but it works! Check it out here if you're interested.

  • fabulist

    Generate random strings that make sense.

  • Fabulist:

  • pydantic

    Data validation using Python type hints

  • What is Google 😉. In short, it is a python module for validating data. https://pydantic-docs.helpmanual.io/

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

Related posts

  • utype VS pydantic - a user suggested alternative

    2 projects | 15 Feb 2024
  • How I saved Business logic from Telegram integration

    3 projects | dev.to | 23 Dec 2022
  • pydantic VS marshmallow - a user suggested alternative

    2 projects | 21 Sep 2022
  • Python Type Hints Are Turing Complete

    9 projects | news.ycombinator.com | 9 Sep 2022
  • What type hint should I use for "some container type" in general but explicitly exclude the str type?

    2 projects | /r/learnpython | 13 Jan 2022