[Q] `py.typed` and `.typesafe`

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

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

    Probabilistic time series modeling in Python

  • I was looking at [`gluonts`](https://github.com/awslabs/gluonts/tree/dev/src/gluonts/core) source code and I found a `py.typed` file. That is something I always put in my type-annotated modules: it's literally an empty file which denotes that the module is marked for "internal or external use in type checking" [mypy docs](https://mypy.readthedocs.io/en/stable/installed_packages.html?highlight=py.typed#creating-pep-561-compatible-packages). However, I never saw before the `.typesafe` file. What does it denote? Does it have to be used alongside a `py.typed`?

  • 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

Related posts

  • Show HN: Auto Wiki v2 – Turn your codebase into a Wiki now with diagrams

    1 project | news.ycombinator.com | 23 Apr 2024
  • TimeGPT: Production Ready Time Series Foundation Model for Forecasting

    1 project | news.ycombinator.com | 8 May 2024
  • Darts: Python lib for forecasting and anomaly detection on time series

    1 project | news.ycombinator.com | 5 Mar 2024
  • [D] Doubts on the implementation of LSTMs for timeseries prediction (like including weather forecasts)

    3 projects | /r/MachineLearning | 10 Dec 2023
  • [D] Hybrid forecasting framework ARIMA-LSTM

    1 project | /r/MachineLearning | 27 May 2023