Loading
Commits on Source 62
-
Christian Clauss authored
-
Christian Clauss authored
-
Ed Summers authored
.github-ci.yml: Pypy is currently Python 3.6, not 3.7 See merge request !160
-
Ed Summers authored
-
Mikhail Terekhov authored
-
Mikhail Terekhov authored
Currently pymarc complains about different errors depending on how much is truncated. This exception helps find the root cause.
-
Mikhail Terekhov authored
-
Mikhail Terekhov authored
MarcReader should never raise any exceptions, this greatly simplifies error handling and eliminates a lot of confusion when incoming data contains badly formatted records.
-
Christian Clauss authored
This is the alternative approach to !158
-
Mikhail Terekhov authored
-
Mikhail Terekhov authored
-
Dan Scott authored
Also, Python is a proper noun so let's capitalize it. Signed-off-by:Dan Scott <dan@coffeecode.net>
-
Ed Summers authored
record.py: Format using # fmt: on/off directives See merge request !165
-
Ed Summers authored
Truncated record data See merge request !161
-
Ed Summers authored
Update version in setup.py and See merge request !164
-
Ed Summers authored
-
Mikhail Terekhov authored
-
Mikhail Terekhov authored
-
Mikhail Terekhov authored
-
-
Ed Summers authored
Python type hints in leader.py See merge request !167
-
Mikhail Terekhov authored
-
Jeremy Nelson authored
-
Ed Summers authored
Adds type hints for writer module See merge request !170
-
-
Ed Summers authored
Type hints in field.py See merge request !169
-
Christian Clauss authored
-
Ed Summers authored
Python type hints in marc8.py See merge request !172
-
Ed Summers authored
Make MARCReader always permissible. See merge request !162
-
Jeremy Nelson authored
-
Jeremy Nelson authored
-
Jeremy Nelson authored
-
Christian Clauss authored
Fixes #163
-
Christian Clauss authored
-
Christian Clauss authored
-
Christian Clauss authored
-
Ed Summers authored
Fix .gitlab ci.yml Closes #163 See merge request !174
-
Ed Summers authored
Type hints enabled for reader module See merge request !171
-
Ed Summers authored
Replaces assertEquals with singular See merge request !173
-
Christian Clauss authored
-
Christian Clauss authored
-
Christian Clauss authored
-
Christian Clauss authored
Fixes #161
-
Ed Summers authored
-
Ed Summers authored
Make record.fields a list, not an iterator in map_marc8_record Closes #161 See merge request !176
-
Ed Summers authored
-
Ed Summers authored
.gitlab-ci.yml: Re-enable type checking with mypy See merge request !175
-
-
Ed Summers authored
Add a convenient function for getting subfields as a dictionary See merge request !178
-
Ed Summers authored
-
Ed Summers authored
-
Ed Summers authored
Since pypy envs are causing testing problems and I've personally not heard of anyone using pymarc with pypy I'm dropping it for now.
-
Ed Summers authored
-
Ed Summers authored
New version which includes the new Field.subfields_as_dict() method.
-
Ed Summers authored
The Field.subfields_as_dict method now takes a repeatable parameter, which when set to True, will return a dictionary that maps subfield codes to a list of subfield values. Fixes #170
-
Ed Summers authored
After further consideration its probably best if Field.subfields_as_dict always returns a mapping of subfield codes and values where the values are a list (since subfield codes can and do repeat). If the default behavior ignores this possibility then we are encouraging pymarc users to ignore the fact that a value they are looking for could be there. refs #170
-
Ed Summers authored
-
Ben W. authored
-
Ed Summers authored
Updated docstring and informational URL for sudoc See merge request !182
-
maría m. authored
Given the move of #code4lib IRC from Freenode to Libera, this updates the references in the readmes accordingly.
-
maría m. authored
-
Ed Summers authored
(readme) freenode --> libera See merge request !183