Skip to main content

Slingshot SDK

Project description

Capital One Slingshot SDK Python Library

Capital One Slingshot Logo

The official Python SDK for Capital One's Slingshot platform. This library provides a convenient way to interact with the Slingshot API from your Python applications.

📚 Documentation

Complete Documentation & API Reference

For comprehensive guides, examples, and API documentation, visit our GitHub Pages documentation site.

Table of Contents

Installation

Install the SDK using pip:

pip install c1s-slingshot-sdk-py

Quick Start

from slingshot import SlingshotClient

# Initialize the client (uses SLINGSHOT_API_KEY environment variable)
client = SlingshotClient()
# If you want to pass your API key to the client without using the environment variable:
# client = SlingshotClient(api_key="your API key")

# List projects
all_projects = []
for project in client.projects.iterate_projects():
    all_projects.append(project)

print(f"Found {len(all_projects)} projects.")

# Get a specific project
project = client.projects.get_project(all_projects[0]["id"])
print(project)

Contributing

[!IMPORTANT] At this time, we are only accepting pull requests from Capital One employees. External pull requests will be closed.

🔧 Contributing Guide - Development setup, testing, and release process

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

c1s_slingshot_sdk_py-2.1.0.tar.gz (14.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

c1s_slingshot_sdk_py-2.1.0-py3-none-any.whl (16.6 kB view details)

Uploaded Python 3

File details

Details for the file c1s_slingshot_sdk_py-2.1.0.tar.gz.

File metadata

  • Download URL: c1s_slingshot_sdk_py-2.1.0.tar.gz
  • Upload date:
  • Size: 14.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for c1s_slingshot_sdk_py-2.1.0.tar.gz
Algorithm Hash digest
SHA256 2bb8b189bee11dceeaad1acf8b694e1761c3324dcee565a468d795d688362896
MD5 f34b3f27479f73a89bfdb14e053c4ec1
BLAKE2b-256 a9531b150a9a245b6318f16172181c32a82d46742fa3adefdd058f4b4071cb7d

See more details on using hashes here.

File details

Details for the file c1s_slingshot_sdk_py-2.1.0-py3-none-any.whl.

File metadata

  • Download URL: c1s_slingshot_sdk_py-2.1.0-py3-none-any.whl
  • Upload date:
  • Size: 16.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for c1s_slingshot_sdk_py-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d4317796cf0eede2718c7ff4ec53b69919ce32d9adee7620d7a2b562de875cbb
MD5 052a36a291328763519f636c4e514376
BLAKE2b-256 1dd291065894aa8751d04f208078b6d2e3711237670b5ec086f29addc4d4b1b6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page