-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from gdsfactory/kweb-1.0
KWeb 1.0
- Loading branch information
Showing
21 changed files
with
12,700 additions
and
450 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,3 +128,8 @@ dmypy.json | |
|
||
# Pyre type checker | ||
.pyre/ | ||
|
||
#css/bootstrap/npm | ||
package-lock.json | ||
package.json | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,19 +7,17 @@ name = "kweb" | |
description = "KLayout API implementation of gdsfactory" | ||
readme = "README.md" | ||
classifiers = [ | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Operating System :: OS Independent", | ||
] | ||
version = "0.1.1" | ||
requires-python = ">=3.10" | ||
version = "1.0.0" | ||
authors = [ | ||
{name = "gdsfactory community", email = "[email protected]"}, | ||
] | ||
dependencies = [ | ||
"klayout >= 0.28.3", | ||
"klayout >= 0.28.11", | ||
"fastapi", | ||
"uvicorn[standard]", | ||
"jinja2", | ||
|
@@ -73,13 +71,6 @@ exclude = ''' # Specify the files/dirs that should be ignored by the black form | |
)/ | ||
''' | ||
|
||
[tool.commitizen] | ||
name = "cz_conventional_commits" | ||
version = "0.1.1" | ||
version_files = [ | ||
"pyproject.toml:version", | ||
] | ||
|
||
[tool.mypy] | ||
python_version = "3.10" | ||
strict = true | ||
|
Empty file.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.