Caution
This version of PyPixz is no longer maintained and its repository has been moved. Click here to access the new repository.
PyPIxz is a simple, modern, and easy-to-use solution for managing your Python dependencies.
import pypixz
# Install dependencies listed in a requirements.txt file
pypixz.install_requirements("requirements.txt", enable_logging=False)
# Retrieve information from a module.
result = pypixz.get_module_info("pypixz", version="1.1.2")
print(result)Output result of get_module_info command :
{'name': 'pypixz', 'description': 'PyPIxz is a simple, modern, and easy-to-use
solution for managing your Python dependencies.', 'latest_version': '1.1.2',
'project_url': 'https://pypi.org/project/PyPIxz/', 'pypi_url':
'https://pypi.org/project/PyPIxz/', 'specific_version_exists': True}Tip
If you need a much lighter version for specific needs you can use our LITE version.
Warning
We recommend using PyPIxz LITE at the very beginning of your program to
avoid running into the ModuleNotFoundError error.
PyPIxz allows you to easily and simply manage the dependencies necessary for your Python program while maintaining a certain security. It is designed to be compatible with other internal modules such as logging for log management while ensuring compatibility with any Python environment from version 3.8.
PyPIxz is available on PyPI:
python -m pip install pypixzPyPIxz officially supports Python 3.8+ :
Caution
You can use PyPIxz with a version of Python lower than 3.8, but we do not guarantee the compatibility of the program or its updates or security.
PyPIxz is ready to meet the requirements of managing your dependencies in a robust and reliable way, for today's needs.
- Fast Installation: Manage your dependencies from a
requirements.txtfile. - Modularity: Compatible with other tools and libraries, such as
logging. - Broad Compatibility: Supports modern Python versions (3.8+).
- Check Module Information: Retrieves various information about the modules you want.
This project is licensed under the MIT License. See the license file for more details.