No description available
pip install fastpluggy-usage-cli
pip install fastpluggy-usage-cli==0.1.3
A client library for tracking usage metrics for FastPluggy packages.
pip install fastpluggy-usage-cli
from fastpluggy_usage_cli.client import UsageClient
# Create a client
client = UsageClient(
api_url="https://usage.fastpluggy.xyz",
send_packages=True,
auto_register_sentry=False
)
# Send usage metrics
await client.send_usage("installation-id", "action-type")
This plugin does not have a Changelog file or it could not be extracted from the package.
API documentation for this plugin is not available.
Last analysis performed: 2025-07-23 22:26:30
This plugin has a valid entry point:
usage_cli
= fastpluggy_plugin.usage_cli.plugin:UsageFastPluggyCliPlugin
Issues were found during analysis, but details are not available.
fastpluggy_plugin.usage_cli.plugin:UsageFastPluggyCliPlugin