HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //snap/google-cloud-cli/current/platform/gsutil/third_party/pyparsing/BUILDING.md
# BUILDING

pyparsing uses the [flit](https://flit.readthedocs.io/) build system
that is compliant with [PEP 517](https://www.python.org/dev/peps/pep-0517/).
Therefore, any PEP 517-compliant tools can be used to build it.


## Building using flit

To build the distribution files using flit, type:

```
$ flit build
```

The generated sdist and wheel will be placed in `dist/` directory.


## Building using build

[build](https://github.com/pypa/build) is a generic builder for PEP 517
projects.  To build the distribution files using build, type:

```
$ pyproject-build
```

The generated sdist and wheel will be placed in `dist/` directory.


## Testing

pyparsing uses [tox](https://tox.wiki/en/latest/) to run tests.
In order to run the complete test suite, type:

```
$ tox
```