How to use the perfplot.__about__.__version__ function in perfplot

To help you get started, we’ve selected a few perfplot examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github nschloe / perfplot / perfplot / __init__.py View on Github external
"__license__",
    "__version__",
    "__status__",
    "bench",
    "plot",
    "show",
    "save",
]

try:
    import pipdate
except ImportError:
    pass
else:
    if pipdate.needs_checking(__name__):
        print(pipdate.check(__name__, __version__), end="")

perfplot

Performance plots for Python code snippets

GPL-3.0
Latest version published 2 years ago

Package Health Score

49 / 100
Full package analysis

Similar packages