Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

importlib

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

importlib

Backport of importlib.import_module() from Python 2.7

  • 1.0.4
  • PyPI
  • Socket score

Maintainers
1

Purpose

This package contains the code from importlib as found in Python 2.7. It is provided so that people who wish to use importlib.import_module() with a version of Python prior to 2.7 or in 3.0 have the function readily available. The code in no way deviates from what can be found in the Python 2.7 standard library.

For documentation, see the importlib docs_ for Python 2.7.

.. _importlib docs: http://docs.python.org/2.7/library/importlib.html

Notice about maintenance

Due to the fact that this project is only applicable to versions of Python that are no longer supported <http://cpython-devguide.readthedocs.io/en/latest/#status-of-python-branches>_, there will be no further maintenance of this project. Since the code included in this project is simply copied from Python 2.7 itself, if you need updated fixes you can copy the files manually on your own.

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc