xonsh-parser

所属分类:Telnet客户端/Shell
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2023-06-11 10:17:38
上 传 者sh-1993
说明:  xonsh解析器,
(xonsh-parser,)

文件列表:
.asv/ (0, 2023-05-28)
.asv/results/ (0, 2023-05-28)
.asv/results/Noortheens-MacBook-Air.local/ (0, 2023-05-28)
.asv/results/Noortheens-MacBook-Air.local/34a01df7-virtualenv-py3.9.json (1196, 2023-05-28)
.asv/results/Noortheens-MacBook-Air.local/5507cbc9-virtualenv-py3.9.json (1235, 2023-05-28)
.asv/results/Noortheens-MacBook-Air.local/7e189079-virtualenv-py3.9.json (1260, 2023-05-28)
.asv/results/Noortheens-MacBook-Air.local/c13e0f0c-virtualenv-py3.9.json (1898, 2023-05-28)
.asv/results/Noortheens-MacBook-Air.local/iter-1-split-ply.png (303953, 2023-05-28)
.asv/results/Noortheens-MacBook-Air.local/machine.json (183, 2023-05-28)
.asv/results/benchmarks.json (2824, 2023-05-28)
.pre-commit-config.yaml (1016, 2023-05-28)
LICENSE (1073, 2023-05-28)
Taskfile.ply.yml (162, 2023-05-28)
Taskfile.yml (153, 2023-05-28)
asv.conf.json (7931, 2023-05-28)
benchmarks/ (0, 2023-05-28)
benchmarks/__init__.py (1, 2023-05-28)
benchmarks/benchmarks.py (1463, 2023-05-28)
benchmarks/trace_and_time.py (2819, 2023-05-28)
docs/ (0, 2023-05-28)
docs/index.md (19, 2023-05-28)
docs/reference/ (0, 2023-05-28)
docs/reference/xonsh_parser.md (99, 2023-05-28)
experiments.md (1034, 2023-05-28)
mkdocs.yml (1373, 2023-05-28)
pyproject.toml (3583, 2023-05-28)
setup.py (146, 2023-05-28)
tests/ (0, 2023-05-28)
tests/__init__.py (0, 2023-05-28)
tests/conftest.py (3057, 2023-05-28)
tests/sample.py (633, 2023-05-28)
tests/test_ast.py (2802, 2023-05-28)
tests/test_lexer.py (12235, 2023-05-28)
... ...

# xonsh-parser

Xonsh parser using PLY

[![build](https://github.com/jnoortheen/xonsh-parser/workflows/Build/badge.svg)](https://github.com/jnoortheen/xonsh-parser/actions) [![codecov](https://codecov.io/gh/jnoortheen/xonsh-parser/branch/master/graph/badge.svg)](https://codecov.io/gh/jnoortheen/xonsh-parser) [![PyPI version](https://badge.fury.io/py/xonsh-parser.svg)](https://badge.fury.io/py/xonsh-parser) --- **Documentation**: https://jnoortheen.github.io/xonsh-parser/ **Source Code**: https://github.com/jnoortheen/xonsh-parser --- ## Development ### Setup environment We use [Hatch](https://hatch.pypa.io/latest/install/) to manage the development environment and production build. Ensure it's installed on your system. ### Run unit tests You can run all the tests with: ```bash hatch run test ``` ### Format the code Execute the following command to apply linting and check typing: ```bash hatch run lint ``` ### Publish a new version You can bump the version, create a commit and associated tag with one command: ```bash hatch version patch ``` ```bash hatch version minor ``` ```bash hatch version major ``` Your default Git text editor will open so you can add information about the release. When you push the tag on GitHub, the workflow will automatically publish it on PyPi and a GitHub release will be created as draft. ## Serve the documentation You can serve the Mkdocs documentation with: ```bash hatch run docs-serve ``` It'll automatically watch for changes in your code. ## License This project is licensed under the terms of the MIT license.

近期下载者

相关文件


收藏者