Metadata-Version: 2.1
Name: c4m-arrakeen
Version: 25.2a1
Summary: Project Arrakeen, python framework for portable PDKs for digital and analog design.
Author: Chips4Makers contributors
License: AGPL-3.0-or-later OR GPL-2.0-or-later OR CERN-OHL-S-2.0+ OR Apache-2.0
Requires-Python: >=3.8
Requires-Dist: PDKMaster==0.11.5
Requires-Dist: pdkmaster-io-klayout==0.1.6
Requires-Dist: c4m-flexcell==0.4.5
Requires-Dist: c4m-flexio==0.4.8
Requires-Dist: c4m-pdk-sky130==0.2.6
Requires-Dist: c4m-pdk-gf180mcu==0.0.10
Requires-Dist: c4m-pdk-ihpsg13g2==0.1.2
Description-Content-Type: text/markdown

# Project Arrakeen

This is an umbrella project providing a framework for portable PDKs and scalable digital and analog building blocks.  
The setup of this project is currently in exploration phase to find out right setup to aid development, dependency management, user friendliness etc. Consequence is that releases are done as alpha releases for the moment without proper documentation or release notes. Commit messages to the project need to be used for the moment to get a grasp of what is going on development-wise.

# Release

Current release is __v25.2a1__, which consist of the following versions for the subprojects:

* [PDKMaster v0.11.5](https://gitlab.com/Chips4Makers/PDKMaster/-/releases/v0.11.5)
* [pdkmaster-io-klayout v0.11.5](https://gitlab.com/Chips4Makers/pdkmaster-io-klayout/-/releases/v0.1.6)
* [c4m-flexcell v0.4.5](https://gitlab.com/Chips4Makers/c4m-flexcell/-/releases/v0.4.5)
* [c4m-flexio v0.4.8](https://gitlab.com/Chips4Makers/c4m-flexio/-/releases/v0.4.8)
* [c4m-pdk-sky130 v0.2.6](https://gitlab.com/Chips4Makers/c4m-pdk-sky130/-/releases/v0.2.6)
* [c4m-pdk-gf180mcu v0.0.10](https://gitlab.com/Chips4Makers/c4m-pdk-gf180mcu/-/releases/v0.0.10)
* [c4m-pdk-ihpsg13g2 v0.1.2](https://gitlab.com/Chips4Makers/c4m-pdk-ihpsg13g2/-/releases/v0.1.2)

# Guidelines

Project Arrakeen has a set of guidelines common to the main project and all subprojects. These are:

* [Contributing.md](Contributing.md): contribution guide lines
* [LICENSE.md](LICENSE.md): license of release code
* [LICENSE_rationale.md](LICENSE_rationale.md): rationale for used multi-license
