Metadata-Version: 2.1
Name: automagic
Version: 0.0.1
Summary: Opinionated ML tooling for rapid R&D.
Author-email: Automagic ML <hi@automagic.ml>
Maintainer-email: Automagic ML <hi@automagic.ml>
License: GNU General Public License v3
Project-URL: bugs, https://github.com/automagicml/automagic-sdk/issues
Project-URL: changelog, https://github.com/automagicml/automagic-sdk/blob/master/changelog.md
Project-URL: homepage, https://github.com/automagicml/automagic-sdk
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: typer
Provides-Extra: dev
Requires-Dist: coverage; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"

=========
Automagic
=========


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

.. image:: https://img.shields.io/travis/automagicml/automagic-sdk.svg
        :target: https://travis-ci.com/automagicml/automagic-sdk

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


.. image:: https://pyup.io/repos/github/automagicml/automagic-sdk/shield.svg
     :target: https://pyup.io/repos/github/automagicml/automagic-sdk/
     :alt: Updates



Opinionated ML tooling for rapid R&D.


* Free software: GNU General Public License v3
* Documentation: https://automagic.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
