eclipse-uprotocol / up-python

uProtocol Language Specific Library for Python
Apache License 2.0
1 stars 8 forks source link

Migrate Project from setup.py to Poetry for better dependency management and project packaging #16

Closed neelam-kushwah closed 4 months ago

neelam-kushwah commented 4 months ago

Poetry streamlines the process, making it easier to manage dependencies, package the project, and publish it. This switch ensures a more efficient and up-to-date approach to Python development.