disallow-import-star: stop your users from using import *

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • mkinit

    Auto-generate explicit readable __init__.py files without `import *`

  • I feel like I should bring up my package: mkinit which autogenerates `__init__` files that behave like you did `import *`, but it makes everything explicit so you don't have to guess where things are coming from.

  • xdoctest

    A rewrite of Python's builtin doctest module (with pytest plugin integration) with AST instead of REGEX.

  • How would the pytest plugin work / what would it test for? I'm no stranger to writing pytest plugins, so if the idea seems like a natural fit for the package I'm all for it.

  • 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