The main problem is, to create such a package in offline environment, you need to pack all the dependencies that it requires within the package.
Then when you will install it, it won't need to look at any other repo or path to find them, they will be included in the package.
Anyone has any idea how to accomplish such a thing? Thank you.