0

I created a python package for in-house use which relies upon some environmental variables (namely, the user and password to enter an online database). for my company, the convenience of installing a package rather than having it in every project is significant as the functions inside are used in completely separate projects and maintainability is a primary issue.

so, how do I "link" the package with the environmental variables?

martineau
  • 119,623
  • 25
  • 170
  • 301
Asher11
  • 1,295
  • 2
  • 15
  • 31

1 Answers1

0

I think I'll just detail in the readme file what to insert and where. I tried to find a difficult solution when it was really simple and straightforward

Asher11
  • 1,295
  • 2
  • 15
  • 31