New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

importscan

Package Overview
Dependencies
Maintainers
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

importscan

Recursively import modules and sub-packages

0.2
PyPI
Maintainers
4

importscan: recursively import Python packages

importscan provides a scan function that lets you recursively import a package and its sub-modules and sub-packages.

Documentation_.

.. _Documentation: http://importscan.readthedocs.org

CHANGES

0.2 (2020-01-29)

  • Removed: Removed support for Python 2.

    You have to upgrade to Python 3 if you want to use this version.

  • Dropped support for Python 3.3

  • Added support for Python 3.5, 3.6, 3.7, 3.8 and PyPy 3.6.

  • Make Python 3.7 the default testing environment.

  • Fix deprecated and legacy code.

  • Use virtualenv and pip instead of buildout to set up the development environment.

  • Add development documentation and reorganize documentation.

  • Upload universal wheels to pypi during release.

  • Clean up the development and release workflow.

  • Add integration for the Black code formatter.

0.1 (2016-03-15)

  • Initial public release.

Keywords

decorator import package

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts