Metadata-Version: 2.1
Name: sekve
Version: 1.0.0.dev2
Summary: SEKV-E is a Python-based parameters extractor for the simplified EKV model.
Home-page: https://gitlab.com/moscm/sekv-e
Author: Hung-Chi Han, Vicente Carbon
Author-email: hung.han@epfl.ch
License: MIT
Project-URL: Git, https://gitlab.com/moscm/sekv-e
Keywords: ekv,sekv,extractor,modeling,MOSFET
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: argon2-cffi (==21.3.0)
Requires-Dist: argon2-cffi-bindings (==21.2.0)
Requires-Dist: asttokens (==2.0.5)
Requires-Dist: attrs (==21.4.0)
Requires-Dist: backcall (==0.2.0)
Requires-Dist: beautifulsoup4 (==4.11.1)
Requires-Dist: bleach (==4.1.0)
Requires-Dist: Bottleneck (==1.3.4)
Requires-Dist: certifi (==2022.6.15)
Requires-Dist: cffi (==1.15.0)
Requires-Dist: colorama (==0.4.4)
Requires-Dist: cycler (==0.11.0)
Requires-Dist: debugpy (==1.5.1)
Requires-Dist: decorator (==5.1.1)
Requires-Dist: defusedxml (==0.7.1)
Requires-Dist: entrypoints (==0.4)
Requires-Dist: executing (==0.8.3)
Requires-Dist: fastjsonschema (==2.15.1)
Requires-Dist: fonttools (==4.25.0)
Requires-Dist: ipykernel (==6.9.1)
Requires-Dist: ipython (==8.2.0)
Requires-Dist: ipython-genutils (==0.2.0)
Requires-Dist: ipywidgets (==7.6.5)
Requires-Dist: jedi (==0.18.1)
Requires-Dist: Jinja2 (==3.0.3)
Requires-Dist: jsonschema (==4.4.0)
Requires-Dist: jupyter (==1.0.0)
Requires-Dist: jupyter-client (==7.2.2)
Requires-Dist: jupyter-console (==6.4.3)
Requires-Dist: jupyter-core (==4.9.2)
Requires-Dist: jupyterlab-pygments (==0.1.2)
Requires-Dist: jupyterlab-widgets (==1.0.0)
Requires-Dist: kiwisolver (==1.4.2)
Requires-Dist: MarkupSafe (==2.0.1)
Requires-Dist: matplotlib (==3.5.1)
Requires-Dist: matplotlib-inline (==0.1.2)
Requires-Dist: mistune (==0.8.4)
Requires-Dist: mkl-fft (==1.3.1)
Requires-Dist: mkl-random (==1.2.2)
Requires-Dist: mkl-service (==2.4.0)
Requires-Dist: munkres (==1.1.4)
Requires-Dist: nbclient (==0.5.13)
Requires-Dist: nbconvert (==6.4.4)
Requires-Dist: nbformat (==5.3.0)
Requires-Dist: nest-asyncio (==1.5.5)
Requires-Dist: notebook (==6.4.8)
Requires-Dist: numexpr (==2.8.1)
Requires-Dist: numpy (==1.22.3)
Requires-Dist: packaging (==21.3)
Requires-Dist: pandas (==1.4.2)
Requires-Dist: pandocfilters (==1.5.0)
Requires-Dist: parso (==0.8.3)
Requires-Dist: pickleshare (==0.7.5)
Requires-Dist: Pillow (==9.0.1)
Requires-Dist: prometheus-client (==0.13.1)
Requires-Dist: prompt-toolkit (==3.0.20)
Requires-Dist: pure-eval (==0.2.2)
Requires-Dist: pycparser (==2.21)
Requires-Dist: Pygments (==2.11.2)
Requires-Dist: pyparsing (==3.0.4)
Requires-Dist: pyrsistent (==0.18.0)
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: pytz (==2022.1)
Requires-Dist: pywin32 (==302)
Requires-Dist: pywinpty (==2.0.2)
Requires-Dist: pyzmq (==22.3.0)
Requires-Dist: qtconsole (==5.3.0)
Requires-Dist: QtPy (==2.0.1)
Requires-Dist: scipy (==1.7.3)
Requires-Dist: Send2Trash (==1.8.0)
Requires-Dist: sip (==6.6.2)
Requires-Dist: six (==1.16.0)
Requires-Dist: soupsieve (==2.3.1)
Requires-Dist: stack-data (==0.2.0)
Requires-Dist: terminado (==0.13.1)
Requires-Dist: testpath (==0.5.0)
Requires-Dist: tornado (==6.1)
Requires-Dist: traitlets (==5.1.1)
Requires-Dist: typing-extensions (==4.1.1)
Requires-Dist: wcwidth (==0.2.5)
Requires-Dist: webencodings (==0.5.1)
Requires-Dist: wheel (==0.37.1)
Requires-Dist: widgetsnbextension (==3.5.2)
Requires-Dist: wincertstore (==0.2)

# SEKV-E

SEKV-E is a Python-based parameters extractor for the simplified EKV model, which is developed by ICLAB, EPFL. While it has been developed to serve the needs of low-power analog circuit designs. 


## Install

Now, the project only support the install method using git command. We are working on making this project availalbe on various distribution like `pip` and `conda`. Try the following command to clone this project to your space.

```
git clone https://gitlab.com/moscm/sekv-e.git
```

## Authors and acknowledgment
Hung-Chi Han, doctoral assistant in ICLAB, EPFL, Lausanne, Switzerland.

## License
see [LICENSE](LICENSE).

