Skip to content
This repository was archived by the owner on Nov 29, 2025. It is now read-only.

YourLabXYZ/PyPIxz

Repository files navigation

Caution

This version of PyPixz is no longer maintained and its repository has been moved. Click here to access the new repository.

PyPIxz

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.

Contributors Issues Pull Requests Forks


Installing PyPIxz and Supported Versions

PyPIxz is available on PyPI:

python -m pip install pypixz

PyPIxz 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.


Supported Features & Best–Practices

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.txt file.
  • 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.

License

This project is licensed under the MIT License. See the license file for more details.


About

PyPIxz is a simple, modern, and easy-to-use solution for managing your Python dependencies.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages