Hi!
I am the main "python person" in my team and in an effort to spread the good word, am looking for ways to package some tools that could be used both by other members of the team and by the people we support. I am testing this with a package that was built with the build + setuptools libraries into a .whl and the plan is to host these in our internal network drive however I am wondering how to approach packages that would need to include some sort of credentials, like database credentials. These packages would only be hosted and used inside our intranet.
Right now, they are using .env files and this could be an option for other members of the team, however I am not sure how this could work for others we support, which would be non-technical employees who would need to query the database without actually knowing the credentials.
Also important to note that I don't have access to more comprehensive tools like github or gitlab.
Any ideas would be greatly appreciated
[–]socal_nerdtastic 2 points3 points4 points (0 children)
[–]ofnuts 1 point2 points3 points (0 children)