Ugentbiblio

Latest version: v0.2.2

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

Scan your dependencies

0.2.2

No functionality was altered to the package itself, only tests and requirements were improved. A bit.

0.2.1

Changes some tests and documentation.

0.2.0

After an initial version that returned dictionaries, version v0.2 returns named tuples. So, instead of


publication["cite"]["chicago-author-date"]


you now write


publication.cite.chicago_author_date


Notice that hyphens (-) from the original api are replaced with underscores (_).

Also, if in the original API a field begins with an underscore, this underscore is removed (e.g. `_id` becomes `id`).

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.