Skip to main content

Autoimport missing python libraries.

Project description

Autoimport

Actions Status Actions Status Coverage Status

Autoimport missing python libraries.

Throughout the development of a python program you continuously need to manage the python import statements either because you need one new object or because you no longer need it. This means that you need to stop writing whatever you were writing, go to the top of the file, create or remove the import statement and then resume coding.

This workflow break is annoying and almost always unnecessary. autoimport solves this problem if you execute it whenever you have an import error, for example by configuring your editor to run it when saving the file.

Help

See documentation for more details.

Installing

pip install autoimport

Contributing

For guidance on setting up a development environment, and how to make a contribution to autoimport, see Contributing to autoimport.

License

GPLv3

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autoimport-0.5.0.tar.gz (9.8 kB view hashes)

Uploaded Source

Built Distribution

autoimport-0.5.0-py3-none-any.whl (21.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page