realpython / realpython/materials
Project must migrate from using typed_ast to ast
Open
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 5.2k
- Forks
- 5.3k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 10
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
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.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100