Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-prettyprinter-0.17.0-18.fc40 RPM for noarch

From Fedora Rawhide for s390x / p

Name: python3-prettyprinter Distribution: Fedora Project
Version: 0.17.0 Vendor: Fedora Project
Release: 18.fc40 Build date: Fri Jan 26 09:13:57 2024
Group: Unspecified Build host: buildvm-x86-23.iad2.fedoraproject.org
Size: 399134 Source RPM: python-prettyprinter-0.17.0-18.fc40.src.rpm
Packager: Fedora Project
Url: https://github.com/tommikaikkonen/prettyprinter
Summary: Syntax-highlighting, declarative and composable pretty printer
Syntax-highlighting, declarative and composable pretty printer.  Drop in
replacement for the standard library pprint: just rename pprint to
prettyprinter in your imports.  Uses a modified Wadler-Leijen layout algorithm
for optimal formatting.  Write pretty printers for your own types with a dead
simple, declarative interface.

Provides

Requires

License

MIT

Changelog

* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-18
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-17
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-16
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.17.0-15
  - Rebuilt for Python 3.12
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-14
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-13
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.17.0-12
  - Rebuilt for Python 3.11

Files

/usr/lib/python3.12/site-packages/prettyprinter
/usr/lib/python3.12/site-packages/prettyprinter-0.17.0-py3.12.egg-info
/usr/lib/python3.12/site-packages/prettyprinter-0.17.0-py3.12.egg-info/PKG-INFO
/usr/lib/python3.12/site-packages/prettyprinter-0.17.0-py3.12.egg-info/SOURCES.txt
/usr/lib/python3.12/site-packages/prettyprinter-0.17.0-py3.12.egg-info/dependency_links.txt
/usr/lib/python3.12/site-packages/prettyprinter-0.17.0-py3.12.egg-info/not-zip-safe
/usr/lib/python3.12/site-packages/prettyprinter-0.17.0-py3.12.egg-info/requires.txt
/usr/lib/python3.12/site-packages/prettyprinter-0.17.0-py3.12.egg-info/top_level.txt
/usr/lib/python3.12/site-packages/prettyprinter/__init__.py
/usr/lib/python3.12/site-packages/prettyprinter/__pycache__
/usr/lib/python3.12/site-packages/prettyprinter/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/prettyprinter/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/prettyprinter/__pycache__/color.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/prettyprinter/__pycache__/color.cpython-312.pyc
/usr/lib/python3.12/site-packages/prettyprinter/__pycache__/doc.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/prettyprinter/__pycache__/doc.cpython-312.pyc
/usr/lib/python3.12/site-packages/prettyprinter/__pycache__/doctypes.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/prettyprinter/__pycache__/doctypes.cpython-312.pyc
/usr/lib/python3.12/site-packages/prettyprinter/__pycache__/layout.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/prettyprinter/__pycache__/layout.cpython-312.pyc
/usr/lib/python3.12/site-packages/prettyprinter/__pycache__/pretty_stdlib.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/prettyprinter/__pycache__/pretty_stdlib.cpython-312.pyc
/usr/lib/python3.12/site-packages/prettyprinter/__pycache__/prettyprinter.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/prettyprinter/__pycache__/prettyprinter.cpython-312.pyc
/usr/lib/python3.12/site-packages/prettyprinter/__pycache__/render.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/prettyprinter/__pycache__/render.cpython-312.pyc
/usr/lib/python3.12/site-packages/prettyprinter/__pycache__/sdoctypes.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/prettyprinter/__pycache__/sdoctypes.cpython-312.pyc
/usr/lib/python3.12/site-packages/prettyprinter/__pycache__/syntax.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/prettyprinter/__pycache__/syntax.cpython-312.pyc
/usr/lib/python3.12/site-packages/prettyprinter/__pycache__/utils.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/prettyprinter/__pycache__/utils.cpython-312.pyc
/usr/lib/python3.12/site-packages/prettyprinter/color.py
/usr/lib/python3.12/site-packages/prettyprinter/doc.py
/usr/lib/python3.12/site-packages/prettyprinter/doctypes.py
/usr/lib/python3.12/site-packages/prettyprinter/extras
/usr/lib/python3.12/site-packages/prettyprinter/extras/__init__.py
/usr/lib/python3.12/site-packages/prettyprinter/extras/__pycache__
/usr/lib/python3.12/site-packages/prettyprinter/extras/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/prettyprinter/extras/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/prettyprinter/extras/__pycache__/attrs.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/prettyprinter/extras/__pycache__/attrs.cpython-312.pyc
/usr/lib/python3.12/site-packages/prettyprinter/extras/__pycache__/dataclasses.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/prettyprinter/extras/__pycache__/dataclasses.cpython-312.pyc
/usr/lib/python3.12/site-packages/prettyprinter/extras/__pycache__/django.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/prettyprinter/extras/__pycache__/django.cpython-312.pyc
/usr/lib/python3.12/site-packages/prettyprinter/extras/__pycache__/ipython.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/prettyprinter/extras/__pycache__/ipython.cpython-312.pyc
/usr/lib/python3.12/site-packages/prettyprinter/extras/__pycache__/ipython_repr_pretty.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/prettyprinter/extras/__pycache__/ipython_repr_pretty.cpython-312.pyc
/usr/lib/python3.12/site-packages/prettyprinter/extras/__pycache__/numpy.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/prettyprinter/extras/__pycache__/numpy.cpython-312.pyc
/usr/lib/python3.12/site-packages/prettyprinter/extras/__pycache__/python.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/prettyprinter/extras/__pycache__/python.cpython-312.pyc
/usr/lib/python3.12/site-packages/prettyprinter/extras/__pycache__/requests.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/prettyprinter/extras/__pycache__/requests.cpython-312.pyc
/usr/lib/python3.12/site-packages/prettyprinter/extras/attrs.py
/usr/lib/python3.12/site-packages/prettyprinter/extras/dataclasses.py
/usr/lib/python3.12/site-packages/prettyprinter/extras/django.py
/usr/lib/python3.12/site-packages/prettyprinter/extras/ipython.py
/usr/lib/python3.12/site-packages/prettyprinter/extras/ipython_repr_pretty.py
/usr/lib/python3.12/site-packages/prettyprinter/extras/numpy.py
/usr/lib/python3.12/site-packages/prettyprinter/extras/python.py
/usr/lib/python3.12/site-packages/prettyprinter/extras/requests.py
/usr/lib/python3.12/site-packages/prettyprinter/layout.py
/usr/lib/python3.12/site-packages/prettyprinter/pretty_stdlib.py
/usr/lib/python3.12/site-packages/prettyprinter/prettyprinter.py
/usr/lib/python3.12/site-packages/prettyprinter/render.py
/usr/lib/python3.12/site-packages/prettyprinter/sdoctypes.py
/usr/lib/python3.12/site-packages/prettyprinter/syntax.py
/usr/lib/python3.12/site-packages/prettyprinter/utils.py
/usr/share/doc/python3-prettyprinter
/usr/share/doc/python3-prettyprinter/AUTHORS.rst
/usr/share/doc/python3-prettyprinter/HISTORY.rst
/usr/share/doc/python3-prettyprinter/README.rst
/usr/share/licenses/python3-prettyprinter
/usr/share/licenses/python3-prettyprinter/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 02:28:23 2024