Metadata-Version: 2.1
Name: sc-leflib
Version: 0.2.0
Summary: LEF parser for SiliconCompiler
Home-page: https://siliconcompiler.com
Author: ZeroASIC
Author-email: gadfort@zeroasic.com
License: Apache License 2.0
Project-URL: Documentation, https://docs.siliconcompiler.com
Project-URL: Source Code, https://github.com/siliconcompiler/sc-leflib
Project-URL: Bug Tracker, https://github.com/siliconcompiler/sc-leflib/issues
Project-URL: Forum, https://github.com/siliconcompiler/sc-leflib/discussions
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: build
Requires-Dist: scikit-build >=0.14.1 ; extra == 'build'
Requires-Dist: cython ; extra == 'build'
Requires-Dist: cmake ; extra == 'build'
Provides-Extra: test
Requires-Dist: pytest >=6.2.4 ; extra == 'test'
Requires-Dist: pytest-timeout >=2.1.0 ; extra == 'test'
Requires-Dist: flake8 >=5.0.0 ; extra == 'test'

[![CI Tests](https://github.com/siliconcompiler/sc-leflib/actions/workflows/tests.yml/badge.svg)](https://github.com/siliconcompiler/sc-leflib/actions/workflows/tests.yml)
[![Wheels](https://github.com/siliconcompiler/sc-leflib/actions/workflows/wheels.yml/badge.svg)](https://github.com/siliconcompiler/sc-leflib/actions/workflows/wheels.yml)

# What is sc-leflib?

A [LEF](https://en.wikipedia.org/w/index.php?title=Library_Exchange_Format&oldid=1105463237) parser for [SiliconCompiler](https://github.com/siliconcompiler/siliconcompiler) based on [OpenROADs](https://github.com/The-OpenROAD-Project/OpenROAD) implementation.

# Contributing

sc-leflib is an open-source project and welcomes contributions.

# Issues / Bugs

We use [GitHub Issues](https://github.com/siliconcompiler/sc-leflib/issues)
for tracking requests and bugs.

# License

- [Apache License 2.0](LICENSE)
- [LEF Parser / Apache License 2.0](https://github.com/The-OpenROAD-Project/OpenROAD/blob/master/src/odb/src/lef/LICENSE.TXT)

# More information

[Docs](https://docs.siliconcompiler.com/en/latest/reference_manual/floorplan_api.html)
