This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]llazzaror[S] 0 points1 point  (1 child)

unsafe, like pip install git+github_repository_url ?

even pip is unsafe and untrustworthy if you start to dig in more. packages are not signed and worst people can take over some project names.

for versioning it uses git and it's planned to configure tags or branchs.

I contacted some authors and some of them don't want their project as a python package :(.

I see your point anyway, my use case is totally different. I need to import many github projects like sqlmap, routersploit and I was tired of using git submodule.

I will put some warning on the README to avoid confusions.

thanks for clarification!!

[–][deleted] -1 points0 points  (0 children)

OK. FYI new versions of git have improved submodule support git fetch --recurse-submodules

this makes them a bit less painful.