nm-parseltongue-python-packagingPython package creation and PyPI distribution via pyproject.toml and entry points
Install via ClawdBot CLI:
clawdbot install athola/nm-parseltongue-python-packagingGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/athola/claude-night-market/tree/master/plugins/parseltongueAudited Apr 16, 2026 · audit v1.0
Generated May 11, 2026
A data analyst builds a Python CLI tool to process and visualize datasets, using uv for packaging and pyproject.toml for configuration. The tool is published to PyPI for internal team use and external distribution.
A machine learning engineer packages feature engineering utilities into a Python library with source layout. The library includes optional dependencies for different ML frameworks and is CI/CD-tested before publishing to PyPI.
A DevOps engineer creates a set of Python scripts for cloud infrastructure automation, using entry points for CLI commands. The package is distributed via PyPI and integrated into CI/CD pipelines for reproducibility.
A software developer crafts a Python package for scraping e-commerce sites, with pyproject.toml managing dependencies like requests and BeautifulSoup. The package is published as open-source on PyPI for community use.
An organization centralizes shared Python utilities (e.g., logging, database connections) into a package with uv workflow and source layout. The package is distributed via a private PyPI server and versioned with semantic versioning.
The package is released as open-source on PyPI, driving adoption. Revenue is generated through premium support, consulting, and training services for enterprise clients.
The package is developed for internal use but packaged into a commercial product for other companies. Revenue comes from licensing fees for access to a private PyPI repository.
A basic version of the package is free on PyPI, while advanced features (e.g., performance optimizations, priority support) are available via a paid subscription. Revenue is from subscription tiers.
💬 Integration Tip
Use uv for project management and pyproject.toml for configuration; integrate CI/CD with GitHub Actions for automated testing and publishing to PyPI.
Scored Jul 14, 2026
Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction.
Manage Feishu (Lark) calendars by listing, searching, checking schedules, syncing events, and marking tasks with automated date extraction.
Process multiple items with progress tracking, checkpointing, and failure recovery.
cad reference tool
Search, install, and create OpenClaw skills using intelligent matching across built-in, local, and GitHub skill repositories.
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.