feat!: rename project from pylings to pythonlings#22
Merged
Conversation
The PyPI package (previously python-learnings), the CLI command (previously pylings), and the Python package are all now pythonlings. Legacy .pylings/ workspace state directories are migrated automatically on the next run, preserving progress and reset snapshots. Historical design docs under docs/superpowers/ keep the old name as a record of past work.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Renames the project everywhere: PyPI package (
python-learnings→pythonlings), CLI command (pylings→pythonlings), Python package, docs domain (pythonlings.abhik.ai), GitHub URLs, CI/publish workflows, README, and docs site.Why
The
pylingsname on PyPI belongs to an unrelated but same-concept project (CompEng0001's rustlings-inspired trainer, v1.3.1), so the old split naming (python-learningspackage /pylingscommand) silently sent users to a competitor and carried a permanent install-instruction tax. One unique name fixes discoverability, the command/package mismatch, and the README warning box.Details
migrate_legacy_state_dir()renames.pylings/→.pythonlings/on the next run, preserving progress and reset snapshots (tested against a real workspace).uvx pythonlingsnow works without the--fromdance since package name == command.docs/superpowers/intentionally keep the old name.[Unreleased]breaking-change entry.Tests
python -m pytest -q— 125 passedpythonlings --root tests/fixtures/passing_curriculum verify— passespythonlings init+ legacy.pylings/migration verified manuallyFollow-ups (outside this PR)
pythonlingson PyPI + update trusted publisherpythonlings.abhik.ai+ Pages custom domainpython-learnings