Part of the 0.3.0 adoption roadmap — Discovery.
Why (adoption impact)
python-learnings is live on PyPI (0.2.0), but the README still tells people PyPI "will become the primary install path after publishing is enabled" and points them at a GitHub @v0.1.0 install. New users following the README get the wrong, harder path — an active adoption blocker.
Current state
Readme.md "Install" section (~lines 51–73): recommends pipx install "git+https://github.com/abhiksark/pylings.git@v0.1.0" and says PyPI is "after publishing is enabled".
Readme.md intro status line (~line 21): Status: v0.1.0 alpha. GitHub installs are available now; the PyPI package name is python-learnings and will become the primary install path after publishing is enabled.
Scope / acceptance criteria
Where to look
Readme.md — "Install", "Quick Start", and the intro status paragraph.
Out of scope
- Badge fixes (separate issue) and the no-arg launch change (separate issue).
Verify
- Copy each documented command into a clean shell / fresh venv on Python 3.9+ and confirm
pylings --version prints 0.2.0.
Difficulty
good first issue · documentation — docs only, ~30 min.
Part of the 0.3.0 adoption roadmap — Discovery.
Why (adoption impact)
python-learningsis live on PyPI (0.2.0), but the README still tells people PyPI "will become the primary install path after publishing is enabled" and points them at a GitHub@v0.1.0install. New users following the README get the wrong, harder path — an active adoption blocker.Current state
Readme.md"Install" section (~lines 51–73): recommendspipx install "git+https://github.com/abhiksark/pylings.git@v0.1.0"and says PyPI is "after publishing is enabled".Readme.mdintro status line (~line 21):Status: v0.1.0 alpha. GitHub installs are available now; the PyPI package name is python-learnings and will become the primary install path after publishing is enabled.Scope / acceptance criteria
pip install python-learningsandpipx install python-learnings.uvx --from python-learnings pylings) anduv tool install python-learnings.pylingsand the PyPI name ispython-learnings(do NOTpip install pylings).v0.2.0and removes all "after publishing" wording.Where to look
Readme.md— "Install", "Quick Start", and the intro status paragraph.Out of scope
Verify
pylings --versionprints0.2.0.Difficulty
good first issue·documentation— docs only, ~30 min.