SQLCommenter is a library donated by Google to OpenTelemetry. We are in a process to of migrating the source code from google-cloud-sqlcommenter to opentelemetry-sqlcommenter.
SQLCommenter contains middleware/plugins that adds the capability of instrumenting SQL queries with code that executes the queries i.e. information like action, controller, dbdriver, etc and opentelemetry-trace(if present). More Details here
One of the supported language is Python, which includes django, flask frameworks and ORMs like sqlalchemy and psycopg2 (https://github.com/open-telemetry/opentelemetry-sqlcommenter/tree/main/python/sqlcommenter-python).
For the process of migration, we have moved in the code, documentation and renamed the packages to point to opentelemetry instead of google-cloud. Now our next task is to publish the packages into PyPi and TestPyPi. From the Python SIG meeting, my understanding is we would need tokens (restricted to only sqlcommenter project) to release these libraries. Can someone help us with this process ?
cc: @lonewolf3739 @aabmass