Placeholder package that redirects users to npm version. Not functional - serves only to inform users about the npm package.
pyproject.toml: Package metadata, version 0.1.1src/codebuff/__init__.py: Main function that prints redirect messageREADME.md: Installation instructions (npm only)LICENSE: MIT License template (incomplete)
- Package name mismatch: configured as "codebuff" but script entry point references "manicode"
- LICENSE file has placeholder text
[year] [fullname] - URLs point to old "manicode" repository instead of current project
- Uses setuptools build system
- Requires Python 3.6+
- Build with:
python -m build - Current version: 0.1.1