heavyedge-classify 0.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 heavyedge
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,39 @@
1
+ Metadata-Version: 2.4
2
+ Name: heavyedge-classify
3
+ Version: 0.0.0
4
+ Summary: Package to classify edge profiles
5
+ Author-email: Jisoo Song <jeesoo9595@snu.ac.kr>
6
+ License-Expression: MIT
7
+ Project-URL: homepage, https://pypi.python.org/pypi/heavyedge-classify/
8
+ Project-URL: source, https://github.com/heavyedge/heavyedge-classify
9
+ Project-URL: documentation, https://heavyedge-classify.readthedocs.io
10
+ Classifier: Development Status :: 1 - Planning
11
+ Classifier: Intended Audience :: Science/Research
12
+ Classifier: Programming Language :: Python
13
+ Classifier: Programming Language :: Python :: 3
14
+ Classifier: Programming Language :: Python :: 3.10
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Programming Language :: Python :: 3.13
18
+ Classifier: Programming Language :: Python :: 3 :: Only
19
+ Classifier: Topic :: Scientific/Engineering
20
+ Classifier: Operating System :: OS Independent
21
+ Requires-Python: >=3.10
22
+ Description-Content-Type: text/markdown
23
+ License-File: LICENSE
24
+ Provides-Extra: doc
25
+ Requires-Dist: sphinx; extra == "doc"
26
+ Requires-Dist: numpydoc; extra == "doc"
27
+ Requires-Dist: pydata_sphinx_theme; extra == "doc"
28
+ Provides-Extra: dev
29
+ Requires-Dist: heavyedge-clasify[doc]; extra == "dev"
30
+ Dynamic: license-file
31
+
32
+ # HeavyEdge-Classify
33
+
34
+ [![Supported Python Versions](https://img.shields.io/pypi/pyversions/heavyedge-classify.svg)](https://pypi.python.org/pypi/heavyedge-classify/)
35
+ [![PyPI Version](https://img.shields.io/pypi/v/heavyedge-classify.svg)](https://pypi.python.org/pypi/heavyedge-classify/)
36
+ [![License](https://img.shields.io/github/license/heavyedge/heavyedge-classify)](https://github.com/heavyedge/heavyedge-classify/blob/master/LICENSE)
37
+ [![CI](https://github.com/heavyedge/heavyedge-classify/actions/workflows/ci.yml/badge.svg)](https://github.com/heavyedge/heavyedge-classify/actions/workflows/ci.yml)
38
+ [![CD](https://github.com/heavyedge/heavyedge-classify/actions/workflows/cd.yml/badge.svg)](https://github.com/heavyedge/heavyedge-classify/actions/workflows/cd.yml)
39
+ [![Docs](https://readthedocs.org/projects/heavyedge-classify/badge/?version=latest)](https://heavyedge-classify.readthedocs.io/en/latest/?badge=latest)
@@ -0,0 +1,8 @@
1
+ # HeavyEdge-Classify
2
+
3
+ [![Supported Python Versions](https://img.shields.io/pypi/pyversions/heavyedge-classify.svg)](https://pypi.python.org/pypi/heavyedge-classify/)
4
+ [![PyPI Version](https://img.shields.io/pypi/v/heavyedge-classify.svg)](https://pypi.python.org/pypi/heavyedge-classify/)
5
+ [![License](https://img.shields.io/github/license/heavyedge/heavyedge-classify)](https://github.com/heavyedge/heavyedge-classify/blob/master/LICENSE)
6
+ [![CI](https://github.com/heavyedge/heavyedge-classify/actions/workflows/ci.yml/badge.svg)](https://github.com/heavyedge/heavyedge-classify/actions/workflows/ci.yml)
7
+ [![CD](https://github.com/heavyedge/heavyedge-classify/actions/workflows/cd.yml/badge.svg)](https://github.com/heavyedge/heavyedge-classify/actions/workflows/cd.yml)
8
+ [![Docs](https://readthedocs.org/projects/heavyedge-classify/badge/?version=latest)](https://heavyedge-classify.readthedocs.io/en/latest/?badge=latest)
@@ -0,0 +1,39 @@
1
+ Metadata-Version: 2.4
2
+ Name: heavyedge-classify
3
+ Version: 0.0.0
4
+ Summary: Package to classify edge profiles
5
+ Author-email: Jisoo Song <jeesoo9595@snu.ac.kr>
6
+ License-Expression: MIT
7
+ Project-URL: homepage, https://pypi.python.org/pypi/heavyedge-classify/
8
+ Project-URL: source, https://github.com/heavyedge/heavyedge-classify
9
+ Project-URL: documentation, https://heavyedge-classify.readthedocs.io
10
+ Classifier: Development Status :: 1 - Planning
11
+ Classifier: Intended Audience :: Science/Research
12
+ Classifier: Programming Language :: Python
13
+ Classifier: Programming Language :: Python :: 3
14
+ Classifier: Programming Language :: Python :: 3.10
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Programming Language :: Python :: 3.13
18
+ Classifier: Programming Language :: Python :: 3 :: Only
19
+ Classifier: Topic :: Scientific/Engineering
20
+ Classifier: Operating System :: OS Independent
21
+ Requires-Python: >=3.10
22
+ Description-Content-Type: text/markdown
23
+ License-File: LICENSE
24
+ Provides-Extra: doc
25
+ Requires-Dist: sphinx; extra == "doc"
26
+ Requires-Dist: numpydoc; extra == "doc"
27
+ Requires-Dist: pydata_sphinx_theme; extra == "doc"
28
+ Provides-Extra: dev
29
+ Requires-Dist: heavyedge-clasify[doc]; extra == "dev"
30
+ Dynamic: license-file
31
+
32
+ # HeavyEdge-Classify
33
+
34
+ [![Supported Python Versions](https://img.shields.io/pypi/pyversions/heavyedge-classify.svg)](https://pypi.python.org/pypi/heavyedge-classify/)
35
+ [![PyPI Version](https://img.shields.io/pypi/v/heavyedge-classify.svg)](https://pypi.python.org/pypi/heavyedge-classify/)
36
+ [![License](https://img.shields.io/github/license/heavyedge/heavyedge-classify)](https://github.com/heavyedge/heavyedge-classify/blob/master/LICENSE)
37
+ [![CI](https://github.com/heavyedge/heavyedge-classify/actions/workflows/ci.yml/badge.svg)](https://github.com/heavyedge/heavyedge-classify/actions/workflows/ci.yml)
38
+ [![CD](https://github.com/heavyedge/heavyedge-classify/actions/workflows/cd.yml/badge.svg)](https://github.com/heavyedge/heavyedge-classify/actions/workflows/cd.yml)
39
+ [![Docs](https://readthedocs.org/projects/heavyedge-classify/badge/?version=latest)](https://heavyedge-classify.readthedocs.io/en/latest/?badge=latest)
@@ -0,0 +1,8 @@
1
+ LICENSE
2
+ README.md
3
+ pyproject.toml
4
+ heavyedge_classify.egg-info/PKG-INFO
5
+ heavyedge_classify.egg-info/SOURCES.txt
6
+ heavyedge_classify.egg-info/dependency_links.txt
7
+ heavyedge_classify.egg-info/requires.txt
8
+ heavyedge_classify.egg-info/top_level.txt
@@ -0,0 +1,8 @@
1
+
2
+ [dev]
3
+ heavyedge-clasify[doc]
4
+
5
+ [doc]
6
+ sphinx
7
+ numpydoc
8
+ pydata_sphinx_theme
@@ -0,0 +1,45 @@
1
+ [build-system]
2
+ requires = ["setuptools"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "heavyedge-classify"
7
+ version = "0.0.0"
8
+ authors = [
9
+ {name = "Jisoo Song", email = "jeesoo9595@snu.ac.kr"}
10
+ ]
11
+ description = "Package to classify edge profiles"
12
+ readme = "README.md"
13
+ requires-python = ">=3.10"
14
+ license = "MIT"
15
+ license-files = [
16
+ "LICENSE",
17
+ ]
18
+ classifiers = [
19
+ "Development Status :: 1 - Planning",
20
+ "Intended Audience :: Science/Research",
21
+ "Programming Language :: Python",
22
+ "Programming Language :: Python :: 3",
23
+ "Programming Language :: Python :: 3.10",
24
+ "Programming Language :: Python :: 3.11",
25
+ "Programming Language :: Python :: 3.12",
26
+ "Programming Language :: Python :: 3.13",
27
+ "Programming Language :: Python :: 3 :: Only",
28
+ "Topic :: Scientific/Engineering",
29
+ "Operating System :: OS Independent",
30
+ ]
31
+
32
+ [project.urls]
33
+ homepage = "https://pypi.python.org/pypi/heavyedge-classify/"
34
+ source = "https://github.com/heavyedge/heavyedge-classify"
35
+ documentation = "https://heavyedge-classify.readthedocs.io"
36
+
37
+ [project.optional-dependencies]
38
+ doc = [
39
+ "sphinx",
40
+ "numpydoc",
41
+ "pydata_sphinx_theme",
42
+ ]
43
+ dev = [
44
+ "heavyedge-clasify[doc]"
45
+ ]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+