Metadata-Version: 2.4
Name: sc-leflib
Version: 0.5.1
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.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: test
Requires-Dist: pytest==8.4.2; extra == "test"
Requires-Dist: pytest-timeout==2.4.0; extra == "test"
Requires-Dist: flake8==7.1.2; python_version <= "3.8" and extra == "test"
Requires-Dist: flake8==7.3.0; python_version >= "3.9" and extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-python
Dynamic: summary

[![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)
