0

Currently, I'm working to port some software from Ruby to Python.

On Ruby to create a new gem you usually use bundle gem ... to generate a new gem project structure.

Is there a similar tool in Python world?

CAMOBAP
  • 5,523
  • 8
  • 58
  • 93
  • 1
    Maybe https://cookiecutter.readthedocs.io/en/1.7.2/ – jonrsharpe Jul 29 '21 at 08:04
  • Pip is the python equivalent to bundler. http://packaging.python.org/tutorials/installing-packages.html. Why they can't package it in a proper executable is beyond me though. – max Jul 29 '21 at 08:54
  • @jonrsharpe thanks a lot for suggestion, if you will write an answer I will accept it – CAMOBAP Jul 29 '21 at 16:35

0 Answers0