soldermask 0.0.1__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.
- soldermask-0.0.1/PKG-INFO +24 -0
- soldermask-0.0.1/README.md +8 -0
- soldermask-0.0.1/pyproject.toml +27 -0
- soldermask-0.0.1/setup.cfg +4 -0
- soldermask-0.0.1/soldermask.egg-info/PKG-INFO +24 -0
- soldermask-0.0.1/soldermask.egg-info/SOURCES.txt +6 -0
- soldermask-0.0.1/soldermask.egg-info/dependency_links.txt +1 -0
- soldermask-0.0.1/soldermask.egg-info/top_level.txt +1 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: soldermask
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Name reservation. soldermask is distributed privately; this release contains no code.
|
|
5
|
+
Author: Ashwin
|
|
6
|
+
License: Proprietary
|
|
7
|
+
Project-URL: Homepage, https://soldermask-beryl.vercel.app
|
|
8
|
+
Keywords: pcb,eda,kicad,autorouting,placement
|
|
9
|
+
Classifier: Development Status :: 1 - Planning
|
|
10
|
+
Classifier: Intended Audience :: Manufacturing
|
|
11
|
+
Classifier: License :: Other/Proprietary License
|
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
|
13
|
+
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
|
|
14
|
+
Requires-Python: >=3.11
|
|
15
|
+
Description-Content-Type: text/markdown
|
|
16
|
+
|
|
17
|
+
# soldermask
|
|
18
|
+
|
|
19
|
+
A prompt to a fab-ready two-layer board: design, check, place, route, price,
|
|
20
|
+
and keep every version.
|
|
21
|
+
|
|
22
|
+
**This release reserves the name and contains no code.** soldermask is
|
|
23
|
+
distributed privately while it is in development. If you are looking for it,
|
|
24
|
+
it lives at <https://soldermask-beryl.vercel.app>.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# soldermask
|
|
2
|
+
|
|
3
|
+
A prompt to a fab-ready two-layer board: design, check, place, route, price,
|
|
4
|
+
and keep every version.
|
|
5
|
+
|
|
6
|
+
**This release reserves the name and contains no code.** soldermask is
|
|
7
|
+
distributed privately while it is in development. If you are looking for it,
|
|
8
|
+
it lives at <https://soldermask-beryl.vercel.app>.
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=68"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "soldermask"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "Name reservation. soldermask is distributed privately; this release contains no code."
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.11"
|
|
11
|
+
license = {text = "Proprietary"}
|
|
12
|
+
authors = [{name = "Ashwin"}]
|
|
13
|
+
keywords = ["pcb", "eda", "kicad", "autorouting", "placement"]
|
|
14
|
+
classifiers = [
|
|
15
|
+
"Development Status :: 1 - Planning",
|
|
16
|
+
"Intended Audience :: Manufacturing",
|
|
17
|
+
"License :: Other/Proprietary License",
|
|
18
|
+
"Programming Language :: Python :: 3",
|
|
19
|
+
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
|
|
20
|
+
]
|
|
21
|
+
|
|
22
|
+
[project.urls]
|
|
23
|
+
Homepage = "https://soldermask-beryl.vercel.app"
|
|
24
|
+
|
|
25
|
+
# No modules: this release reserves the name and installs nothing.
|
|
26
|
+
[tool.setuptools]
|
|
27
|
+
py-modules = []
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: soldermask
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Name reservation. soldermask is distributed privately; this release contains no code.
|
|
5
|
+
Author: Ashwin
|
|
6
|
+
License: Proprietary
|
|
7
|
+
Project-URL: Homepage, https://soldermask-beryl.vercel.app
|
|
8
|
+
Keywords: pcb,eda,kicad,autorouting,placement
|
|
9
|
+
Classifier: Development Status :: 1 - Planning
|
|
10
|
+
Classifier: Intended Audience :: Manufacturing
|
|
11
|
+
Classifier: License :: Other/Proprietary License
|
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
|
13
|
+
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
|
|
14
|
+
Requires-Python: >=3.11
|
|
15
|
+
Description-Content-Type: text/markdown
|
|
16
|
+
|
|
17
|
+
# soldermask
|
|
18
|
+
|
|
19
|
+
A prompt to a fab-ready two-layer board: design, check, place, route, price,
|
|
20
|
+
and keep every version.
|
|
21
|
+
|
|
22
|
+
**This release reserves the name and contains no code.** soldermask is
|
|
23
|
+
distributed privately while it is in development. If you are looking for it,
|
|
24
|
+
it lives at <https://soldermask-beryl.vercel.app>.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|