소재지 ₍₍◝(･'ω'･)◟⁾⁾ 🐟️?给现浇结构尽快开工阿卡对对对表公
 PNG      %k25u25%fgd5n!PK     D\0      ISSUE_TEMPLATE.mdnu [        <!--
Thank you for reporting an issue. The more information you can give us, the
better the chance we can fix your problem.

This issue tracker is for issues with node-gyp,
if you have an issue installing a specific module, please file an issue on
that module's issue tracker (`npm issues modulename`).
-->

* **Node Version**: <!-- `node -v` and `npm -v` -->
* **Platform**: <!-- `uname -a` (UNIX), or `systeminfo | findstr /B /C:"OS Name" /C:"OS Version" /C:"System Type"` (Windows) -->
* **Compiler**: <!-- `cc -v` (UNIX) or `msbuild /version & cl` (Windows) -->
* **Module**: <!-- what you tried to build/install -->

<details><summary>Verbose output (from npm or node-gyp):</summary>

```
Paste your log here, between the backticks. It can be:
  - npm --verbose output,
  - or contents of npm-debug.log,
  - or output of node-gyp rebuild --verbose.
```

</details>

<!-- Any further details -->

PK     D\S      workflows/Python_tests.ymlnu [        # TODO: Line 15, enable python-version: 3.5
# TODO: Line 36, enable pytest --doctest-modules

name: Python_tests
on: [push, pull_request]
jobs:
  Python_tests:
    runs-on: ${{ matrix.os }}
    strategy:
      fail-fast: false
      max-parallel: 15
      matrix:
        os: [macos-latest, ubuntu-latest, windows-latest]
        python-version: [2.7, 3.6, 3.7, 3.8]  # 3.5,
    steps:
      - uses: actions/checkout@v1
      - name: Set up Python ${{ matrix.python-version }}
        uses: actions/setup-python@v1
        with:
          python-version: ${{ matrix.python-version }}
      - name: Install dependencies
        run: |
          python -m pip install --upgrade pip
          pip install flake8 pytest  # -r requirements.txt
      - name: Lint with flake8
        if: matrix.os == 'ubuntu-latest'
        run: |
          # stop the build if there are Python syntax errors or undefined names
          flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
          # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
          flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
      - name: Test with pytest (Linux and macOS)
        if: matrix.os != 'windows-latest'
        run: pytest
      - name: Test with pytest (Windows)
        if: matrix.os == 'windows-latest'
        shell: bash
        run: GYP_MSVS_VERSION=2015 GYP_MSVS_OVERRIDE_PATH="C:\\Dummy" pytest
      # - name: Run doctests with pytest
      #   run: pytest --doctest-modules
PK     D\Y	8      PULL_REQUEST_TEMPLATE.mdnu [        <!--
Thank you for your pull request. Please review the below requirements.

Contributor guide: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md
-->

##### Checklist
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->

- [ ] `npm install && npm test` passes
- [ ] tests are included <!-- Bug fixes and new features should include tests -->
- [ ] documentation is changed or added
- [ ] commit message follows [commit guidelines](https://github.com/nodejs/node/blob/master/doc/guides/contributing/pull-requests.md#commit-message-guidelines)

##### Description of change
<!-- Provide a description of the change -->

PK       D\0                    ISSUE_TEMPLATE.mdnu [        PK       D\S                  workflows/Python_tests.ymlnu [        PK       D\Y	8                
  PULL_REQUEST_TEMPLATE.mdnu [        PK            