Project must migrate from using typed_ast to ast

Open
#382 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Refactor
Clarity
Needs clarification
Activity status
Stale
Tech stack
python
Domain
tooling

Research direction

Search the repository for typed_ast imports and usages, then inspect how those locations use Python's ast module. Replace the remaining typed_ast dependency and verify that the affected materials or checks still work without it.

Written by the indexing model from the issue text.

Description

Typed_ast end of life is July 2023, as per https://github.com/python/typed_ast/issues/179

Also on some 64-based systems typed_ast cannot be installed with pip. I used the Canonical repositories to install the module via apt on Lubuntu.

Dominant language
Jupyter Notebook
Stars
5.2k
Forks
5.3k
Avg merge
4d 10h
Merged PRs (30d)
10

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from realpython/materials

All issues in realpython/materials

Similar issues

More DevTools issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.