pipme

pipme

tool to simplify publishing Python projects to PyPI


The problem pipme solves

many developers find it tough to publish their locally created python package to pip for the world to access. Use pipme and deploy it without any overhead worries.

Challenges we ran into

  • finding the correct filename thats not already used in pypi repository
  • detecting used imported pip packages to save in setup.py file as a dependency

Technologies used

Discussion