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?
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?