docspec-python
A parser based on lib2to3 procuding docspec data from Python source code.
Example:
from docspec_python import parse_python
import docspec, sys
docspec.dump_module(parse_python(sys.stdin, print_function=False), sys.stdout)
$ docspec-python src/docspec/__init__.py | docspec --dump-tree | head
module __init__
| data __author__
| data __version__
| data __all__
| data _ClassProxy
| data _mapper
| class Location
| | data filename
| | data lineno
| class Decoration
Copyright © 2020, Niklas Rosenstein
Release files for docspec-python 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| docspec-python-0.0.1.tar.gz | 8.0 kB | Details |
Release files / docspec-python-0.0.1.tar.gz
| Download URL | docspec-python-0.0.1.tar.gz |
|---|---|
| Size | 8.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0631d338a9485bc5b11e284bc97ff92c9f5a56d9eb4f732308dacce633099ced
|
|
BLAKE2b-256 checksum How to use checksums |
a2db005d1098aded5d17d06d0d9792cd3a6e1db66ac67a37b3c64b4f863a263b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.3.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.5
|