Metadata-Version: 2.1
Name: tuneit
Version: 0.0.4
Summary: tuneit: tune, benchmark and crosscheck
Home-page: https://lyncs-api.github.io
Author: Simone Bacchio
Author-email: s.bacchio@gmail.com
License: UNKNOWN
Download-URL: https://github.com/Lyncs-API/tuneit
Description: # tuneit: tune, benchmark and crosscheck
        
        [![python](https://img.shields.io/pypi/pyversions/tuneit.svg?logo=python&logoColor=white)](https://pypi.org/project/tuneit/)
        [![pypi](https://img.shields.io/pypi/v/tuneit.svg?logo=python&logoColor=white)](https://pypi.org/project/tuneit/)
        [![license](https://img.shields.io/github/license/Lyncs-API/tuneit?logo=github&logoColor=white)](https://github.com/Lyncs-API/tuneit/blob/master/LICENSE)
        [![build & test](https://img.shields.io/github/workflow/status/Lyncs-API/tuneit/build%20&%20test?logo=github&logoColor=white)](https://github.com/Lyncs-API/tuneit/actions)
        [![codecov](https://img.shields.io/codecov/c/github/Lyncs-API/tuneit?logo=codecov&logoColor=white)](https://codecov.io/gh/Lyncs-API/tuneit)
        [![pylint](https://img.shields.io/badge/pylint%20score-8.4%2F10-yellowgreen?logo=python&logoColor=white)](http://pylint.pycqa.org/)
        [![black](https://img.shields.io/badge/code%20style-black-000000.svg?logo=codefactor&logoColor=white)](https://github.com/ambv/black)
        
        Tuneit is a generic purpose tool for optimizing and crosschecking calculations.
        Its usage is simple and with few changes one can turn few lines of Python code
        into a tunable and dynamical calculation.
        
        ## Installation
        
        The package can be installed via `pip`:
        
        ```
        pip install [--user] tuneit
        ```
        
Keywords: benchmark,tuneit:,tune,,crosscheck
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Physics
Description-Content-Type: text/markdown
Provides-Extra: graph
Provides-Extra: test
Provides-Extra: all
