Sergi on Nostr: I'm looking for advice for creating a new Python library. What project structure ...
I'm looking for advice for creating a new Python library. What project structure template do you recommend for the following case?
- It's a library, not an application.
- It will have test cases, probably using pytest.
- It will be an internal (company) library, not public.
- Still, internal users need good documentation about how to install and use it.
- It will be distributed using an internal Python Package repository.
- I would like to use isort and rust as pre-commit hooks.
#Python
- It's a library, not an application.
- It will have test cases, probably using pytest.
- It will be an internal (company) library, not public.
- Still, internal users need good documentation about how to install and use it.
- It will be distributed using an internal Python Package repository.
- I would like to use isort and rust as pre-commit hooks.
#Python