Mtools

Latest version: v1.7.2

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 7

1.0.0

~~~~~~~~~~~~~

This is the first version of mtools that has a version number. Some
significant changes to its unnumbered predecessor are:

* installable via pip
* directory re-organization: All tools are now located under
``mtools/mtools/``. This makes for easier ``PYTHONPATH`` integration, which
will now have to point to the actual mtools directory, and not to the parent
directory anymore. This is more in line with other Python projects.
* ``mlogvis`` tool added: a simplified version of ``mplotqueries`` that
doesn't require ``matplotlib`` dependency. Instead, it will run in a browser
window, using `d3.js <https://www.d3js.org/>`__ for visualization.
``mlogvis`` is currently in BETA state.
* introduced versioning: The version is stored in mtools/version.py and can be
accessed programmatically from a Python shell with:

.. code-block:: python

import mtools
mtools.__version__

Page 7 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.