{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/16"}],"enrichment":{"capability":"Plette provides structured parsers and generators for Pipfile and Pipfile.lock, letting you read, manipulate, and write these dependency files programmatically.","skillfed_tags":["pipenv","dependency-management","toml-parsing"],"use_cases":["Parse an existing Pipfile or Pipfile.lock to programmatically inspect or audit package dependencies.","Generate or modify Pipfile entries from within a tool or script that manages Python environments.","Build dependency-management automation that reads and writes pipenv configuration files.","Validate Pipfile structure before committing or deploying it to ensure correctness."],"what_it_does":"Plette is a library for working with Pipfile and Pipfile.lock files\u2014the dependency manifests used by pipenv\u2014in a structured, programmatic way. It provides parsers to read these files into Python objects and generators to write them back out, so you can inspect, modify, or create dependency specifications without manual string manipulation. The library depends only on tomlkit for TOML handling, keeping the install footprint small.\n\nThe package is actively maintained and supports Python 3.7 through 3.10. It carries an ISC License, which is permissive. An optional validation feature is available if you need stricter checking of Pipfile structure, though the fact sheet does not detail what that entails.","worth_installing":"Yes, if you need to work with Pipfile or Pipfile.lock files programmatically. Low install friction, permissive license, active maintenance, and no known vulnerabilities make it a safe choice. The Planning classifier is a minor signal of early-stage status, but the repo is actively maintained and the API is stable enough for practical use."},"id":"plette","links":{"html":"https://skillfed.io/packages/plette","md":"https://skillfed.io/packages/plette.md","pypi":"https://pypi.org/project/plette/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-29","license_spdx":null,"license_treatment":"permissive","name":"plette","python_support":"supports_current","summary":"Structured Pipfile and Pipfile.lock models."},"popularity":{"monthly_downloads":174096,"position":10289,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.2.1"}
