Contents

astunparse 1.6.3

0

An AST unparser for Python

An AST unparser for Python

Stars: 215, Watchers: 215, Forks: 53, Open Issues: 26

The simonpercivall/astunparse repo was created 10 years ago and the last code push was 7 months ago.
The project is popular with 215 github stars!

How to Install astunparse

You can install astunparse using pip

pip install astunparse

or add it to a project with poetry

poetry add astunparse

Package Details

Author
License
BSD
Homepage
https://github.com/simonpercivall/astunparse
PyPi:
https://pypi.org/project/astunparse/
GitHub Repo:
https://github.com/simonpercivall/astunparse

Classifiers

  • Software Development/Code Generators
No  astunparse  pypi packages just yet.

Errors

A list of common astunparse errors.

Code Examples

Here are some astunparse code examples and snippets.

Related Packages & Articles

httpie 3.2.2

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.