https://github.com/wenkokke/agda-python
A project that packages Agda as a Python package.
https://github.com/wenkokke/agda-python
Last synced: 8 months ago
JSON representation
A project that packages Agda as a Python package.
- Host: GitHub
- URL: https://github.com/wenkokke/agda-python
- Owner: wenkokke
- License: mit
- Created: 2023-08-03T14:53:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T09:08:43.000Z (9 months ago)
- Last Synced: 2025-04-01T10:23:36.451Z (9 months ago)
- Language: Python
- Homepage:
- Size: 2.7 MB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/wenkokke/agda-python/actions/workflows/ci.yml) [](https://pypi.org/project/agda/) [](https://hackage.haskell.org/package/Agda)  [](https://pypi.org/project/agda/) [](https://pypi.org/project/agda/)
# Agda Python Distribution
A project that packages Agda as a Python package, which allows you to install Agda from PyPI:
```bash
pip install agda
```
The PyPI package versions follow the [PvP] version numbers of Agda releases, with post-release versions (_e.g._, `v2.6.3.post1`) for patches and non-breaking changes to the documentation and packaging.
Binary wheels are provided for the following platforms:
| Platform | Release | Architecture |
| -------- | ---------- | ------------ |
| macOS | ≥10.10 | x86_64 |
| | ≥13.0 | ARM64 |
| Linux | libc ≥2.17 | x86_64 |
| | libc ≥2.28 | aarch64 |
| | musl ≥1.2 | x86_64 |
| Windows | | AMD64 |
The availability of binary wheels is largely determined by the availability of GHC binaries.
For more information, see:
- [The Agda Source Code]
- [The Agda User Manual]
[PvP]: https://pvp.haskell.org
[The Agda Source Code]: https://github.com/agda/agda#readme
[The Agda User Manual]: https://agda.readthedocs.io/en/v2.6.3/