Hi @robwarrenwx, @nicholasloveday pointed me over to this repo and it is excellent, thank you for your work and publishing it. I'm actually in need of some of these derivations for a project I'm working on. Would you be okay with me submitting a PR for managing the configuration, so this library could be installed and used as a dependency elsewhere? I'd rather set it up as a dependency instead of lifting the code and providing attribution only in a comment block.
My plan would be to use uv to set up the pyproject.toml and also add a uv.lock lockfile. It would also add a .python_version file and .git/ directory that could be used for future Github Actions. This approach will also prepare it for adding to PyPI if that is something you might want to do.
Hi @robwarrenwx, @nicholasloveday pointed me over to this repo and it is excellent, thank you for your work and publishing it. I'm actually in need of some of these derivations for a project I'm working on. Would you be okay with me submitting a PR for managing the configuration, so this library could be installed and used as a dependency elsewhere? I'd rather set it up as a dependency instead of lifting the code and providing attribution only in a comment block.
My plan would be to use
uvto set up thepyproject.tomland also add auv.locklockfile. It would also add a.python_versionfile and.git/directory that could be used for future Github Actions. This approach will also prepare it for adding to PyPI if that is something you might want to do.