Metadata-Version: 2.3
Name: deepglue
Version: 0.1.3
Summary: deepglue: A utility package for deep learning projects. Keeping things together.
Project-URL: Homepage, https://github.com/EricThomson/deepglue
Author-email: Eric Thomson <thomson.eric@gmail.com>
License: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: joblib
Requires-Dist: logging
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scikit-image
Requires-Dist: scikit-learn
Requires-Dist: torch
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: isort; extra == 'dev'
Requires-Dist: pydocstyle; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Provides-Extra: docs
Requires-Dist: mkdocs; extra == 'docs'
Requires-Dist: mkdocs-gallery; extra == 'docs'
Requires-Dist: mkdocs-gen-files; extra == 'docs'
Requires-Dist: mkdocs-literate-nav; extra == 'docs'
Requires-Dist: mkdocs-section-index; extra == 'docs'
Requires-Dist: mkdocstrings[python]; extra == 'docs'
Description-Content-Type: text/markdown

# Deep Glue

<img src="https://raw.githubusercontent.com/EricThomson/deepglue/main/docs/images/deep_glue_logo.png" alt="deepglue logo" align="right" width="180">

Utilities for pytorch projects: keeping all the useful stuff together in one place.

Installation: `pip install deepglue`.

Use: `import deepglue as dg`

Docs: https://deepglue.readthedocs.io/en/latest/ 

Deep Glue is a rapidly changing work in progress. Consider it in pre-alpha stages.



