3 links
tagged with all of: cli + python
Click any tag below to further narrow down your results
Links
Watchfiles is a modern, high-performance file watching and code reloading library for Python, utilizing the Notify rust library for file system notifications. It supports asynchronous operations and includes a command-line interface for executing commands upon file changes. The package is compatible with Python versions 3.9 to 3.14 and can be installed via pip or from source with Rust stable installed.
Burpa is a fork of the abandoned burpa project that provides a command-line interface and Python API for automating scans with Burp Suite, utilizing its REST API. It supports various scanning options, including authenticated scans and report generation, while also allowing configuration via environment variables. Recent updates include static type checking, removal of Slack support, and improved CLI functionality using python-fire.
The article introduces 'nblm-rs', an unofficial API client for the NotebookLM Enterprise, built on a Rust core. It offers a command-line interface (CLI) and a Python SDK to simplify interactions with the API, addressing common challenges such as authentication complexity and error handling. The project aims to provide production-ready tools for seamless integration and scripting with the NotebookLM API.