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

python3-pybtex-0.21-lp152.3.3 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: python3-pybtex Distribution: openSUSE Leap 15.2
Version: 0.21 Vendor: openSUSE
Release: lp152.3.3 Build date: Sun Mar 1 12:56:03 2020
Group: Productivity/Publishing/TeX/Utilities Build host: lamb16
Size: 2159075 Source RPM: python-pybtex-0.21-lp152.3.3.src.rpm
Packager: https://bugs.opensuse.org
Url: http://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

* 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
* Tue Aug 26 2014 gber@opensuse.org
  - update to version 0.18
    - Pybtex is now fully case-insensitive (like BibTeX). As a
      consequence, IEEEtran styles now work corretly.
    - Added ``--preserve-case`` optoin to ``pybtex-convert`` (by
      default all identifiers are converted to lower case).
    - An erorr is reported if two citations have the same key but
      different case, like in BibTeX. (Example: ddt1999 and DDT1999).
    - Fixed parsing unused bibliography entries with strings
      containing @ characters.
    - ``entry.max$`` constant is now set to 250, ``global.max$`` is
      set to 20000, like in BibTeX.
    - Added ``--strict`` option to ``pybtex-convert`` and
      ``pybtex-format`` (turns warning to errors).
    - Strict mode is now enabled by default when using pybtex as a
      library (exceptions are raised on all errors instead of just
      printing warnings to stderr).
      Non-strict error handling is still enabled when using pybtex
      from the command line, for compatibility with BibTeX. Use
      ``--strict`` option if you don't like this.
    - Added missing pybtex-format manpage.
* Mon May 26 2014 gber@opensuse.org
  - update to version 0.17
    - Added pybtex-format utility for formatting bibliography files
      as HTML, LaTeX, and other supported human-readable formats.
    - Added --strict command line option (all warnings become
      errors).
    - Added alpha label style, and alpha and unsrtalpha formatting
      styles.
    - Added support for url, eprint, doi, and pubmed fields in unsrt
      style.
    - Names with hyphens are now abbreviated correctly
      ("Jean-Baptiste" becomes "J.-B.").
    - width$ now uses cmr10 font metrics, like in BibTeX. Non-latin
      characters are also supported.
    - Pythonic style engine now supports @preamble commands.
    - Warning on missing fields are now more human-readable.
    - When writing BibTeX files, put entry key on the same line with
      entry type. Fixes warnings in Jabref.
    - When using multiple .bib files, macros defined in earlier files
      are available in subsequent ones (like in BibTeX).
    - Fixed parsing .bst files with lines consisting of a single %
      character.
    - Fixed sorting entries without author in author_year_title
      sorting style.
    - Fixed broken CaseInsensitiveDict.get().
    - CaseInsensitiveDict is now pickleable.
    - Added support for registering plugins at runtime with
      pybtex.plugin.register_plugin() - useful for using pybtex as a
      library.
* Wed May 16 2012 gber@opensuse.org
  - update to version 0.16
    - BibTeX .bib and .bst parsers were completely rewritten; they
      are now much faster and more BibTeX-compatible
    - syntax errors and undefined strings in .bib files now result in
      warnings instead of errors, like in BibTeX
    - unused entries in .bib files are now skipped, like in BibTeX
    - the case of entry keys is now preserved (in previous versions
      they were converted to lowercase)
    - pythonic style engine now supports sorting
    - pythonic style engine: fixed nested optional() blocks
    - fixed parsing of some names with a Last part but no von part
    - fixed processing of brace-level-one "special characters" in
      purify$ BibTeX built-in function
    - added proper error messages on encoding errors in .bib files
    - the default encoding is now UTF-8 on all platforms
    - pybtex-convert now preserves the order of entries in BibTeX and
      BibTeXML files
    - fixed first_of behavior when non-empty child is followed by a
      child that has a missing field
    - fixed crossref lookups when key is not lower case
    - completed unsrt and plain python styles: they now contain all
      entry types
    - added doctree backend for rendering into a tree of docutils
      nodes
    - added support for non-string backends
* Mon Jun 13 2011 gber@opensuse.org
  - update to version 0.15
    - changed license from GPL-3 to MIT
    - when parsing multiple BibTeX files, macros defined in earlier
      files are now available to all subsequent files, like in BibTeX
    - BibTeX .bst interpreter now prints warnings on missing entries,
      like BibTeX, instead of raising a KeyError
    - call.type$ BibTeX built-in function now uses default.entry for
      unknown entry types, like in BibTeX
    - substring$ now accepts start=0 and returns an empty string.
    - added more detailed error messages for already defined
      variables in .bst files
    - bugfixes
* Sun Jan 09 2011 gber@opensuse.org
  - add documentation
* Sun Jan 09 2011 gber@opensuse.org
  - initial packaging

Files

/usr/bin/pybtex
/usr/bin/pybtex-convert
/usr/bin/pybtex-format
/usr/lib/python3.6/site-packages/custom_fixers
/usr/lib/python3.6/site-packages/custom_fixers/__init__.py
/usr/lib/python3.6/site-packages/custom_fixers/__pycache__
/usr/lib/python3.6/site-packages/custom_fixers/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/custom_fixers/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/custom_fixers/__pycache__/fix_alt_unicode.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/custom_fixers/__pycache__/fix_alt_unicode.cpython-36.pyc
/usr/lib/python3.6/site-packages/custom_fixers/fix_alt_unicode.py
/usr/lib/python3.6/site-packages/pybtex
/usr/lib/python3.6/site-packages/pybtex-0.21-py3.6.egg-info
/usr/lib/python3.6/site-packages/pybtex-0.21-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/pybtex-0.21-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/pybtex-0.21-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/pybtex-0.21-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/pybtex-0.21-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/pybtex-0.21-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/pybtex-0.21-py3.6.egg-info/zip-safe
/usr/lib/python3.6/site-packages/pybtex/__init__.py
/usr/lib/python3.6/site-packages/pybtex/__main__.py
/usr/lib/python3.6/site-packages/pybtex/__pycache__
/usr/lib/python3.6/site-packages/pybtex/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/__pycache__/__main__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/__pycache__/__main__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/__pycache__/__version__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/__pycache__/__version__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/__pycache__/auxfile.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/__pycache__/auxfile.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/__pycache__/cmdline.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/__pycache__/cmdline.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/__pycache__/errors.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/__pycache__/errors.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/__pycache__/io.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/__pycache__/io.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/__pycache__/kpathsea.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/__pycache__/kpathsea.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/__pycache__/richtext.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/__pycache__/richtext.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/__pycache__/scanner.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/__pycache__/scanner.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/__pycache__/textutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/__pycache__/textutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/__version__.py
/usr/lib/python3.6/site-packages/pybtex/auxfile.py
/usr/lib/python3.6/site-packages/pybtex/backends
/usr/lib/python3.6/site-packages/pybtex/backends/__init__.py
/usr/lib/python3.6/site-packages/pybtex/backends/__pycache__
/usr/lib/python3.6/site-packages/pybtex/backends/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/backends/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/backends/__pycache__/html.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/backends/__pycache__/html.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/backends/__pycache__/latex.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/backends/__pycache__/latex.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/backends/__pycache__/markdown.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/backends/__pycache__/markdown.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/backends/__pycache__/plaintext.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/backends/__pycache__/plaintext.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/backends/html.py
/usr/lib/python3.6/site-packages/pybtex/backends/latex.py
/usr/lib/python3.6/site-packages/pybtex/backends/markdown.py
/usr/lib/python3.6/site-packages/pybtex/backends/plaintext.py
/usr/lib/python3.6/site-packages/pybtex/bibtex
/usr/lib/python3.6/site-packages/pybtex/bibtex/__init__.py
/usr/lib/python3.6/site-packages/pybtex/bibtex/__pycache__
/usr/lib/python3.6/site-packages/pybtex/bibtex/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/bibtex/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/bibtex/__pycache__/bst.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/bibtex/__pycache__/bst.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/bibtex/__pycache__/builtins.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/bibtex/__pycache__/builtins.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/bibtex/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/bibtex/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/bibtex/__pycache__/interpreter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/bibtex/__pycache__/interpreter.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/bibtex/__pycache__/names.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/bibtex/__pycache__/names.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/bibtex/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/bibtex/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/bibtex/bst.py
/usr/lib/python3.6/site-packages/pybtex/bibtex/builtins.py
/usr/lib/python3.6/site-packages/pybtex/bibtex/exceptions.py
/usr/lib/python3.6/site-packages/pybtex/bibtex/interpreter.py
/usr/lib/python3.6/site-packages/pybtex/bibtex/names.py
/usr/lib/python3.6/site-packages/pybtex/bibtex/utils.py
/usr/lib/python3.6/site-packages/pybtex/charwidths
/usr/lib/python3.6/site-packages/pybtex/charwidths/__init__.py
/usr/lib/python3.6/site-packages/pybtex/charwidths/__pycache__
/usr/lib/python3.6/site-packages/pybtex/charwidths/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/charwidths/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/charwidths/__pycache__/make_charwidths.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/charwidths/__pycache__/make_charwidths.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/charwidths/make_charwidths.py
/usr/lib/python3.6/site-packages/pybtex/cmdline.py
/usr/lib/python3.6/site-packages/pybtex/database
/usr/lib/python3.6/site-packages/pybtex/database/__init__.py
/usr/lib/python3.6/site-packages/pybtex/database/__pycache__
/usr/lib/python3.6/site-packages/pybtex/database/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/database/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/database/convert
/usr/lib/python3.6/site-packages/pybtex/database/convert/__init__.py
/usr/lib/python3.6/site-packages/pybtex/database/convert/__main__.py
/usr/lib/python3.6/site-packages/pybtex/database/convert/__pycache__
/usr/lib/python3.6/site-packages/pybtex/database/convert/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/database/convert/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/database/convert/__pycache__/__main__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/database/convert/__pycache__/__main__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/database/format
/usr/lib/python3.6/site-packages/pybtex/database/format/__init__.py
/usr/lib/python3.6/site-packages/pybtex/database/format/__main__.py
/usr/lib/python3.6/site-packages/pybtex/database/format/__pycache__
/usr/lib/python3.6/site-packages/pybtex/database/format/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/database/format/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/database/format/__pycache__/__main__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/database/format/__pycache__/__main__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/database/input
/usr/lib/python3.6/site-packages/pybtex/database/input/__init__.py
/usr/lib/python3.6/site-packages/pybtex/database/input/__pycache__
/usr/lib/python3.6/site-packages/pybtex/database/input/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/database/input/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/database/input/__pycache__/bibtex.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/database/input/__pycache__/bibtex.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/database/input/__pycache__/bibtexml.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/database/input/__pycache__/bibtexml.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/database/input/__pycache__/bibyaml.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/database/input/__pycache__/bibyaml.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/database/input/bibtex.py
/usr/lib/python3.6/site-packages/pybtex/database/input/bibtexml.py
/usr/lib/python3.6/site-packages/pybtex/database/input/bibyaml.py
/usr/lib/python3.6/site-packages/pybtex/database/output
/usr/lib/python3.6/site-packages/pybtex/database/output/__init__.py
/usr/lib/python3.6/site-packages/pybtex/database/output/__pycache__
/usr/lib/python3.6/site-packages/pybtex/database/output/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/database/output/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/database/output/__pycache__/bibtex.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/database/output/__pycache__/bibtex.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/database/output/__pycache__/bibtexml.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/database/output/__pycache__/bibtexml.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/database/output/__pycache__/bibyaml.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/database/output/__pycache__/bibyaml.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/database/output/bibtex.py
/usr/lib/python3.6/site-packages/pybtex/database/output/bibtexml.py
/usr/lib/python3.6/site-packages/pybtex/database/output/bibyaml.py
/usr/lib/python3.6/site-packages/pybtex/errors.py
/usr/lib/python3.6/site-packages/pybtex/exceptions.py
/usr/lib/python3.6/site-packages/pybtex/io.py
/usr/lib/python3.6/site-packages/pybtex/kpathsea.py
/usr/lib/python3.6/site-packages/pybtex/markup
/usr/lib/python3.6/site-packages/pybtex/markup/__init__.py
/usr/lib/python3.6/site-packages/pybtex/markup/__pycache__
/usr/lib/python3.6/site-packages/pybtex/markup/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/markup/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/plugin
/usr/lib/python3.6/site-packages/pybtex/plugin/__init__.py
/usr/lib/python3.6/site-packages/pybtex/plugin/__pycache__
/usr/lib/python3.6/site-packages/pybtex/plugin/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/plugin/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/richtext.py
/usr/lib/python3.6/site-packages/pybtex/scanner.py
/usr/lib/python3.6/site-packages/pybtex/style
/usr/lib/python3.6/site-packages/pybtex/style/__init__.py
/usr/lib/python3.6/site-packages/pybtex/style/__pycache__
/usr/lib/python3.6/site-packages/pybtex/style/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/style/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/style/__pycache__/template.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/style/__pycache__/template.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/style/formatting
/usr/lib/python3.6/site-packages/pybtex/style/formatting/__init__.py
/usr/lib/python3.6/site-packages/pybtex/style/formatting/__pycache__
/usr/lib/python3.6/site-packages/pybtex/style/formatting/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/style/formatting/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/style/formatting/__pycache__/alpha.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/style/formatting/__pycache__/alpha.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/style/formatting/__pycache__/plain.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/style/formatting/__pycache__/plain.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/style/formatting/__pycache__/unsrt.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/style/formatting/__pycache__/unsrt.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/style/formatting/__pycache__/unsrtalpha.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/style/formatting/__pycache__/unsrtalpha.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/style/formatting/alpha.py
/usr/lib/python3.6/site-packages/pybtex/style/formatting/plain.py
/usr/lib/python3.6/site-packages/pybtex/style/formatting/unsrt.py
/usr/lib/python3.6/site-packages/pybtex/style/formatting/unsrtalpha.py
/usr/lib/python3.6/site-packages/pybtex/style/labels
/usr/lib/python3.6/site-packages/pybtex/style/labels/__init__.py
/usr/lib/python3.6/site-packages/pybtex/style/labels/__pycache__
/usr/lib/python3.6/site-packages/pybtex/style/labels/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/style/labels/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/style/labels/__pycache__/alpha.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/style/labels/__pycache__/alpha.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/style/labels/__pycache__/number.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/style/labels/__pycache__/number.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/style/labels/alpha.py
/usr/lib/python3.6/site-packages/pybtex/style/labels/number.py
/usr/lib/python3.6/site-packages/pybtex/style/names
/usr/lib/python3.6/site-packages/pybtex/style/names/__init__.py
/usr/lib/python3.6/site-packages/pybtex/style/names/__pycache__
/usr/lib/python3.6/site-packages/pybtex/style/names/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/style/names/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/style/names/__pycache__/lastfirst.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/style/names/__pycache__/lastfirst.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/style/names/__pycache__/plain.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/style/names/__pycache__/plain.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/style/names/lastfirst.py
/usr/lib/python3.6/site-packages/pybtex/style/names/plain.py
/usr/lib/python3.6/site-packages/pybtex/style/sorting
/usr/lib/python3.6/site-packages/pybtex/style/sorting/__init__.py
/usr/lib/python3.6/site-packages/pybtex/style/sorting/__pycache__
/usr/lib/python3.6/site-packages/pybtex/style/sorting/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/style/sorting/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/style/sorting/__pycache__/author_year_title.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/style/sorting/__pycache__/author_year_title.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/style/sorting/__pycache__/none.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/style/sorting/__pycache__/none.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/style/sorting/author_year_title.py
/usr/lib/python3.6/site-packages/pybtex/style/sorting/none.py
/usr/lib/python3.6/site-packages/pybtex/style/template.py
/usr/lib/python3.6/site-packages/pybtex/tests
/usr/lib/python3.6/site-packages/pybtex/tests/__init__.py
/usr/lib/python3.6/site-packages/pybtex/tests/__pycache__
/usr/lib/python3.6/site-packages/pybtex/tests/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/__pycache__/bibtex_parser_test.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/__pycache__/bibtex_parser_test.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/__pycache__/general_engine_test.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/__pycache__/general_engine_test.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/__pycache__/io_test.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/__pycache__/io_test.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/__pycache__/parse_name_test.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/__pycache__/parse_name_test.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/__pycache__/plugin_test.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/__pycache__/plugin_test.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/__pycache__/richtext_test.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/__pycache__/richtext_test.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/__pycache__/run_bibtex.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/__pycache__/run_bibtex.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/bibtex_parser_test.py
/usr/lib/python3.6/site-packages/pybtex/tests/bst_parser_test
/usr/lib/python3.6/site-packages/pybtex/tests/bst_parser_test/__init__.py
/usr/lib/python3.6/site-packages/pybtex/tests/bst_parser_test/__pycache__
/usr/lib/python3.6/site-packages/pybtex/tests/bst_parser_test/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/bst_parser_test/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/bst_parser_test/__pycache__/apacite.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/bst_parser_test/__pycache__/apacite.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/bst_parser_test/__pycache__/bst_parser_test.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/bst_parser_test/__pycache__/bst_parser_test.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/bst_parser_test/__pycache__/jurabib.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/bst_parser_test/__pycache__/jurabib.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/bst_parser_test/__pycache__/plain.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/bst_parser_test/__pycache__/plain.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/bst_parser_test/apacite.py
/usr/lib/python3.6/site-packages/pybtex/tests/bst_parser_test/bst_parser_test.py
/usr/lib/python3.6/site-packages/pybtex/tests/bst_parser_test/jurabib.py
/usr/lib/python3.6/site-packages/pybtex/tests/bst_parser_test/plain.py
/usr/lib/python3.6/site-packages/pybtex/tests/data
/usr/lib/python3.6/site-packages/pybtex/tests/data/IEEEtran.aux
/usr/lib/python3.6/site-packages/pybtex/tests/data/IEEEtran.bib
/usr/lib/python3.6/site-packages/pybtex/tests/data/IEEEtran.bst
/usr/lib/python3.6/site-packages/pybtex/tests/data/IEEEtran_IEEEtran.bibtex.bbl
/usr/lib/python3.6/site-packages/pybtex/tests/data/__init__.py
/usr/lib/python3.6/site-packages/pybtex/tests/data/__pycache__
/usr/lib/python3.6/site-packages/pybtex/tests/data/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/data/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/data/alpha.bst
/usr/lib/python3.6/site-packages/pybtex/tests/data/apacite.bst
/usr/lib/python3.6/site-packages/pybtex/tests/data/cyrillic.bib
/usr/lib/python3.6/site-packages/pybtex/tests/data/cyrillic_alpha.bibtex.bbl
/usr/lib/python3.6/site-packages/pybtex/tests/data/cyrillic_alpha.pybtex.bbl
/usr/lib/python3.6/site-packages/pybtex/tests/data/cyrillic_plain.pybtex.bbl
/usr/lib/python3.6/site-packages/pybtex/tests/data/cyrillic_unsrt.bibtex.bbl
/usr/lib/python3.6/site-packages/pybtex/tests/data/cyrillic_unsrt.pybtex.bbl
/usr/lib/python3.6/site-packages/pybtex/tests/data/extrafields.bib
/usr/lib/python3.6/site-packages/pybtex/tests/data/extrafields_unsrt.pybtex.bbl
/usr/lib/python3.6/site-packages/pybtex/tests/data/jurabib.bst
/usr/lib/python3.6/site-packages/pybtex/tests/data/plain.bst
/usr/lib/python3.6/site-packages/pybtex/tests/data/unsrt.bst
/usr/lib/python3.6/site-packages/pybtex/tests/data/unsrt_mixed.bst
/usr/lib/python3.6/site-packages/pybtex/tests/data/xampl.bib
/usr/lib/python3.6/site-packages/pybtex/tests/data/xampl_alpha.bibtex.bbl
/usr/lib/python3.6/site-packages/pybtex/tests/data/xampl_jurabib.bibtex.bbl
/usr/lib/python3.6/site-packages/pybtex/tests/data/xampl_mixed.bib
/usr/lib/python3.6/site-packages/pybtex/tests/data/xampl_mixed_unsrt_mixed.aux
/usr/lib/python3.6/site-packages/pybtex/tests/data/xampl_mixed_unsrt_mixed.bibtex.bbl
/usr/lib/python3.6/site-packages/pybtex/tests/data/xampl_plain.bibtex.bbl
/usr/lib/python3.6/site-packages/pybtex/tests/data/xampl_unsrt.bibtex.bbl
/usr/lib/python3.6/site-packages/pybtex/tests/database_test
/usr/lib/python3.6/site-packages/pybtex/tests/database_test/__init__.py
/usr/lib/python3.6/site-packages/pybtex/tests/database_test/__pycache__
/usr/lib/python3.6/site-packages/pybtex/tests/database_test/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/database_test/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/database_test/__pycache__/data.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/database_test/__pycache__/data.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/database_test/__pycache__/database_test.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/database_test/__pycache__/database_test.cpython-36.pyc
/usr/lib/python3.6/site-packages/pybtex/tests/database_test/data.py
/usr/lib/python3.6/site-packages/pybtex/tests/database_test/database_test.py
/usr/lib/python3.6/site-packages/pybtex/tests/general_engine_test.py
/usr/lib/python3.6/site-packages/pybtex/tests/io_test.py
/usr/lib/python3.6/site-packages/pybtex/tests/parse_name_test.py
/usr/lib/python3.6/site-packages/pybtex/tests/plugin_test.py
/usr/lib/python3.6/site-packages/pybtex/tests/richtext_test.py
/usr/lib/python3.6/site-packages/pybtex/tests/run_bibtex.py
/usr/lib/python3.6/site-packages/pybtex/textutils.py
/usr/lib/python3.6/site-packages/pybtex/utils.py
/usr/share/man/man1/pybtex-convert.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, Tue Apr 9 11:50:38 2024