-
Notifications
You must be signed in to change notification settings - Fork 9
Add multiprocessing optional dependency #72
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 multiprocessing optional dependency #72
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #72 +/- ##
=======================================
Coverage 77.15% 77.15%
=======================================
Files 3 3
Lines 197 197
=======================================
Hits 152 152
Misses 45 45 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @STORM-codess, thanks for this. I've left a couple of small comments.
Co-authored-by: Adam Tyson <code@adamltyson.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I made one tiny suggestion so that the wording is consistent with the readme, and I don't think most users necessarily know what an "extra" means in this context.
Other than this, I think this is ready to merge. Thanks @STORM-codess!
Co-authored-by: Adam Tyson <code@adamltyson.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All looks good, thanks!
This PR adds
multiprocessing-logging
as an optional dependency inpyproject.toml
.This allows users who want to enable logging across multiple processes to install the package with:
pip install fancylog [multiprocessing]