How to Install and Uninstall python3-validate-pyproject Package on Kali Linux

Last updated: September 28,2024

1. Install "python3-validate-pyproject" package

This tutorial shows how to install python3-validate-pyproject on Kali Linux

$ sudo apt update $ sudo apt install python3-validate-pyproject

2. Uninstall "python3-validate-pyproject" package

This guide covers the steps necessary to uninstall python3-validate-pyproject on Kali Linux:

$ sudo apt remove python3-validate-pyproject $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-validate-pyproject package on Kali Linux

Package: python3-validate-pyproject
Source: python-validate-pyproject
Version: 0.16-1
Installed-Size: 146
Maintainer: Debian Python Team
Architecture: all
Depends: python3-fastjsonschema, python3-importlib-metadata | python3-supported-min (>= 3.8), python3-importlib-resources | python3-supported-min (>= 3.7), python3:any
Suggests: python-validate-pyproject-doc
Size: 34172
SHA256: 62934048557be68026ad4ffaebd5164c338391fe12f2c5d67eeed609199fbc8e
SHA1: cb53fba547644c32a48b397cb15ee48505a8b222
MD5sum: 43805fcbc3e5bf0dee9db9db320b40e2
Description: Automated checks on pyproject.toml by JSON Schema definitions
With the approval of PEP 517 and PEP 518, the Python community shifted
towards a strong focus on standardisation for packaging software, which
allows more freedom when choosing tools during development and make sure
packages created using different technologies can interoperate without the
need for custom installation procedures.
.
This shift became even more clear when PEP 621 was also approved, as a
standardised way of specifying project metadata and dependencies.
.
validate-pyproject was born in this context, with the mission of validating
pyproject.toml files, and make sure they are compliant with the standards
and PEPs. Behind the scenes, validate-pyproject relies on JSON Schema files,
which, in turn, are also a standardised way of checking if a given data
structure complies with a certain specification.
.
This package contains the module for Python 3.
Description-md5:
Homepage: https://github.com/abravalheri/validate-pyproject
Section: python
Priority: optional
Filename: pool/main/p/python-validate-pyproject/python3-validate-pyproject_0.16-1_all.deb