package pyast

  1. Overview
  2. Docs
Python AST

Install

Dune Dependency

Authors

Maintainers

Sources

pyast.0.2.0.tar.gz
sha512=6457a333f472e72198307e65b1c3c9b4e7815547d3b84ad90338a05f3b4b701e371e109400c8a6f7ee0d629807a8b5c44489ce61c73484482271f8095a67816b

CHANGES.md.html

CHANGES.md

  • v0.2.0 - 2022-10-21

  • Support for Python 3.10.2 and 3.11.0

  • Better conversion for slices between versions

  • v0.1.1 - 2021-10-20

  • Fix conversion bug with ExtSlice (when converting Python <3.9.0 to Python >=3.9.0)

  • v0.1.0 - 2021-10-04

First release