-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
42 lines (39 loc) · 971 Bytes
/
pyproject.toml
File metadata and controls
42 lines (39 loc) · 971 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[build-system]
requires = ["setuptools >= 77.0.3"]
build-backend = "setuptools.build_meta"
[project]
name = "lightning_parser_lib"
version = "0.3.50"
authors = [
{ name="Connor White", email="connor.sw.personal@gmail.com" },
]
description = "Connor's Lightning Parser Lib (LPL) is an extremely powerful analysis utility with a simplistic front-end in mind."
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
license = "MIT"
license-files = ["LICEN[CS]E*"]
dependencies = [
"pyproj",
"pandas",
"plotly",
"kaleido",
"scipy",
"tqdm",
"numpy",
"imageio",
"process-managerial",
"remote-events",
"datashader",
"matplotlib",
"holoviews",
"geopandas",
"Deprecation",
"lightning-parser-overlays"
]
[project.urls]
Homepage = "https://github.com/CorniiDog/lightning_parser_lib"
Issues = "https://github.com/CorniiDog/lightning_parser_lib/issues"