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()

# List projects
all_projects = []
for project in client.projects.iterate_projects(include=[]):
    all_projects.append(project)
print(f"Found {len(all_projects)} projects.")

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-1.0.0.tar.gz (11.7 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-1.0.0-py3-none-any.whl (13.5 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for c1s_slingshot_sdk_py-1.0.0.tar.gz
Algorithm Hash digest
SHA256 b57a29e77cdceaba00a8568eef620ecfda15763c447196b3c237e911783a1b18
MD5 e27ccbea6a2f7ad777eec73a06a54f3b
BLAKE2b-256 7d03e4be9a5bc6894d169db2684d731e344482fff7adbb2b7a23b7c5e38cc898

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for c1s_slingshot_sdk_py-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0362b2aba1f9b320c80583c08f1acb21ba133776d4db9b60f9f8ef3fbdcececc
MD5 a2321eceda3bf5885dce827c7fca3944
BLAKE2b-256 0aa757f47f43c949bc8f18b38004fec80b1b5b6bef7f9ec7d9e45a395817f19e

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