{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/4"},{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/4"},{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/2"},{"label":"Software Distribution","url":"https://skillfed.io/packages/category/system-software-distribution"},{"label":"Version Control","url":"https://skillfed.io/packages/category/software-development-version-control"},{"label":"Installation/Setup","url":"https://skillfed.io/packages/category/system-installation-setup"}],"enrichment":{"capability":"Reduces boilerplate in setup.py by auto-detecting project metadata from conventional file locations and git tags, then generating version numbers based on git history.","skillfed_tags":["packaging","versioning","git-based"],"use_cases":["Reduce setup.py from dozens of lines to a minimal declaration by auto-extracting metadata from your project structure.","Implement tag-based versioning where version numbers are computed from git history without manual version bumps in code.","Validate that your project has all required metadata fields using the explain and check commands.","Automate version bumping and git tagging via the version command instead of manually editing version strings.","Migrate an existing project to setupmeta by gradually replacing explicit setup() arguments with auto-detection."],"what_it_does":"setupmeta is a setuptools plugin that eliminates boilerplate from setup.py by automatically discovering and extracting project metadata from conventional locations. Instead of manually specifying author, version, dependencies, and description, you provide minimal explicit configuration and setupmeta infers the rest by scanning your project structure, README files, git tags, and module docstrings. It supports three git-based versioning modes (distance, post, build-id) that compute version numbers from git history, and provides CLI commands to inspect what was deduced, bump versions, and validate metadata.\n\nThe package is designed for projects that follow Python packaging conventions: it looks for entry points in entry_points.ini, dependencies in requirements.txt or requirements.in, long descriptions in README files, and metadata constants in __init__.py or __version__.py. Everything you explicitly state in setup() takes precedence, so you can override any auto-detected value. It requires only setuptools as a runtime dependency and supports Python 3.7 through 3.14.","worth_installing":"Yes. setupmeta is actively maintained, has no known vulnerabilities, minimal dependencies, and solves a genuine pain point in Python packaging. It's well-suited for projects that follow standard conventions. Install it if you want to eliminate setup.py boilerplate and adopt git-based versioning; skip it only if your project has highly non-standard metadata or you prefer explicit control over every setup.py detail."},"id":"setupmeta","links":{"html":"https://skillfed.io/packages/setupmeta","md":"https://skillfed.io/packages/setupmeta.md","pypi":"https://pypi.org/project/setupmeta/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-02-17","license_spdx":null,"license_treatment":"permissive","name":"setupmeta","python_support":"supports_current","summary":"Simplify your setup.py"},"popularity":{"monthly_downloads":912506,"position":4742,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"3.9.0"}
