bosd
bosd
@bruno-fs Thanks, your fork looks really interesting. Specifically the cruft. Personally I like it, but it might be too opinionated for the projects i'm working with.
I even want a step further. My fork is based on the one of bruon-fs. Replacing poetry with uv. https://github.com/bosd/cookiecutter-uv-hypermodern-python
Hi, Thanks for your interest in deepnest. You can keep your eye out for a long time 😄 Deepnest is abondoned by the original author. There is a community based...
Deepnest is abondoned by the original author. There is a community based fork at this repo:Â https://github.com/deepnest-io/Deepnest
Should hard dependencies be included as well? Example from https://github.com/OCA/community-data-files/tree/18.0/base_bank_from_iban From the manifest: ``` "external_dependencies": {"python": ["schwifty==2024.4.0"]}, ``` The generated pyproject.toml ```ini [build-system] requires = ["whool"] build-backend = "whool.buildapi" ```...
aah. Got it! I was thinking the pyproject.toml would be the place to centralize the dependencies. So we could use things like dependabot to manage the versions in the toml...
@gjotten Can you please merge?
Hey! As https://github.com/camelot-dev/camelot/issues/343, we try to build a maintained fork at [pypdf_table_extraction](https://github.com/py-pdf/pypdf_table_extraction). Do you want to open the PR against that branch so that we can merge your improvement?
Hey! As https://github.com/camelot-dev/camelot/issues/343, we try to build a maintained fork at [pypdf_table_extraction](https://github.com/py-pdf/pypdf_table_extraction). Can you check with the latest code over there if the issue still exsists? Please open a issue...
> Could you please let me know if a fix has been deployed on the forked branch, I assume the fork is ok. The tests are passing there. Please test...