Metadata-Version: 2.2
Name: lightning-module-enhanced
Version: 0.36.3
Summary: Lightning Module Enhanced
Home-page: https://gitlab.com/mihaicristianpirvu/lightning-module-enhanced
License: WTFPL
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch<3.0.0,>=2.5.1
Requires-Dist: pytorch_lightning==2.4.0
Requires-Dist: torchinfo==1.8.0
Requires-Dist: torchmetrics==1.4.1
Requires-Dist: overrides==7.7.0
Requires-Dist: matplotlib>=3.7.5
Requires-Dist: loggez>=0.3
Requires-Dist: pool-resources==0.3.0
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Lightning Module Enhanced

Trying to make pytorch-lightning more *pythonic*, whatever that means.

Docs [here](docs/).

## Installation

```
pip install lightning-module-enhanced
```

Lowest supported python version: 3.10. We have `lightning-module-enhanced==0.34.xxx` that supports python3.8 as well,
but it's not getting updates.
