TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Create and Publish a Python Package with Poetry

5 pointsby franeyalmost 6 years ago

1 comment

franeyalmost 6 years ago
I recently took Poetry for a spin when releasing Flake8 Markdown[1], and I thought it might be helpful to walk through the process of making a package using Poetry, from start to finish.<p>I found it more straightforward than using setup.py and twine, which I used for other packages.<p>How are you publishing to PyPI these days?<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;johnfraney&#x2F;flake8-markdown" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;johnfraney&#x2F;flake8-markdown</a>