Metadata-Version: 2.1
Name: gdb_ml
Version: 0.1.0
Summary: GDB-ML contains all the utils for a GDB machine learning based project.
Author-email: Ye Buehler <ye.buehler@outlook.com>
Maintainer-email: Ye Buehler <ye.buehler@outlook.com>
License: MIT license
Project-URL: bugs, https://github.com/Ye-Buehler/gdb_ml/issues
Project-URL: changelog, https://github.com/Ye-Buehler/gdb_ml/blob/master/changelog.md
Project-URL: homepage, https://github.com/Ye-Buehler/gdb_ml
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Provides-Extra: dev
Requires-Dist: coverage; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"

======
GDB-ML
======


.. image:: https://img.shields.io/pypi/v/gdb_ml.svg
        :target: https://pypi.python.org/pypi/gdb_ml

.. image:: https://img.shields.io/travis/Ye-Buehler/gdb_ml.svg
        :target: https://travis-ci.com/Ye-Buehler/gdb_ml

.. image:: https://readthedocs.org/projects/gdb-ml/badge/?version=latest
        :target: https://gdb-ml.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




GDB-ML contains all the utils for a GDB machine learning based project.


* Free software: MIT license
* Documentation: https://gdb-ml.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
