SIH Tech Tidbits

Useful tips, libraries and tools from the Sydney Informatics Hub team

#development Articles


Publishing Packages using Poetry

Poetry is a command-line dependency management and packaging tool for Python. It offers commands for creating a new project, adding and removing dependencies, and managing package metadata for publishing. Getting …