-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
| import yaml |
| install_package("pyaml") |
$ dpkg -l python3-\*yaml
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-===================-============-============-=====================================================================
ii python3-pretty-yaml 21.10.1-1 all module to produce pretty and readable YAML-serialized data (Python 3)
ii python3-yaml 6.0-3+b2 amd64 YAML parser and emitter for Python3
$ pip show pyaml
Name: pyaml
Version: 21.10.1
Summary: PyYAML-based module to produce pretty and readable YAML-serialized data
Home-page: https://github.com/mk-fg/pretty-yaml
Author: Mike Kazantsev
Author-email: mk.fraggod@gmail.com
License: WTFPL
Location: /usr/lib/python3/dist-packages
Requires:
Required-by:
$ pip show pyyaml
Name: PyYAML
Version: 6.0
Summary: YAML parser and emitter for Python
Home-page: https://pyyaml.org/
Author: Kirill Simonov
Author-email: xi@resolvent.net
License: MIT
Location: /usr/lib/python3/dist-packages
Requires:
Required-by:
$ dpkg -S 'packages/yaml/__init__.py' 'packages/pyaml/__init__.py'
python3-yaml: /usr/lib/python3/dist-packages/yaml/__init__.py
python3-pretty-yaml: /usr/lib/python3/dist-packages/pyaml/__init__.py
$
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels