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
Release files for aistupidlevel-com 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aistupidlevel_com-0.1.0.tar.gz | 3.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aistupidlevel_com-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.9 kB
Release files / aistupidlevel_com-0.1.0.tar.gz
| Download URL | aistupidlevel_com-0.1.0.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
edcbb9c19506b2a38aced6776171b8552c1038897eaeff156d6821b45d52a114
|
|
BLAKE2b-256 checksum How to use checksums |
342e77555fdc14a85fc1f2042302ae7e09f21cae7343d3852655a4e2a400c671
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.6
|
Release files / aistupidlevel_com-0.1.0-py3-none-any.whl
| Download URL | aistupidlevel_com-0.1.0-py3-none-any.whl |
|---|---|
| Size | 3.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cde4517446f36a308dc7c66334e633466bc8c345fcc6ae8db902db3c0db70da2
|
|
BLAKE2b-256 checksum How to use checksums |
356252a0b43e61eb43452361ad6e8f7a830e290a85f0b6181b360f3c89cd19e1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.6
|