Metadata-Version: 2.3
Name: pyright-stubgen
Version: 0.1.0
Summary: stubgen using pyright
License: MIT License
        
        Copyright (c) 2024 Choi Min-yeong
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AsyncIO
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.9
Requires-Dist: anyio>=4
Requires-Dist: pyright
Requires-Dist: typing-extensions
Description-Content-Type: text/markdown

# pyright-stubgen
## how to use
```bash
❯ uv run pyright-stubgen --help
usage: pyright-stubgen [-h] -m MODULE [-v] [--ignore-error] [--concurrency CONCURRENCY] [--out OUT]

optional arguments:
  -h, --help            show this help message and exit
  -m MODULE, --module MODULE
                        module name
  -v, --verbose         verbose
  --ignore-error        ignore error
  --concurrency CONCURRENCY
                        concurrency
  --out OUT             output directory
```