python-configuration
Manage and validate Python application configuration using environment variables and typed Pydantic settings.
Install
npx skills add https://github.com/wshobson/agents --skill python-configurationStats
| Total installs | 3,222 |
| Weekly installs | 3.2K |
| GitHub stars | 32.4K |
| First seen | Jan 30, 2026 |
| Source | @wshobson/agents |
Summary
- Load and validate all configuration into typed objects at application startup, with required settings crashing immediately if missing
- Supports nested configuration groups, type coercion, custom validators, and environment-specific behavior switching
- Provides sensible defaults for local development while enforcing explicit values for secrets and production settings
- Integrates with .env files for local development and mounted secrets directories for container deployments
Tags
Related skills
| Skill | Installs | vs python-configuration |
|---|---|---|
| pci-compliance | 3,304 | +82 |
| service-mesh-observability | 3,300 | +78 |
| clerk-webhooks | 2,725 | -497 |
| incident-runbook-templates | 3,431 | +209 |
| python-background-jobs | 3,068 | -154 |
FAQ
- How many installs does python-configuration have?
- python-configuration has 3,222 total installs and 3.2K installs this week.
- Where is python-configuration hosted?
- python-configuration is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does python-configuration have?
- python-configuration has 32.4K GitHub stars.
- When was python-configuration first indexed?
- OrangeBot.AI first indexed python-configuration on Jan 30, 2026.
- How do I install python-configuration?
- Run: npx skills add https://github.com/wshobson/agents --skill python-configuration