All Projects → Wilfred → pyimport

Wilfred / pyimport

Licence: other
Manage Python imports from Emacs!

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to pyimport

ProcessMigrator
ProcessWire module that facilitates automated migration and sharing of page trees along with their templates and fields.
Stars: ✭ 29 (-57.35%)
Mutual labels:  import
import-cli-simple
This the meta package for Pacemaker Community, a Symfony based CLI application that provides import functionality for products, categories, attributes, and attribute-sets. The default format is CSV, adapters for XML are also available. The application can be declaratively extended by additional operations, which can be used to reassemble and exe…
Stars: ✭ 69 (+1.47%)
Mutual labels:  import
lint-deps
Lint for unused or missing dependencies in your node.js projects. Customize with plugins or configuration.
Stars: ✭ 48 (-29.41%)
Mutual labels:  import
eslint-config-welly
😎 ⚙️ ESLint configuration for React projects that I do. Feel free to use this!
Stars: ✭ 21 (-69.12%)
Mutual labels:  import
great-migration
Copy objects from Rackspace to S3
Stars: ✭ 15 (-77.94%)
Mutual labels:  import
qgis-kmltools-plugin
Fast KML Import and Export Plugin for QGIS
Stars: ✭ 45 (-33.82%)
Mutual labels:  import
DataDefinitions
Data Definitions Plugin for Pimcore
Stars: ✭ 70 (+2.94%)
Mutual labels:  import
meteor-graphql
Compiler plugin that supports GraphQL files in Meteor
Stars: ✭ 56 (-17.65%)
Mutual labels:  import
commercetools-sdk-typescript
The e-commerce SDK from commercetools for JavaScript written in TypeScript.
Stars: ✭ 25 (-63.24%)
Mutual labels:  import
VBA-Import-Export
Export & Import VBA code for use with Git (or any VCS)
Stars: ✭ 14 (-79.41%)
Mutual labels:  import
eslint-plugin-import
ESLint plugin with rules that help validate proper imports.
Stars: ✭ 4,290 (+6208.82%)
Mutual labels:  import
Blended
The Most Versatile Static HTML Site Generator
Stars: ✭ 22 (-67.65%)
Mutual labels:  import
konan
find all require/import calls by walking the AST
Stars: ✭ 48 (-29.41%)
Mutual labels:  import
csv2influx
A CLI tool for importing CSV files into Influxdb
Stars: ✭ 16 (-76.47%)
Mutual labels:  import
janusgraph-util
util for janusgraph to import data and so on/Janusgraph 导数据等工具
Stars: ✭ 72 (+5.88%)
Mutual labels:  import
bs-dynamic-import
📦🚀 BuckleScript dynamic import interop on JavaScript environment
Stars: ✭ 31 (-54.41%)
Mutual labels:  import
excel mysql
Module for import Excel files to MySQL table and export MySQL table to Excel file using PHPExcel
Stars: ✭ 30 (-55.88%)
Mutual labels:  import
anzip
Simple async unzip library for Node.js
Stars: ✭ 61 (-10.29%)
Mutual labels:  import
babel-loader-lerna-cra
Transpile Create-React-App imports in Lerna projects.
Stars: ✭ 30 (-55.88%)
Mutual labels:  import
importar
R package to import/load packages or functions the 'Python' way
Stars: ✭ 17 (-75%)
Mutual labels:  import

pyimport

Manage Python imports from Emacs!

Build Status Coverage Status MELPA

Installation: install from MELPA, or add pyimport.el to your load-path.

Unused Imports

Requires pyflakes to be installed.

screenshot

Run M-x pyimport-remove-unused.

This requires pyflakes to be on PATH. Alternatively, set pyimport-pyflakes-path.

Insert Missing Imports

screenshot

Place point on the missing variable, then run M-x pyimport-insert-missing.

This assumes that you have another Python buffer that contains an example of importing the variable.

I like to bind this to a key:

(define-key python-mode-map (kbd "C-c C-i") #'pyimport-insert-missing)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].