Bibpy

Latest version: v1.0.0

Safety actively analyzes 621173 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.0.0

-----------------------------------------------------------------------

.. warning::

Version 1.0.0 only supports Python 3.5+ and PyPy3.

- :new:`[new]` Port everything to Python 3.5+
- :new:`[new]` Changed license
- :new:`[new]` :docs:`[docs]` Add readthedocs documentation
- :refactor:`[refactor]` General code overhaul:
- Added utf-8 encoding declarations to all files
- Better formatting for more readable code
- Eliminated duplicate code
- Eliminated unused code
- Eliminated unused imports
- Eliminated some pytest warnings
- Cleaned up lexer classes
- Prefer single-quoted strings to double-quoted
- Improved docstrings and added missing ones
- :feature:`[feature]` Added setter for values (and variable for string) for
comment, string and preamble entries
- :tests:`[tests]` Extended some tests and completed missing ones
- :fix:`[fix]` Improved main bib lexer slightly by removing a call to the
:py:func:`~bibpy.lexers.remove_whitespace_tokens` function since the lexer
already removes whitespace in entries and combines whitespace as part of
comments outside of entries
- :fix:`[fix]` Fixed minor errors:
- Date fields follow ISO8601-2 Extended Format specification level 1 which
does not allow for single digit numbers for days, i.e '2008-12-7' is not
allowed but '2008-12-07' is
- Preprocess pagetotal field
- :tools:`[tools]` Cleaned up tools and moved them from the top-level directory
into bibpy/scripts to use setuptools' `entry_points
<https://packaging.python.org/guides/distributing-packages-using-setuptools/?highlight=scriptsentry-points>`__
feature and `improve portability
<https://setuptools.readthedocs.io/en/latest/setuptools.htmlautomatic-script-creation>`__

0.1.0alpha

-----------------------------------------------------------------------------------

- :new:`[new]` Initial alpha version

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.