Metadata-Version: 2.1
Name: dvml
Version: 0.3.1
Summary: 
Author: Daniel Viegas
Author-email: viegasdll@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: numpy (>=1.24.1,<2.0.0)
Description-Content-Type: text/markdown

# DVML

> Toy package to practice implementing ML models from scratch. Not a serious project.

[![PyPI Version][pypi-image]][pypi-url]
[![Build Status][build-image]][build-url]
[![Code Coverage][coverage-image]][coverage-url]
[![][versions-image]][versions-url]

<!-- Badges: -->

[pypi-image]: https://img.shields.io/pypi/v/dvml
[pypi-url]: https://pypi.org/project/dvml
[build-image]: https://github.com/viegasdll/dvml/actions/workflows/build.yaml/badge.svg
[build-url]: https://github.com/viegasdll/dvml/actions/workflows/build.yaml
[coverage-image]: https://codecov.io/gh/viegasdll/dvml/branch/main/graph/badge.svg
[coverage-url]: https://codecov.io/gh/viegasdll/dvml
[versions-image]: https://img.shields.io/pypi/pyversions/dvml
[versions-url]: https://pypi.org/project/dvml

