Replies: 1 comment 1 reply
-
That would definitely be something very useful, and I probably also possible to do. I actually have some notebooks that contain a semi-automated way to collect packages, but it would still require a lot more time to get it full automated. Unforuntalty, I don't have a lot of time at the moment to work on new features for best-of :( If you want to work on this, maybe it would be nice to create that as a GitHub action as well. E.g. something that automatically collects new packages, updates the project.yml and creates a new PR with the updated projects. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It could be kind of cool to update best-of lists about Python packages in an automated manner. E.g. in case it's about a best-of list about
pydantic
:project:
) inprojects.yml
category:
) inproject.yml
pydantic
) is contained in dependencies (requirements.txt
,pyproject.toml
, ...)I'm pretty sure it's not possible to fully automate the overall tasks of selecting and pasting packages into
pyproject.toml
. But getting potentially interesting packages using an approach like mentioned before could be pretty helpful probably.What's your opinion about this idea @lukasmasuch ?
Beta Was this translation helpful? Give feedback.
All reactions