Codebase list astroid / upstream/2.0.3
New upstream version 2.0.3 Nicolas Dandrimont 5 years ago
6 changed file(s) with 16 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
00 ===================
11 astroid's ChangeLog
22 ===================
3
4 What's New in astroid 2.0.3?
5 ============================
6
7 Release Date: 2018-08-08
8
9 * The environment markers for PyPy were invalid.
310
411 What's New in astroid 2.0.2?
512 ============================
00 Metadata-Version: 1.2
11 Name: astroid
2 Version: 2.0.2
2 Version: 2.0.3
33 Summary: An abstract syntax tree for Python with inference support.
44 Home-page: https://github.com/PyCQA/astroid
55 Author: Python Code Quality Authority
2020
2121 modname = 'astroid'
2222
23 version = '2.0.2'
23 version = '2.0.3'
2424 numversion = tuple(int(elem) for elem in version.split('.') if elem.isdigit())
2525
2626 extras_require = {}
00 Metadata-Version: 1.2
11 Name: astroid
2 Version: 2.0.2
2 Version: 2.0.3
33 Summary: An abstract syntax tree for Python with inference support.
44 Home-page: https://github.com/PyCQA/astroid
55 Author: Python Code Quality Authority
00 lazy_object_proxy
11 six
22 wrapt
3 typing;python_version<"3.5"
4 typed_ast;python_version<"3.7" and implementation_name== "cpython"
3
4 [:python_version < "3.5"]
5 typing
6
7 [:python_version < "3.7" and implementation_name == "cpython"]
8 typed_ast
66 [egg_info]
77 tag_build =
88 tag_date = 0
9 tag_svn_revision = 0
109