Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📚 Add Dependency Guidelines to Python Styleguide #244

Open
Nicoretti opened this issue Sep 23, 2024 · 0 comments
Open

📚 Add Dependency Guidelines to Python Styleguide #244

Nicoretti opened this issue Sep 23, 2024 · 0 comments
Labels
documentation User guides, tutorials, specifications
Milestone

Comments

@Nicoretti
Copy link
Member

Summary

Add a section on why and how to pin dependencies and their versions.

Details

It’s important to provide detailed guidelines on pinning project dependencies in the python style guide. This includes the differences and methodologies for pinning dependencies for applications and libraries. Additionally, it should cover scenarios where vendoring the dependencies could be necessary.

Background & Context

This documentation should be added because it will help developers understand the importance of pinning dependencies, and how to do it properly. It also provides clarity on when and why vendoring dependencies might be necessary. Ensuring project dependencies are managed correctly can prevent a lot of future issues and maintain stability.

Links & References

@Nicoretti Nicoretti added the documentation User guides, tutorials, specifications label Sep 23, 2024
@Nicoretti Nicoretti added this to the Paper Trail milestone Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation User guides, tutorials, specifications
Projects
None yet
Development

No branches or pull requests

1 participant