alecthomas / importmagic

A Python library for finding unresolved symbols in Python code, and the corresponding imports
BSD 2-Clause "Simplified" License
120 stars 20 forks source link

Upload importmagic to pypi #1

Closed timothycrosley closed 9 years ago

timothycrosley commented 10 years ago

Hi @alecthomas,

I'm planning on making import magic support the flagship feature for isort 4.0, however I noticed that importmagic isn't yet uploaded to the pypi index.

Thanks!

Tim

alecthomas commented 10 years ago

Unfortunately there are still a couple of show-stopper bugs that I need to fix. Stuff like removing valid imports :\

Hopefully I can get this fixed soon.

jorgenschaefer commented 9 years ago

+1 for adding importmagic to PyPI. We're adding support for it to Elpy (an Emacs Python environment). :-)

(Great to hear isort will support it, too!)

alecthomas commented 9 years ago

Done.

jorgenschaefer commented 9 years ago

It seems to me as if there are no releases on pypi – that is, importmagic is now registered on pypi, but there is no package to be downloaded:

$ pip install importmagic
Downloading/unpacking importmagic
  Could not find any downloads that satisfy the requirement importmagic
Cleaning up...
No distributions at all found for importmagic

Am I missing something? Will there be an upload? :-)

birkenfeld commented 9 years ago

I've submitted 0.1.0 to PyPI now, just to have a baseline e.g. for elpy.