1 Star 0 Fork 0

fengc_h/javalang

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 900 Bytes
一键复制 编辑 原始数据 按行查看 历史
Chris Thunes 提交于 13年前 . Version 0.9.3
from distutils.core import setup
setup(
name = "javalang",
packages = ["javalang"],
version = "0.9.3",
author = "Chris Thunes",
author_email = "cthunes@brewtab.com",
url = "http://github.com/c2nes/javalang",
description = "Pure Python Java parser and tools",
classifiers = [
"Programming Language :: Python",
"Development Status :: 4 - Beta",
"Operating System :: OS Independent",
"License :: OSI Approved :: MIT License",
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries"
],
long_description = """\
========
javalang
========
javalang is a pure Python library for working with Java source
code. javalang provies a lexer and parser targeting Java 7. The
implementation is based on the Java language spec available at
http://docs.oracle.com/javase/specs/jls/se7/html/.
"""
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/code0_FC/javalang.git
git@gitee.com:code0_FC/javalang.git
code0_FC
javalang
javalang
javalang-0.9.3

搜索帮助