Metadata-Version: 2.4
Name: lightning_parser_overlays
Version: 0.3.47
Summary: Connor's Lightning Parser Overlays (LPO) is an overlay generation utility for different sensors onto the Lightning Parser Lib (LPL).
Author-email: Connor White <connor.sw.personal@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/CorniiDog/lightning_parser_overlays
Project-URL: Issues, https://github.com/CorniiDog/lightning_parser_overlays/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyproj
Requires-Dist: pandas
Requires-Dist: plotly
Requires-Dist: kaleido
Requires-Dist: scipy
Requires-Dist: tqdm
Requires-Dist: numpy
Requires-Dist: imageio
Requires-Dist: process-managerial
Requires-Dist: remote-events
Requires-Dist: datashader
Requires-Dist: matplotlib
Requires-Dist: holoviews
Requires-Dist: geopandas
Requires-Dist: Deprecation
Requires-Dist: MetPy
Requires-Dist: goes2go
Dynamic: license-file

# Connor's Lightning Parser Overlays (LPO)

Connor's Lightning Parser Overlays (LPO) is an overlay generation utility for different sensors onto the Lightning Parser Lib (LPL).

> [!NOTE]
> It is an important note that this project does NOT depend on LPL, to avoid circular dependancy.

## Useful Functions (for my own self for maintenance)

- Run in background: `python main.py > output.log 2>&1 & disown`

- List all files in directory './' and sizes: `du -h --max-depth=1 ./ | sort -hr`

> - `python main.py`
>
> - `python main.py > output.log 2>&1 & disown`
>
> - `pip install -r requirements.txt`
>
> - `pip show setuptools`
>
> - `python3 -m build`

## Building from source

**Build:** 

`python -m build`

**Then upload:**

- `python -m twine upload dist/*`

or

- `python -m twine upload --repository lightning_parser_overlays dist/*`
