Python metadata and integration helper package for AI Stupid Level benchmark workflows for https://aistupidlevel.com
Project description
aistupidlevel-com
aistupidlevel-com is a lightweight Python metadata and integration helper package for aistupidlevel.com.
The package gives automation scripts, content tooling, and future SDK code a stable package name for AI Stupid Level. It exposes the canonical website URL, documentation URL, source repository, local repository path, MDX content path, and Next.js app path used by the project.
Website focus
AI Stupid Level focuses on AI model drift benchmarking, reliability reports, and comparative model evaluation workflows. This package does not try to wrap a private production API yet; it publishes a clear, installable metadata layer that can later grow into a fuller SDK or workflow client.
Installation
pip install aistupidlevel-com
Quick start
from aistupidlevel_com import HOMEPAGE, get_site_info, hello
print(hello())
print(HOMEPAGE)
print(get_site_info())
Metadata API
Use the package when a script needs to know where the site lives, where content is stored, or which repository backs the package.
site = get_site_info()
print(site["name"])
print(site["homepage"])
print(site["content_path"])
print(site["app_path"])
Returned metadata includes:
- Site name: AI Stupid Level
- Homepage: https://aistupidlevel.com
- Documentation: https://aistupidlevel.com/docs
- Package name: aistupidlevel-com
- Source repository: https://github.com/youram470-art/aistupidlevel-com-python
- Local repository: /Users/mac/Documents/code/aistupidlevel
- Content path: content
- Next.js app path: src/app
Common use cases
- reference the AI Stupid Level benchmark site from scripts.
- attach benchmark-site metadata to generated reports.
- prepare a small base package for future model-drift API helpers.
- Share a stable public package page that points back to https://aistupidlevel.com.
Automation example
This package is useful in release scripts, SEO tooling, blog generators, indexing jobs, and content maintenance utilities. A script can import the package, derive the content directory, and consistently point generated output back to the public website.
Links
- Website: https://aistupidlevel.com
- Documentation: https://aistupidlevel.com/docs
- Source: https://github.com/youram470-art/aistupidlevel-com-python
- Issues: https://github.com/youram470-art/aistupidlevel-com-python/issues
License
MIT
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 aistupidlevel_com-0.1.0.tar.gz.
File metadata
- Download URL: aistupidlevel_com-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
edcbb9c19506b2a38aced6776171b8552c1038897eaeff156d6821b45d52a114
|
|
| MD5 |
ba31cc5fb677d47f74bc7c6f49240108
|
|
| BLAKE2b-256 |
342e77555fdc14a85fc1f2042302ae7e09f21cae7343d3852655a4e2a400c671
|
File details
Details for the file aistupidlevel_com-0.1.0-py3-none-any.whl.
File metadata
- Download URL: aistupidlevel_com-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cde4517446f36a308dc7c66334e633466bc8c345fcc6ae8db902db3c0db70da2
|
|
| MD5 |
98eaf5622c3e7e51e2d371d07d9609f5
|
|
| BLAKE2b-256 |
356252a0b43e61eb43452361ad6e8f7a830e290a85f0b6181b360f3c89cd19e1
|