Autoimport missing python libraries.
Project description
Autoimport
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file autoimport-0.7.0.tar.gz
.
File metadata
- Download URL: autoimport-0.7.0.tar.gz
- Upload date:
- Size: 22.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c15c013e9029ec252fa8a1895570c34ff5676eabbdd85ae9514024e22ffee34 |
|
MD5 | 889270254817da8765225b5c1486c3dd |
|
BLAKE2b-256 | b76bc8ef1b7d5a30ee7b95e678e5a48d528220ab93816a46e9d9c9cd7e1ab8a4 |
File details
Details for the file autoimport-0.7.0-py3-none-any.whl
.
File metadata
- Download URL: autoimport-0.7.0-py3-none-any.whl
- Upload date:
- Size: 21.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d98ae9100d7dfbac7183336c69d2a87bfbeebcdeb59253760f1e2a9db27fc970 |
|
MD5 | e8d117ba721a9eff72db0e63cb508362 |
|
BLAKE2b-256 | b393d7aa9187ee2b7d93be964df8b13a5d6e2c25c3e96665cf6998f3ec9fd683 |