ManderaGeneral / generalpackager

Tools to interface GitHub, PyPI, NPM and local modules / repos. Used for generating files to keep projects dry and synced. Tailored for ManderaGeneral for now.
https://pypi.org/project/generalpackager/
Apache License 2.0
0 stars 0 forks source link

Populate Packages file automatically #16

Open Mandera opened 2 years ago

Mandera commented 2 years ago

Through workflow somehow. Possibly move location of other/Packages, maybe in ManderaGeneral/.github? (Organization's) it's purpose right now is mostly to check if name is general, will probably have bigger role.

Mandera commented 1 year ago

This would solve get_ordered_packagers relying on packages having to be installed locally. Had an issue where I had started using a new venv and it excluded generalvector because I hadn't installed it. This would kinda get solved by new_clean_environment but it'd be nice to have this properly get all packages.

Mandera commented 1 year ago

Evolve generalpackager.other.packages.Packages into some sort of configuration file It would contain my whole environment. My GitHub profile: ManderaGeneral. All my packages would be listed there as a table. They are currently limited to a single datapoint which is "target", which is what they're grouped by as lists. This would be a great step towards generalizing generalpackager. Where would this file recide?