معرفی شرکت ها


python3-astor_0.8.1-1_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Python 3 AST manipulator
ویژگی مقدار
سیستم عامل Linux
توزیع Ubuntu Jammy-22.04
مخزن Ubuntu universe all
نام بسته python3-astor
نام فایل بسته python3-astor_0.8.1-1_all.deb
نسخه بسته 0.8.1
انتشار بسته 1
معماری بسته all
نگهدارنده Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/berkerpeksag/astor/
مجوز -
حجم دانلود 23196
حجم نصب 100
astor is designed to allow easy manipulation of Python source via the AST. . There are some other similar libraries, but astor focuses on the following areas: . - Round-trip back to Python via Armin Ronacher's codegen.py module: - Modified AST doesn't need linenumbers, ctx, etc. or otherwise be directly compileable . - Dump pretty-printing of AST - Harder to read than round-tripped code, but more accurate to figure out what is going on. - Easier to read than dump from built-in AST module . - Non-recursive treewalk - Sometimes you want a recursive treewalk (and astor supports that, starting at any node on the tree), but sometimes you don't need to do that. astor doesn't require you to explicitly visit sub-nodes unless you want to: - You can add code that executes before a node's children are visited, and/or - You can add code that executes after a node's children are visited, and/or - You can add code that executes and keeps the node's children from being visited (and optionally visit them yourself via a recursive call) - Write functions to access the tree based on object names and/or attribute names - Enjoy easy access to parent node(s) for tree rewriting . This package provides Python 3 module bindings only.


نیازمندی

مقدار نام
- python3:any


نحوه نصب


نصب پکیج deb python3-astor:

    sudo apt-get install python3-astor_0.8.1-1_all.deb


فایل ها

مسیرها
./usr/lib/python3/dist-packages/astor/VERSION
./usr/lib/python3/dist-packages/astor/__init__.py
./usr/lib/python3/dist-packages/astor/code_gen.py
./usr/lib/python3/dist-packages/astor/codegen.py
./usr/lib/python3/dist-packages/astor/file_util.py
./usr/lib/python3/dist-packages/astor/node_util.py
./usr/lib/python3/dist-packages/astor/op_util.py
./usr/lib/python3/dist-packages/astor/rtrip.py
./usr/lib/python3/dist-packages/astor/source_repr.py
./usr/lib/python3/dist-packages/astor/string_repr.py
./usr/lib/python3/dist-packages/astor/tree_walk.py
./usr/lib/python3/dist-packages/astor-0.8.1.egg-info/PKG-INFO
./usr/lib/python3/dist-packages/astor-0.8.1.egg-info/dependency_links.txt
./usr/lib/python3/dist-packages/astor-0.8.1.egg-info/top_level.txt
./usr/lib/python3/dist-packages/astor-0.8.1.egg-info/zip-safe
./usr/share/doc/python3-astor/changelog.Debian.gz
./usr/share/doc/python3-astor/copyright