can't import python submodules

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

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

    It's Python with a Lissp.

  • The linked code does though. The imports would add them. In particular, the one on line 42 would add the reader attribute to the hissp module. That's how submodule imports in Python work; they get added as attributes (module "globals") to the package's module. OP is probably using the release version though. That would be this tag: https://github.com/gilch/hissp/blob/v0.3.0/src/hissp/__init__.py, which has no imports.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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