evergreen-lint
The `evergreen-lint` Python library (version 0.1.10) is currently listed on PyPI without a detailed project description. Publicly available information does not clearly define its specific purpose or functionality as a general-purpose Python linter. It appears to be an internal tool, possibly developed by a 'DevProd Build Team', that has been made public without accompanying documentation. Its release cadence is sporadic, with versions uploaded via Poetry and CPython.
Warnings
- gotcha The PyPI package `evergreen-lint` lacks a project description and official documentation. Its purpose and how to use it are not publicly clear. It is distinct from the Go-based `evg-lint` (evergreen-ci/evg-lint) and the `evergreen.py` client library for the Evergreen API.
- gotcha There is potential for confusion with other projects named 'Evergreen' or containing 'lint' in their names, such as the Go-based linter `evg-lint` or the `evergreen.py` client library. Ensure you are referencing the correct library if attempting to use `evergreen-lint`.
- breaking The `requires_python` specifies '<4.0,>=3.9'. This means the library is not compatible with Python 4.0 and above, and requires Python 3.9 or higher. Future Python 4.x releases may break compatibility.
Install
-
pip install evergreen-lint
Quickstart
# The purpose and usage of evergreen-lint are not clearly documented. # As such, a functional quickstart demonstrating its use is not possible with available public information. # If this library is intended for a specific internal project or ecosystem, its usage is not externalized.