No project description provided
Project description
pyoso
WARNING: THIS IS A WORK IN PROGRESS
pyoso is a Python package for fetching models and metrics from OSO. This package provides an easy-to-use interface to interact with oso and retrieve valuable data for analysis and monitoring.
Current Features
- Execute custom SQL queries for analyzing the OSO dataset
Installation
You can install pyoso using pip:
pip install pyoso
Usage
Here is a basic example of how to use pyoso:
from pyoso import Client
# Initialize the client
os.environ["OSO_API_KEY"] = 'your_api_key'
client = Client()
# Fetch artifacts
query = "SELECT * FROM artifacts_v1 LIMIT 5"
artifacts = client.query(query)
print(artifacts)
Documentation
For detailed documentation about the OSO dataset, please refer to the official documentation.
Future Plans
- Create DataFrame wrapper for creating SQL query from data transforms
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyoso-0.1.4.tar.gz.
File metadata
- Download URL: pyoso-0.1.4.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b58b548f3864c4aa362a02b1c1efd02aef92994bc57f2b820f4394f0b5905705
|
|
| MD5 |
d794d8f28f2902433f2789c1b03175bb
|
|
| BLAKE2b-256 |
40a5ebc6edb59f9e0dbec340c358f922a3098e59594fb0957d9204e2c5dc0a42
|
File details
Details for the file pyoso-0.1.4-py3-none-any.whl.
File metadata
- Download URL: pyoso-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5137e0f821702c67bce435eaac1e7c5c6a83f8b797d0cdc434a427f4d97ee8a5
|
|
| MD5 |
6fcd51bc5ef19297b3e65bc4f4fd2310
|
|
| BLAKE2b-256 |
d9428efb2bd855f88644876d80bdf2b550ffbefbe50c74867409e6dd3d25752b
|