RepoPulse SDKs and package intelligence across Rust, JavaScript/TypeScript, and Python ecosystems.
Access RepoPulse intelligence from your favorite programming language.
cargo add repopulseuse repopulse::RepoPulseClient;
let client = RepoPulseClient::new();
let repo = client.get_repo("owner", "repo").await?;pip install repopulsefrom repopulse import RepoPulseClient
client = RepoPulseClient()
repo = client.get_repo("owner", "repo")npm install repopulseimport { RepoPulseClient } from 'repopulse';
const client = new RepoPulseClient();
const repo = await client.getRepo('owner', 'repo');Enter a package name to get comprehensive intelligence and health analysis.
crates.io
The Rust programming language package registry
npm
The world's largest software registry
PyPI
The Python Package Index
rust
A generic serialization/deserialization framework
Get comprehensive intelligence on packages across all major ecosystems. Make informed decisions about dependencies and technology choices.
Powered by RepoPulse