docstub

View on PyPIReverse Dependencies (0)

0.2.1 docstub-0.2.1-py3-none-any.whl

Wheel Details

Project: docstub
Version: 0.2.1
Filename: docstub-0.2.1-py3-none-any.whl
Download: [link]
Size: 15687
MD5: 6f65de7098aaf58eeeb98fd01214fd43
SHA256: a771f5753742f3be6fa58433cd6190e59e4b5241534e21edf290652328f39c82
Uploaded: 2024-05-31 23:49:10 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: docstub
Version: 0.2.1
Summary: Generate Python stub files (PYI) from docstrings
Author: Lars Grüter
Project-Url: Home, https://github.com/lagru/docstub
License: BSD 3-Clause License Copyright (c) 2024, Lars Grüter. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the vector package developers nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: numpydoc (>=1.7.0)
Requires-Dist: click (>=8.1.7)
Requires-Dist: libcst (>=1.3.1)
Requires-Dist: lark (>=1.1.9)
Requires-Dist: pre-commit (>=3.7); extra == "dev"
Requires-Dist: black (>=24.4.2); extra == "optional"
Requires-Dist: isort (>=5.13.2); extra == "optional"
Requires-Dist: pytest (>=5.0.0); extra == "test"
Requires-Dist: coverage (>=7.5.0); extra == "test"
Provides-Extra: dev
Provides-Extra: optional
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1742 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
docstub/__init__.py sha256=GnyjhkM7HT3xdOB2-RXHa8cmiD89-u9wTTXyoc1XFZQ 194
docstub/__main__.py sha256=JBinc0CXsZoKlNFyseGZQbRe35N2mf2dATz_ZFL9KO8 62
docstub/_analysis.py sha256=_-q79eLXJxcRJbwCbZO4Nq4BjbVqlin2gUqWriwnmNg 3938
docstub/_cli.py sha256=Uq4Y5pE_xghUcQ-CX3S9xO920aoCmXQj0lsgT6fzM60 2765
docstub/_config.py sha256=NYU_paKyn62DfPfG3so8QqJCh7z4Aufcda_hu4CBRhc 971
docstub/_docstrings.py sha256=teHwknu-CgeBfXM8y3CY1TWfKFQxaAi0kCgW81uEbYw 8892
docstub/_stubs.py sha256=Ae30gOkoFZjBjXLeL26Lq9w-4nwtT_gmuq1m01KRpCo 8265
docstub/_utils.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
docstub/_version.py sha256=MxUhzLJIZQfEpDTTcKSxciTGrMLd5v2VmMlHa2HGeo0 411
docstub/default_config.toml sha256=bj1tYvo4V2GglHL6c8Gbc3NdQzmmoPRrbkdNdr-_xpU 4311
docstub/doctype.lark sha256=RA73I-w2-G1CRBi5V2RPoz86X335ocjEPs-PREFvkPQ 1474
docstub-0.2.1.dist-info/LICENSE sha256=Ihf2zHdGJppJ9oU15Es-_I9n7Dj7Tbgss7dnK7sQo9M 1522
docstub-0.2.1.dist-info/METADATA sha256=1TuHED6ktDIJTXGcQdLxmdBm3FXpCgRRlLR3Jg6QKdw 4772
docstub-0.2.1.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
docstub-0.2.1.dist-info/entry_points.txt sha256=W3g4fablib6LT05Hp9eDdBRJ3M7QWt-d4V-oQbfc3k8 50
docstub-0.2.1.dist-info/top_level.txt sha256=uSEEhnTXxk8VTVfeHj9F0cEeRHRn3TKLqyaGUE8Lpl8 8
docstub-0.2.1.dist-info/RECORD

top_level.txt

docstub

entry_points.txt

docstub = docstub.__main__:main