Bibmanager

Latest version: v1.4.10

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

Scan your dependencies

Page 1 of 2

2.0.7

since it was failing (locally) during Linux py3.6 testings.

*****

Updated docs.

*****

Bumped bibmanager version to 1.0.0.
This next merge closes 6
And completes the tasks for first release (exclamation mark)


***** Do 7. Feb 17:56:15 CET 2019 *****

Added tests that involve the requets package using requests_mock.
Added requests_mock to tests_requires in setup.py.

*****

Updated purify() to include case when special characters are followed
by braces.

*****

Updated docs.


***** Sat Apr 6 18:24:53 CEST 2019 *****

Tweaked entries screen output spacing for better clarity.

*****

Updated screen output of ADS URLs.

*****

Added long_description to setup.py.

*****

Bumped bibmanager version to 1.0.1.

*****

Added PyPi shield to README.md, index.rst, and setup.py.
Added travis and license shields to index.rst and setup.py.

*****

Added DOI shield to index.rst and setup.py
Added license shield to README.md
Updated DOI shield in README.md

*****

Bumped bibmanager version to 1.0.2.


***** Sun Apr 7 14:12:54 CEST 2019 *****

Refactored cli_search() to read user inputs from prompt_toolkit.promt
rather than CLAs. This mimics a search in ADS. This changes the
behavior for the user.

Updated mock_prompt() fixture to handle input arguments as keywords
(makes it more flexible).
Updated docs and tests accordingly.

*****

Catch no user-input case for bibm search.
Added test.

*****

Added tests for different command-line search scenarios.
Minor tweaks to the docs.


***** Thu Apr 11 22:23:35 CEST 2019 *****

Added tests for am.manager() function.
Added more entries for reqs decorator.

*****

Refactored cli_ads_search() to use promp_toolkit.prompt(), enabling
autocompleter. Added '-n' argument to request next chunk of entries.
Added tests for cli_ads_search().

*****

Fixed script to launch tests in travis file.

*****

Added install -e line in travis file.

*****

Fixed typo in setup.py, requests-mock module name in test_requires.

*****

Added explicit requests-mock install command in travis file.


***** Sun Apr 14 10:36:44 CEST 2019 *****

Added auto-suggest for the auto-complete word list in cli_search()
and cli_ads_search(). Replaced prompt_toolkit.prompt() with a
prompt_toolkit.PromptSession.prompt() call.
Moved search_completer and ads_completer WordCompleters form
__main__.py into utils.
Added AutoSuggestCompleter() class into utils to handle the
suggestions.
Added mock_prompt_session() fixture into conftests.py to monkeypatch
a PromptSession object.
Updated tests accordingly.

*****

Added history to cli_search() and cli_ads_search() prompts.
Added path to history files in utils.

*****

Update docs.
Minor tweaks here and there.

*****

Bumped bibmanager version to 1.1.0.
Next merge resolves 32
Although this does not resolve the original idea of enabling
autocomplete for the main bibm command-line calls, it adds very
convenient auto-complete help in searches. So I will close 28

*****

Updated Zenodo links.

*****

Bumped bibmanager version to 1.1.1.


***** Sat May 25 21:43:36 CEST 2019 *****

Refactored bm.merge() to accept base argument. When provided
merge new entries into base, rather than into the BM database.
Also, bm.merge() now returns the merged list of entries.
Tested.


***** Mo 27. Mai 09:06:02 CEST 2019 *****

Modified Bib.eprint to keep only the ID (remove 'arxiv' and
'astro-ph' preamble) to prevent duplicate non-detections.

*****

Implemented Bib.update_key() method to updated the key and content
of a Bib instance.
Tested.

*****

Fixed bug in setup.py (changed tests_requires to tests_require).

*****

Refactored am.add_bibtex(), adding base argument which merges
new/updated entries into base (if not None).
Also, am.add_bibtex() now returns the the updated list of entries.
API was completely refactored to catch matching DOIs and eprint IDs.

*****

Tweaked am.add_bibtex() to accept eprints and dois lists.
If provided, the code will attempt to match ADS results against
the provided fields.
Some other minor tweaks in the screen output.
Updated tests.

*****

Refactored am.update() to accept base argument. When provided,
ads-update entries in base rather than the BM database entries.
Added passing DOI and eprint lists into am.add_bibtex().
Also, am.update() now returns the updated list of entries.

*****

Swapped order of author and first-author auto-suggestion.
Show first-author option first.

*****

Implemented cleanup command-line argument to clean a bibfile
independently of the bibmanager database.
Fixed minor bug in ads-search CLI docs.

*****

Added cleanup docs.

*****

Added bash-bibm FAQ into docs.

*****

Updated link of zenodo badge to always-latest version.

*****

Updated README.md with RTD docs badge.

*****

Added docs badge to setup/PyPI (long description) and index.rst.
Fixed docs path in README.md.

*****

Bumped bibmanager version to 1.1.2.

*****

Updated MANIFEST.in to include tests, docs, and requirements.txt

*****

Bumped bibmanager version to 1.1.3.


***** Sun Jun 16 22:55:12 CEST 2019 *****

Updated docs, added tutorial and tweaked get-started text.


***** Wed Jun 26 14:37:36 PDT 2019 *****

Fixed link in pypi long description.

*****

Updated docs, added api.

*****

Minor tweak in conf.py.

*****

Bumped bibmanager version to 1.1.4.

***** Fr 12. Jul 14:59:28 CEST 2019 *****

Try to fix viewcode docs extension to show source code of api.

*****

More tweaks to docs/conf.py.

***** Sat Jul 27 12:07:14 CEST 2019 *****

Updated url in help display.

*****

Minor tweaks/clean-up in the docs.

*****

Updated contributing.rst docs.

*****

Bumped bibmanager version to 1.1.5.


***** Tue Aug 20 22:00:46 CEST 2019 *****

Grabbed PR 45 that removes cmdclass post-install functions
(which seemed to be causing troubles).
Replaced with a check that HOME folder exists.

Added bibmanager.__version__ as second element of pickled file
in bib_manager.save().

Added check between pickled file and bibm versions before CLI runs.
Update database when v_pickle < v_bibm.
Stop and recommend to update if v_bibm < v_pickle.

Implemented bib_manager.get_version() that gets the pickled file
version.
Tested and documented.

*****

Minor tweaks and cosmetics in config_manager.py.

*****

Updated API docs.

*****

Added packaging package to requirements.

*****

Rolled back tweak in config_manager.py.

*****

Bumped bibmanager version to 1.1.6.

The next merge removes the need for post-installation commands
and thus resolves 45 and 49
By the way, above where it says PR 45, should have been PR 46


***** So 8. Sep 13:15:44 CEST 2019 *****

Moved first-ever initialization checks from config_manager.py
get() and set() function into the very beginning of the main().

*****

Updated some tests to make sure that they run on the mocked database.

*****

Added long_description_content_type into setup.py.


***** Tue Dec 24 19:06:55 CLT 2019 *****

Some cosmetics edits in bib_manager.py

*****

Set explicitly the output of print_formatted_text() calls to stdout.
This fixes the testing for prompt_toolkit versions 2 and 3.

*****

Added update_content() method to Bib() object.
This method updates the attributes that are defined by a bibtex entry
and updates any extra info only if the new data is not None.
Added tests.

Added pdf and freeze attributes to Bib() object. The info for these
attributes is not defined by the bibtex file. Thus it has to be set
by the user, and such info is stored in the BM pickle database rather
than the BM bibtex database.
For now, these are just a placeholder (more on these soon).

Modified filter_field() and merge() functions to preserve non-bitex
information when updating/merging a new list of entries into the
database.


***** Thu Dec 26 21:10:38 CLT 2019 *****

Channeled bm.edit() through merge(), now all database editing calls
(merge(), edit(), add_entries(), and add_bibtex()) go through the
merge() function; therefore, going through the update_content()
calls that preserve/update the meta info.

*****

Re-indented bm.edit() to four spaces.

*****

Added pdf and freeze arguments to Bib.__init__() method
allowing it to store meta information not contained in bibtex.
Added tests and docstrings.

Modified bm.loadfile() to extract meta information (at the moment,
freeze and pdf) which must be specified before a bibtex entry.

*****

Re-indented bm.loadfile() function to four spaces.


***** Fri Dec 27 12:15:32 CLT 2019 *****

Added Bib.meta() method, which returns a string with the meta info
that is not None.
Added meta info to Bib.__repr__().
Added meta argument to bm.display_bibs(). This is a flag to diplay
meta info when True.
Added and updated tests.

*****

Added PDF file in cli_search results when 0 < verb < 3.
Added test.
Modified sample.bib to include pdf meta info to an entry.

*****

Added meta argument to bm.export() to include meta information
in output bib file.
Included meta information in tmp file for bm.edit() calls.
Updated mock_home fixture of bm.export() accordingly.
Added meta command-line argument in export CLI.
Added tests.

*****

Re-indented bm.export() function to four spaces.

*****

Modified am.update() to prevent updating entries with freeze flag.
Needs documenting.


***** Sun Dec 29 22:18:51 CLT 2019 *****

Refactored u.get_author(), replaced short Bool argument
with format string argument, adding ultra-short option (ushort).
Updated docstrings. Fixed and added tests.

*****

Implemented u.AlwaysPassValidator() class, used to display a bottom
toolbar with author and title of current entry on the prompt while
searching.
(PS: I'm pretty sure there must be a smarter way to do this)

Implemented u.KeyWordCompleter() class, which enables completion
by key or bibcode while searching on the prompt.

Implemented u.AutoSuggestKeyCompleter() class adapted to autosuggest
from u.KeyWordCompleter().

Replaced u.search_completer, u.ads_completer WordCompleters with
u.search_keywords, u.ads_keywords lists that contain the kewords
to create the completers.

Updated completer and autosuggester of cli_search() prompt.
Added validator/bottom toolbar to cli_search() prompt.

I have not idea how to pytest the bottom toolbar nor the
auto-completions/auto-suggestions.


***** Mon Dec 30 09:09:56 CLT 2019 *****

Added pdf_dir config parameter where to store PDF files.
Create u.HOME/pdf/ folder on bm.init() call (default dir for PDFs).
Updated and added tests.


***** Tue Dec 31 14:23:32 CLT 2019 *****

Modified u.get_authors() 'ushort' format to trim out every character
except letters, spaces, dashes, non-ascii, and parentheses.
Added tests.

*****

Added pdf_manager module.
Implemented pm.guess_name() function.
Tested and documented.

*****

Implemented pm.open() function to open PDF files.
Added tests (Except for when open actually works).

*****

Implemented pm.request_ads() function to request a PDF from ADS.
Documented and tested.
Added mock_webbrowser() fixture into conftest.py and added new
requests_mock entries.


***** Wed Jan 1 01:21:14 CLT 2020 *****

Changed query argument of pm.guess_name() function to arxiv Bool.
Updated docstrings and tests accordingly.
Fixed docstring of pm.request_ads() function.

*****

Implemented pm.add_ads_request() function to add requested PDF into
the database.
Documented and tested.

*****

Implemented bm.find() function to get an specific entry.
Documented and tested.

*****

Cleaned up a couple tests in tests_bib_manager.py.

*****

Tweaked pm.open() and pm.add_ads_request() functions with bm.find()
Enabled bibcode argument for pm.open().
Updated tests and docstring.

*****

Implemented pm.fetch() function.
This is the high-level function to fetch PDF files from ADS.
Tested and documented.
Updated conftest.py with mock requests.

*****

Implemented cli_fetch() function.
Added fetch_keyword variable to utils.py
Tested.
Need to implement docs for PDF manager module.

*****

Fixed typo querry -> query.
Added to FAQs: UnicodeEncodeError when running over ssh.


***** Thu Jan 2 19:04:31 CLT 2020 *****

Updated Copyright year to 2020.

*****

Implemented bm.prompt_search() function for interactive prompt
searches in the Bibmanager database by keywords, including
auto-complete, auto-suggest, and bottom toolbar helps.
Documented and tested.
(Pulled code from cli_fetch() to generalize it).
Documented and tested.

*****

Some minor PEP8 cosmetics.

*****

Fixed hard-coded variable in u.KeyWordCompleter() class.
Removed u.fetch_keywords constant (no longer used).

*****

Modified pm.open() function, added pdf argument.
Added check that PDF file exists (raising ValueError if not).
Added check that at least one argument must be not None (ValueError).
Updated docstrings and tests.

*****

Implemented cli_open() function for open CLI.
Some tweaks in cli_fetch() function (no behavior change).
Documented and tested.


***** Mon Jan 6 11:01:02 CET 2020 *****

Fixed bug in test_latex_manager.py, needed a teardown to return to
current folder after a change of directory that was deleted in test.

*****

Implemented pm.set_pdf() function, a more general function than
pm.add_ads_request().
Removed pm.add_ads_request() function.
Tested and documented.

*****

Renamed name argument to filename in pm.set_pdf() function
to be consistent with other functions.
Added Exceptions for invalid filenames to pm.set_pdf().
(Pulled from pm.fetch()).
Updated docs and tests.

*****

Modified u.KeyWordCompleter() class for broader compatibility.
There are no secondary effects.

*****

Implemented cli_link() function to enable pdf CLI.
This CLI allows for manual setting/linking of PDF files to entries.
Tweaked cli_fetch(), minor screen output changes.
Documented and tested.

*****

Fixed tests screen-output mismatch.


***** Tue Jan 7 21:40:38 CET 2020 *****

Fixed bug with search autocompleter and autosuggester, enforced
options to be a list of string elements.

*****

Tweaked u.KeyWordCompleter() and u.AutoSuggestKeyCompleter() to sort
and unique the options.


***** Thu Jan 9 22:25:12 CET 2020 *****

Updated docs: Added PDF Management section and description of Meta-info
in bibm edit section.
Updated argparse docs in __main__.py consistenly.
Updated Bibmanager BibTex's doi and URL to always point to latest.


***** Sun Jan 19 14:59:22 CET 2020 *****

Repurposed pdf_dir config parameter to home, which now serves as
the home folder where to place the database files. pdf_dir is now
located at home/pdf/

Refactored u.BM_DATABASE, u.BM_BIBFILE, u.BM_TMP_BIB, u.BM_CACHE,
u.BM_HISTORY_SEARCH, and u.BM_HISTORY_ADS from constants into
functions that return the file path, but now evaluate home at
run time (hence the need to be funtionalized).

Added u.BM_PDF() function with the location of the PDF database
folder.

Changed default value of bibfile argument in bm.export() function
to None. Set it to the previous value at runtime instead if None.

Tweaked config resetting in bm.init() function to always execute
cm.update_keys(), necessary to set the proper home path.

Simplified mock_home() fixture, now that HOME -> home is evaluated
at run time (no need to mock constants).

Changed default behavior when exporting into the database's bibfile
representation. Now, set meta=True to display the meta-information.
This also allow this info to be read when calling bm.loadfile().

Added bm_database argument to bm.load() function enabling loading
of pickle files that are not the Bibmanager's home database.
Same with get_version() function.

Updated and added docs and tests accordingly.

*****

Tweaked README.md, larger logo, 'fixed' docs URL.

*****

Updated Bibmanager's BibTex in docs (added ADS info).

*****

Fixed bug in cm.get() error message. Take the available options from
the ROOT config rather than the one at HOME (which might have been
manually modified).

*****

Tweaked u.AlwaysPassValidator() class to use toolbar_text argument
as a default toolbar text.


***** Mon Jan 20 00:18:44 CET 2020 *****

Modified pm.fetch() function to enable fetching PDFs that are not in
the Bibmanager database.
Added test.
Needs docs.


***** Mon Jan 20 21:24:05 CET 2020 *****

Updated License line.

*****

Updated docs all around (ready for version 1.2 release).

*****

Added check that PDF files exist when they have a path. If they do
moeve them into the BM_PDF folder. If they don't, set bib.pdf to
None.
Added tests.

*****

Fixed error in latest added tests. Needed to initialize the database.

*****

Added CONTRIBUTING.md file.

*****

Bumped bibmanager version to 1.2.0rc1.
(pre-release).


***** Thu Jan 23 21:21:04 CET 2020 *****

Refactored u.KeyWordCompleter() class for a cleaner code.
Stop sorting keywords (only keyword options).
Prevent error when tab-completing after keywords that are no
variables of a Bib() object.

*****

Implemented u.KeyPathCompleter() class to enable path completions.
First, suggest keywords, then suggest keyword-options, and finally
suggest files in system.

*****

Enabled bottom-toolbar info for PDFs in u.AlwaysPassValidator().

*****

Reworded bibm pdf prompt text (more descriptive).

*****

Added history to PDF-related prompts.

*****

Couple of tweaks in tests to prevent creating files while testing.


***** So 26. Jan 16:38:17 CET 2020 *****

Adjusted u.KeyWordCompleter() to offer value options only when
key ends with a colon (improve ADS-searches).

Tweaked u.AutoSuggestCompleter() to parse text in the same way as
u.KeyWordCompleter() does.

*****

Use u.KeyWordCompleter() instead of a WordCompleter() in the
cli_ads_search() function.
Some other minor tweaks in screen outputs.
Adjusted CLI tests.

*****

Added gifs to docs (search and fetch commands) to show auto-complete
behavior.

*****

Added 'Featured Articles' into the docs home.

*****

Added the gif files.

*****

Updated API docs.

*****

Added exceptions for file not found in lm.compile_latex() and
lm.compile_pdflatex() functions.
Enable passing argument without extension.
Added respective tests.

*****

Catch file-not-found errors when compiling latex files via the CLI
Added respective tests.
This resolves 31


***** Mon Jan 27 08:57:49 CET 2020 *****

Bumped bibmanager version to 1.2.0rc2.


***** Di 28. Jan 09:34:52 CET 2020 *****

Ensured to expand user of PDF files in cli_link() function.

*****

Bumped bibmanager version to 1.2.0rc3.

*****

Fixed bug from last edit when pdf is None.

*****

Bumped bibmanager version to 1.2.0rc4.


***** Fri Jan 31 12:46:22 CET 2020 *****

Added month ValueError when input is not a valid string.
Added tests for month inputs.


***** Sun Feb 2 20:09:54 CET 2020 *****

Updated contributors section in docs.

*****

Fixed typo in pip-install command in the docs.

*****

Bumped bibmanager version to 1.2.0.
New release (exclamation mark).


***** Mi 12. Feb 18:11:31 CET 2020 *****

Added check for requests before getting json from response.
Untested, only for debugging purposes.

1.4.2

*****

Updated pygments version requirement for tests.


***** Fri Aug 26 09:43:16 CEST 2022 *****

Moved from travis to github actions for automated tests.

*****

Merge tags fix from Aaron (ads-update was not preserving tags).
Bumped bibmanager version to 1.4.5.


***** Fri Sep 23 10:48:21 CEST 2022 *****

Updated bibtex entry in docs and README.


***** Sun Oct 23 13:06:26 CEST 2022 *****

Updated bm.filter_field() to detect when entries with same isbn
have different dois (and allow that case).
Updated tests with new edge cases.

*****

Bumped bibmanager to version 1.4.6.
When merged, this resolves 108


***** Thu Dec 1 13:52:32 CET 2022 *****

Update actions (setup python).

*****

Updated the runs-on version from ubuntu-latest to ubuntu-20.04
to prevent error with Python3.6 setting up (apparently is no
longer supported in ubuntu-22.04).

*****

Bumped bibmanager to version 1.4.7.


***** Mon Jan 2 18:18:43 -03 2023 *****

Updated workflow to set appropriate os for each python version.
Fixed bug.

Updated copyright year in all files.

Updated nargs to 1 in search cli.

Removed outdated keybindings in browser.

Bumped bibmanager to version 1.4.7.

Fixed bug.


***** Sun May 28 23:57:36 CEST 2023 *****

In remove_duplicates() check isbn unique books before removing dups
to prevent removing them when in fact they are not duplicates

*****

Modified bm.remove_duplicates() to return dictionary of replaced keys
that were duplicates of others.

*****

Added return_replacements argument in bm.read_file() function
to enable collecting dict of replaced keys.

*****

Cosmetics.

*****

Fixed am.display() bug when an entry does not have authors.
Tests is TBD.

*****

Added return_replacements argument in am.add_bibtex() function
to keep track of replaced keys.
Tests TBD.

*****

Added return_replacements argument in am.update() function
to keep track of replaced keys.
Tests TBD.


***** Mon May 29 09:46:00 CEST 2023 *****

Implemented lm.get_bibfile() function.

*****

Implemented lm.update_keys() function to update keys in a .tex file
given a dictionary of replacements.
Acts recursively into referenced .tex file.
Does not work in citations referenced inside another citation.
Tests TBD.

*****

Refactored cleanup command to also take .tex files.
In this case, the code will filter out duplicates, and will
update both the .tex and .bib files. Making sure outdated (removed)
bibtex keys get updated.
Tests TBD.

*****

Updated docs.

*****

Bumped bibmanager to version 1.4.9.

1.4.1

***** Sun Jan 30 12:50:17 CET 2022 *****

Fixed bug with Bib.update_content() where tags meta info was being
overwritten even when new values were empty (because empty tags
are [] instead of None). This caused ads-update to erase the tags
info from the existing database.
Updated tests.

*****

Updated copyright year to 2022.

*****

1.4.0

When merged, this commit solves 75

*****

Added mock_init inpo tests that require the 'style' config param
Avoiding Travis error:
ValueError: 'style' is not a valid bibmanager config parameter.

*****

Updated travis.yml file to include python versions 3.6 to 3.9


***** Thu Dec 16 23:38:44 CET 2021 *****

Updated sample.bib file.
Updated tests and other auxilliary scripts accordingly.

*****

Updated docs.

*****

Implemented u.parse_search() to parse the input texts that later go
into bm.search().
Documented and tested.

*****

Replaced manual parsing cli_search() with u.parse_search().

*****

Tweaked how u.DynamicKeywordSuggester() gets the completer
to also work in a full-screen application.

*****

Revamped the 'tag search' of the browser to a general search toolbar
which allows to search and display subsets of the entries
categorized by authors/years/tags/etc.

*****

Fixed minor issue with tests.


***** Mon Dec 20 15:16:36 CET 2021 *****

Turned off complete_while_typing in browser entry-search bar
to prevent bug with auto-suggestions falling on top of quotes.

*****

Updated browser help text.

*****

Updated browser to stay at current loc when performing entry-searches
by keywords.

*****

1.3.6

***** So 15. Aug 18:36:33 CEST 2021 *****

Added tag meta property to Bib() objects.
Tests are TBD.


***** Sat Sep 11 20:38:17 -03 2021 *****

Refactored get_current_key() to search entry boundaries by blanks
instead of by the at character.
Refactored browser expand's command to always include blank lines
around expanded entries. Remove the blanks when collapsing (and
leaving keys next to each other).

*****

Added meta content into expanded entries (shown above) content.


***** Fri Sep 17 17:38:21 -03 2021 *****

Added LastKeyCompleter and LastKeySuggestCompleter to implement
a dynamic autocomplete according to the latest key found in the
input text.
Added BM_HISTORY_TAGS constant to keep history of tag searches.

*****

Changed default tags value from None to [].

*****

Implemented cli_tag() and prompt_search_tags() to enable
adding/removing tags from the command line.
Some documentation is TBD.


***** Fri Sep 24 22:03:53 -03 2021 *****

Updated bm.search() to include searches by tag.
Testing is TBD.

*****

Implemented u.DynamicKeywordCompleter()
and u.DynamicKeywordCompleter() to improve and replace on the
auto completer searches, providing tab-completion options after keys
which can be colon-ended or double quote-ended.


***** Mon Sep 27 11:30:13 -03 2021 *****

Completely refactored cli_search() function in __main__.py
enabling searches by tag and upgrading the completers.
Removed u.search_keys, no longer used.


***** Tue Nov 30 23:56:37 CET 2021 *****

Enabled searches by tag in the browser.
The 't' keybinding launches the tag-search prompt, after the user
input, the main text will display only the entries containing the
requested tag(s). If there is not matching entries, display all
entries of the database.


***** Wed Dec 1 21:43:53 CET 2021 *****

In the browser, hide the info_bar when searching for tags,
(such that the search bar is at the bottom and the tab completions
are always displayed above it).

*****

Fixed search word completions (display only on-screen entries).
This commit should complete the new browser tag capabilities
proposed in 75 (only bibm ads-add tagging left to update)


***** Sat Dec 4 01:36:03 CET 2021 *****

Updated am.add_bibtex() to include optional tags.
Updated tests and docstrings.

*****

Updated cli_ads_add() to enable passing tags to the entries.
Updated tests for many user-input cases for this cli.

*****

Fixed screen output when cli_ads_add()'s input prompt is blank.
Added test.

*****

Some PEP8ing.


***** Sat Dec 4 13:08:59 CET 2021 *****

Updated docs adding the tag directive
and updating the index and the ads-add directive.

*****

Improved syntax in am.add_bibtex().
(No actual change in behavior)


***** Sat Dec 4 19:58:34 CET 2021 *****

Implemented bm.display_list() to display a list of BibTeX entries
with different verbosity levels.
Documented and tested.

*****

Enabled possibility to display entries with given tags from cli.
Modified cli_search() and cli_tag() to use bm.display_list().

*****

Changed verb argument user-interface for bibm search command,
now it requires an interger value (thus enabling negative values).
Updated docs and tests.


***** Sun Dec 5 17:33:57 CET 2021 *****

Implemented u.tokenizer() function to fast-track formatted-text
tuples for attribute:value pairs.
Documented and tested.

*****

Refactored bm.display_list() to display formatted text
rather than plain text.
Updated tests.

*****

Refactored am.display() to display formatted text
rather than plain text.
Updated tests.

*****

Updated api.rst docs.

*****

1.3.5

***** Fr 18. Jun 17:26:05 CEST 2021 *****

Specified the encoding='utf-8' whenever the code opens a file
in text mode.


***** Di 22. Jun 10:13:15 CEST 2021 *****

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.