Skip to content

Asset browser will install pyaml – but actually uses PyYAML #104

Description

@dsalt


$ 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
$ 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions