im working on porting an old tap to the new sdk. i...
# singer-tap-development
s
im working on porting an old tap to the new sdk. it’s great to feel like i’m building something sustainable and not just a totally custom package — thanks for all the work here!
a
The
porting
doc in the SDK admittedly could probably use some love. If you see any issues or means to improve those docs for others, we'd welcome any feedback or merge requests. 👍
Note that we recommend poetry and pipx, but you can certainly skip those steps if you are more familiar with the traditional setup.py-based package management process.
s
ok, that’s helpful. poetry/pipx/pipenv (along with meltano itself) are tools that i have not dealt with, so the extra files generated during the templating confused me a bit. it might b eworth adding in the creation of these extra files into the cookiecutter workflow;
Use the improved "poetry' package management approach or "setup.py": [ poetry ]
or something like that