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

python313-pybtex-0.24.0-4.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python313-pybtex Distribution: openSUSE:Factory:zSystems
Version: 0.24.0 Vendor: openSUSE
Release: 4.1 Build date: Wed Jun 25 03:47:57 2025
Group: Productivity/Publishing/TeX/Utilities Build host: reproducible
Size: 903546 Source RPM: python-pybtex-0.24.0-4.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://pybtex.org/
Summary: BibTeX-compatible Bibliography Processor in Python
Pybtex is a BibTeX-compatible bibliography processor written in Python which
can produce formatted bibliographies in different, customizable formats. It
supports both native BibTeX style files and styles written in Python and
accepts BibTeX, BibTeXML, and a custom YAML-based bibligraphy input format and
can output LaTeX, HTML, and plain text.

Furthermore, Pybtex provides an interface for Python applications which need to
process the above formats.

Provides

Requires

License

MIT

Changelog

* Wed Jun 25 2025 Steve Kowalik <steven.kowalik@suse.com>
  - Use pyproject macros to build and install.
  - List files and directories under sitelib explicitly.
* Thu May 16 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Use %autosetup macro: allows us to eliminate usage of deprecated
    %patchN syntax.
* Tue Mar 07 2023 pgajdos@suse.com
  - do not require python-six
  - added patches
    fix https://bitbucket.org/pybtex-devs/pybtex/commits/6afabe217af95995d595de493cf9bc5120f85ca7
    + python-pybtex-no-six.patch
* Thu Sep 30 2021 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 0.24.0:
    * Added support for sup and sub tags to LaTeX and Markdown backends.
    * Added support for @online entries and the urldate field.
    * Fixed bugs in the example plugin.
    * Fixed bad get_default_encoding() call.
    * Reimplemented pybtex.utils.OrderedCaseInsensitiveDict using
      collections.OrderedDict (so it has a __delitem__).
    * unsrt.py now supports type when formatting phdthesis.
    * Added from_string to pybtex.database.BibliographyData.
    * Added from_string and to_string to pybtex.database.Entry.
    * Preserve order in pybtex.utils.OrderedCaseInsensitiveDict.__repr__.
    * Fixed entries with duplicate keys being removed during sorting.
    * Fixed handling of duplicate person fields
    * Use xml.etree.ElementTree instead of the deprecated cElementTree.
    * Import base classes from collections.abc instead of collections.
    * Use __iter__ instead of deprecated Element.getchildren().
  - Switch to using pytest to run tests, and run the testsuite.
* Fri Oct 02 2020 Martin Pluskal <mpluskal@suse.com>
  - Do not ship tests
* Wed Sep 16 2020 Dirk Mueller <dmueller@suse.com>
  - update to 0.22.2:
    * Fixed compatibility with Python 2 and older versions of Python 3.
    * Fixed non-working ``--backend`` option with ``pybtex -l python``.
    * Fixed handling of duplicate fields in ``.bib`` biles.
    * BibTeX parser is now up to 10% faster on some files.
    * Fixed parsing of names with ``\~`` characters.
    * Fixed formatting proceedings without an ``editor`` field in ``unsrt.py``.
    * In case of too many braces in a BibTeX string, ``PybtexSyntaxError`` is now raised instead
    * Dropped ``2to3``, made the code compatible with both Python 2 and 3 with Six_.
    * Moved tests outside of the ``pybtex`` package.
    * Fixed searching in docs with recent versions of Sphinx_.
    * API: renamed ``bibtex.BibTeXEntryIterator`` to ``bibtex.LowLevelParser`` for clarity.
    * API: removed confusing usage of ``Person.text`` in ``tempate.names``.
    * API: ``Entry.fields`` does not automagically look for cross-referenced entries
    +  anymore.
* Wed May 20 2020 Petr Gajdos <pgajdos@suse.com>
  - %python3_only -> %python_alternative
* Thu Jan 04 2018 mpluskal@suse.com
  - Update to version 0.21:
    * BibTeX writer now uses latexcodec to encode characters that are
      not directly supported by the output encoding. Thanks, Hong Xu!
    * HTML backend: {braced stings} are now wrapped with
      <span class="bibtex-protected"> to enable custom CSS styling.
    * unsrt.py: DOI, PubMed and Arxiv links now use HTTPS instead of
      HTTP.
    * unsrt.py: URLs with percent characters are now formatted
      correctly.
    * unsrt.py: short page / volume / chapter numbers are now joined
      with a non-breaking space, like in BibTeX.
    * unsrt.py: inbook now uses the editor field if the author field
      is missing, like in BibTeX.
    * unsrt.py: the words “volume” and “pages” in the beginning of
      the sentence are now capitalized, like in BibTeX.
    * unsrt.py: removed unnecessary period between the book title and
      the comma in inbook.
    * LaTeX backend: fix encoding tilde ("~") characters with newer
      versions of latexcodec.
    * Fix splitting names with escaped space ("\ ") characters.
  - Convert to singlespec
* Mon Dec 07 2015 nemysis@openSUSE.org
  - Update to 0.19, announce message:
    - Added Markdown output format (contributed by Jorrit Wronski).
    - Incorrectly formatted author and editor names now result in warnings instead of errors,
    unless ``--strict`` mode is enabled.
    - Fixed HTML escaping.
    - Fixed parsing nested ``.aux`` files.
    - Fixed splitting names separated by non-lowercase ``" and "``.
    - Fixed line numbers in error messages when parsing strings with DOS/Windows line breaks.
    - Fixed compatibility with BibTeX when parsing certain weird "von" names.
    - Removed excessive trailing newline from ``.bib`` output.
    - Text wrapping now works exactly as in BibTeX.
    - Added new API for :doc:`reading and writing bibliography data <api/parsing>`.
    - Pythonic styles: reworked and extended the :ref:`rich text API <rich-text>`.
    - Pythonic styles: added ``strong``, ``i``, ``b``, ``tt`` tags, renamed the old
    ``emph`` tag to ``em``.
    - Pythonic styles: the ``author_year_title`` style now returns ``""`` instead of ``None``
    (fixes unorderable types error in Python 3).
    - Ported the documentation_ to Sphinx_.
    Thanks to Jorrit Wronski and Matthias Troffaes for their fixes and improvements!
  - Add BuildRequires, changed by Upstream for python-PyYAML and
    python-nose
  - Remove obsolete Sed, changed by Upstream
  - Change Documentation, changed by Upstream
* Sun Jul 12 2015 nemysis@gmx.ch
  - Use %{oname} instead of pybtex
  - Change Url from SourceForge to http://pybtex.org
  - Add python-pybtex-rpmlintrc, executable script in documentation
  - Use check for openSUSE %if 0%{?suse_version}
  - Remove Recommends for non existent python-yaml
  - Split out doc and add doc into subpackages
  - Remove BuildRequires for ed, use sed instead
  - Add sed, Fix URL
  - Change Man Pages, add pybtex-format
  - Add examples to Documentation

Files

/etc/alternatives/pybtex
/etc/alternatives/pybtex-convert
/etc/alternatives/pybtex-convert.1.gz
/etc/alternatives/pybtex-format
/etc/alternatives/pybtex-format.1.gz
/etc/alternatives/pybtex.1.gz
/usr/bin/pybtex
/usr/bin/pybtex-3.13
/usr/bin/pybtex-convert
/usr/bin/pybtex-convert-3.13
/usr/bin/pybtex-format
/usr/bin/pybtex-format-3.13
/usr/lib/python3.13/site-packages/pybtex
/usr/lib/python3.13/site-packages/pybtex-0.24.0.dist-info
/usr/lib/python3.13/site-packages/pybtex-0.24.0.dist-info/INSTALLER
/usr/lib/python3.13/site-packages/pybtex-0.24.0.dist-info/METADATA
/usr/lib/python3.13/site-packages/pybtex-0.24.0.dist-info/RECORD
/usr/lib/python3.13/site-packages/pybtex-0.24.0.dist-info/REQUESTED
/usr/lib/python3.13/site-packages/pybtex-0.24.0.dist-info/WHEEL
/usr/lib/python3.13/site-packages/pybtex-0.24.0.dist-info/entry_points.txt
/usr/lib/python3.13/site-packages/pybtex-0.24.0.dist-info/licenses
/usr/lib/python3.13/site-packages/pybtex-0.24.0.dist-info/licenses/COPYING
/usr/lib/python3.13/site-packages/pybtex-0.24.0.dist-info/top_level.txt
/usr/lib/python3.13/site-packages/pybtex-0.24.0.dist-info/zip-safe
/usr/lib/python3.13/site-packages/pybtex/__init__.py
/usr/lib/python3.13/site-packages/pybtex/__main__.py
/usr/lib/python3.13/site-packages/pybtex/__pycache__
/usr/lib/python3.13/site-packages/pybtex/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/__pycache__/__main__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/__pycache__/__main__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/__pycache__/__version__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/__pycache__/__version__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/__pycache__/auxfile.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/__pycache__/auxfile.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/__pycache__/cmdline.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/__pycache__/cmdline.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/__pycache__/errors.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/__pycache__/errors.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/__pycache__/exceptions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/__pycache__/exceptions.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/__pycache__/io.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/__pycache__/io.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/__pycache__/kpathsea.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/__pycache__/kpathsea.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/__pycache__/py3compat.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/__pycache__/py3compat.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/__pycache__/richtext.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/__pycache__/richtext.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/__pycache__/scanner.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/__pycache__/scanner.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/__pycache__/textutils.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/__pycache__/textutils.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/__pycache__/utils.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/__pycache__/utils.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/__version__.py
/usr/lib/python3.13/site-packages/pybtex/auxfile.py
/usr/lib/python3.13/site-packages/pybtex/backends
/usr/lib/python3.13/site-packages/pybtex/backends/__init__.py
/usr/lib/python3.13/site-packages/pybtex/backends/__pycache__
/usr/lib/python3.13/site-packages/pybtex/backends/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/backends/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/backends/__pycache__/html.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/backends/__pycache__/html.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/backends/__pycache__/latex.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/backends/__pycache__/latex.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/backends/__pycache__/markdown.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/backends/__pycache__/markdown.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/backends/__pycache__/plaintext.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/backends/__pycache__/plaintext.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/backends/html.py
/usr/lib/python3.13/site-packages/pybtex/backends/latex.py
/usr/lib/python3.13/site-packages/pybtex/backends/markdown.py
/usr/lib/python3.13/site-packages/pybtex/backends/plaintext.py
/usr/lib/python3.13/site-packages/pybtex/bibtex
/usr/lib/python3.13/site-packages/pybtex/bibtex/__init__.py
/usr/lib/python3.13/site-packages/pybtex/bibtex/__pycache__
/usr/lib/python3.13/site-packages/pybtex/bibtex/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/bibtex/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/bibtex/__pycache__/bst.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/bibtex/__pycache__/bst.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/bibtex/__pycache__/builtins.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/bibtex/__pycache__/builtins.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/bibtex/__pycache__/exceptions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/bibtex/__pycache__/exceptions.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/bibtex/__pycache__/interpreter.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/bibtex/__pycache__/interpreter.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/bibtex/__pycache__/names.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/bibtex/__pycache__/names.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/bibtex/__pycache__/runner.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/bibtex/__pycache__/runner.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/bibtex/__pycache__/utils.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/bibtex/__pycache__/utils.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/bibtex/bst.py
/usr/lib/python3.13/site-packages/pybtex/bibtex/builtins.py
/usr/lib/python3.13/site-packages/pybtex/bibtex/exceptions.py
/usr/lib/python3.13/site-packages/pybtex/bibtex/interpreter.py
/usr/lib/python3.13/site-packages/pybtex/bibtex/names.py
/usr/lib/python3.13/site-packages/pybtex/bibtex/runner.py
/usr/lib/python3.13/site-packages/pybtex/bibtex/utils.py
/usr/lib/python3.13/site-packages/pybtex/charwidths
/usr/lib/python3.13/site-packages/pybtex/charwidths/__init__.py
/usr/lib/python3.13/site-packages/pybtex/charwidths/__pycache__
/usr/lib/python3.13/site-packages/pybtex/charwidths/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/charwidths/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/charwidths/__pycache__/make_charwidths.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/charwidths/__pycache__/make_charwidths.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/charwidths/make_charwidths.py
/usr/lib/python3.13/site-packages/pybtex/cmdline.py
/usr/lib/python3.13/site-packages/pybtex/database
/usr/lib/python3.13/site-packages/pybtex/database/__init__.py
/usr/lib/python3.13/site-packages/pybtex/database/__pycache__
/usr/lib/python3.13/site-packages/pybtex/database/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/database/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/database/convert
/usr/lib/python3.13/site-packages/pybtex/database/convert/__init__.py
/usr/lib/python3.13/site-packages/pybtex/database/convert/__main__.py
/usr/lib/python3.13/site-packages/pybtex/database/convert/__pycache__
/usr/lib/python3.13/site-packages/pybtex/database/convert/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/database/convert/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/database/convert/__pycache__/__main__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/database/convert/__pycache__/__main__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/database/format
/usr/lib/python3.13/site-packages/pybtex/database/format/__init__.py
/usr/lib/python3.13/site-packages/pybtex/database/format/__main__.py
/usr/lib/python3.13/site-packages/pybtex/database/format/__pycache__
/usr/lib/python3.13/site-packages/pybtex/database/format/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/database/format/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/database/format/__pycache__/__main__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/database/format/__pycache__/__main__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/database/input
/usr/lib/python3.13/site-packages/pybtex/database/input/__init__.py
/usr/lib/python3.13/site-packages/pybtex/database/input/__pycache__
/usr/lib/python3.13/site-packages/pybtex/database/input/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/database/input/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/database/input/__pycache__/bibtex.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/database/input/__pycache__/bibtex.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/database/input/__pycache__/bibtexml.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/database/input/__pycache__/bibtexml.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/database/input/__pycache__/bibyaml.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/database/input/__pycache__/bibyaml.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/database/input/bibtex.py
/usr/lib/python3.13/site-packages/pybtex/database/input/bibtexml.py
/usr/lib/python3.13/site-packages/pybtex/database/input/bibyaml.py
/usr/lib/python3.13/site-packages/pybtex/database/output
/usr/lib/python3.13/site-packages/pybtex/database/output/__init__.py
/usr/lib/python3.13/site-packages/pybtex/database/output/__pycache__
/usr/lib/python3.13/site-packages/pybtex/database/output/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/database/output/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/database/output/__pycache__/bibtex.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/database/output/__pycache__/bibtex.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/database/output/__pycache__/bibtexml.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/database/output/__pycache__/bibtexml.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/database/output/__pycache__/bibyaml.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/database/output/__pycache__/bibyaml.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/database/output/bibtex.py
/usr/lib/python3.13/site-packages/pybtex/database/output/bibtexml.py
/usr/lib/python3.13/site-packages/pybtex/database/output/bibyaml.py
/usr/lib/python3.13/site-packages/pybtex/errors.py
/usr/lib/python3.13/site-packages/pybtex/exceptions.py
/usr/lib/python3.13/site-packages/pybtex/io.py
/usr/lib/python3.13/site-packages/pybtex/kpathsea.py
/usr/lib/python3.13/site-packages/pybtex/markup
/usr/lib/python3.13/site-packages/pybtex/markup/__init__.py
/usr/lib/python3.13/site-packages/pybtex/markup/__pycache__
/usr/lib/python3.13/site-packages/pybtex/markup/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/markup/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/plugin
/usr/lib/python3.13/site-packages/pybtex/plugin/__init__.py
/usr/lib/python3.13/site-packages/pybtex/plugin/__pycache__
/usr/lib/python3.13/site-packages/pybtex/plugin/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/plugin/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/py3compat.py
/usr/lib/python3.13/site-packages/pybtex/richtext.py
/usr/lib/python3.13/site-packages/pybtex/scanner.py
/usr/lib/python3.13/site-packages/pybtex/style
/usr/lib/python3.13/site-packages/pybtex/style/__init__.py
/usr/lib/python3.13/site-packages/pybtex/style/__pycache__
/usr/lib/python3.13/site-packages/pybtex/style/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/style/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/style/__pycache__/template.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/style/__pycache__/template.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/style/formatting
/usr/lib/python3.13/site-packages/pybtex/style/formatting/__init__.py
/usr/lib/python3.13/site-packages/pybtex/style/formatting/__pycache__
/usr/lib/python3.13/site-packages/pybtex/style/formatting/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/style/formatting/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/style/formatting/__pycache__/alpha.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/style/formatting/__pycache__/alpha.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/style/formatting/__pycache__/plain.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/style/formatting/__pycache__/plain.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/style/formatting/__pycache__/unsrt.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/style/formatting/__pycache__/unsrt.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/style/formatting/__pycache__/unsrtalpha.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/style/formatting/__pycache__/unsrtalpha.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/style/formatting/alpha.py
/usr/lib/python3.13/site-packages/pybtex/style/formatting/plain.py
/usr/lib/python3.13/site-packages/pybtex/style/formatting/unsrt.py
/usr/lib/python3.13/site-packages/pybtex/style/formatting/unsrtalpha.py
/usr/lib/python3.13/site-packages/pybtex/style/labels
/usr/lib/python3.13/site-packages/pybtex/style/labels/__init__.py
/usr/lib/python3.13/site-packages/pybtex/style/labels/__pycache__
/usr/lib/python3.13/site-packages/pybtex/style/labels/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/style/labels/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/style/labels/__pycache__/alpha.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/style/labels/__pycache__/alpha.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/style/labels/__pycache__/number.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/style/labels/__pycache__/number.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/style/labels/alpha.py
/usr/lib/python3.13/site-packages/pybtex/style/labels/number.py
/usr/lib/python3.13/site-packages/pybtex/style/names
/usr/lib/python3.13/site-packages/pybtex/style/names/__init__.py
/usr/lib/python3.13/site-packages/pybtex/style/names/__pycache__
/usr/lib/python3.13/site-packages/pybtex/style/names/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/style/names/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/style/names/__pycache__/lastfirst.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/style/names/__pycache__/lastfirst.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/style/names/__pycache__/plain.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/style/names/__pycache__/plain.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/style/names/lastfirst.py
/usr/lib/python3.13/site-packages/pybtex/style/names/plain.py
/usr/lib/python3.13/site-packages/pybtex/style/sorting
/usr/lib/python3.13/site-packages/pybtex/style/sorting/__init__.py
/usr/lib/python3.13/site-packages/pybtex/style/sorting/__pycache__
/usr/lib/python3.13/site-packages/pybtex/style/sorting/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/style/sorting/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/style/sorting/__pycache__/author_year_title.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/style/sorting/__pycache__/author_year_title.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/style/sorting/__pycache__/none.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pybtex/style/sorting/__pycache__/none.cpython-313.pyc
/usr/lib/python3.13/site-packages/pybtex/style/sorting/author_year_title.py
/usr/lib/python3.13/site-packages/pybtex/style/sorting/none.py
/usr/lib/python3.13/site-packages/pybtex/style/template.py
/usr/lib/python3.13/site-packages/pybtex/textutils.py
/usr/lib/python3.13/site-packages/pybtex/utils.py
/usr/share/man/man1/pybtex-3.13.1.gz
/usr/share/man/man1/pybtex-convert-3.13.1.gz
/usr/share/man/man1/pybtex-convert.1.gz
/usr/share/man/man1/pybtex-format-3.13.1.gz
/usr/share/man/man1/pybtex-format.1.gz
/usr/share/man/man1/pybtex.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Jul 9 00:10:03 2025