Socket
Socket
Sign inDemoInstall

marcxml_parser

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marcxml_parser

MARC XML / OAI parser, with few highlevel getters.


Maintainers
1

Introduction

.. image:: https://badge.fury.io/py/marcxml_parser.png :target: https://pypi.python.org/pypi/marcxml_parser

.. image:: https://pypip.in/d/marcxml_parser/badge.png

This module contains parser for MARC XML_ / OAI_ format, with some highlevel getters, which can retreive names of authors, or titles of books from MARC XML / OAI records.

.. _MARC XML: http://www.loc.gov/marc/marcxml.html .. _OAI: http://www.openarchives.org/OAI/oai_marc.xsd

Documentation

Full module documentation and description can be found at Read the Docs:

Contributors

Changelog

1.2.3

- Fixed ability to query tags codes using indexing operator.

1.2.2

- Updated set of possible `i` characters.

1.2.1

- Fixed bug in the publication type parser.

1.2.0

- Implemented ``.get()`` method.

1.1.0 - 1.1.7

- Fixed typos in documentation.
- Added ``record_itrator()``.
- Added support for file-like objects.
- ISBN is now discriminated to valid and invalid. Added new method ``.get_invalid_ISBNs()``, ``.get_ISBNs()`` now returns just valid ISBNs.
- Fixed bugs in ``.get_binding()``.
- Added field ``URLu`` to output from ``.get_internal_urls()``.
- Added one more test.
- Fixed few typos in documentation.
- Added support for ISSN querying.
- Fixed bug in ``run_test.sh``.
- Fixed parsing of the place to reflect changes in RDA.
- Added more RDA fixes.
- Fixed bug in parsing of the dates.

1.0.1

- Fixed small bugs in code and documentation.
- Added more tests.

1.0.0

- First working version.
- Fully documented and tested.

0.1.0

- Project created.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc