Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/colour-science/biblib

Simple, faithful BibTeX parser and algorithms for Python 3
https://github.com/colour-science/biblib

Raise package version.

6d82723d70b271579ce946a5bc07b6b33c5cbf60 authored about 2 years ago by Thomas Mansencal <[email protected]>
collections.Iterable -> collections.abc.Iterable (#1)

* Update bib.py

Collections update

* Update bib.py

missed a collections

b65dbc5da01da30590e680d41ffdfb20c84ec331 authored about 2 years ago by Josef Fruehwald <[email protected]>
Raise package version.

bc58331e5823f3024efaf7f7e4a1c15d56decad7 authored almost 6 years ago by Thomas Mansencal <[email protected]>
Update "README.md" file.

fc4a4405e0a2745f72cc1b06877d3519848cd3ad authored almost 6 years ago by Thomas Mansencal <[email protected]>
Update ".gitignore" file.

0366d97f4447b98759f98e00dd522d5000a6afc3 authored almost 6 years ago by Thomas Mansencal <[email protected]>
Update "setup.py" file.

4bc133261f7461c1bced221897a8665d297da9c6 authored almost 6 years ago by Thomas Mansencal <[email protected]>
Update "setup.py" file.

747e6ad53a4dd0c345c31c58cead4465b9ef9ed0 authored almost 6 years ago by Thomas Mansencal <[email protected]>
Update "README.md" file.

704381b7ff9b158efc178bd2be11733ac7150d69 authored almost 6 years ago by Thomas Mansencal <[email protected]>
Python 3.2 support

It appears the only Python 3.3 feature biblib used was collections.abc.
Use the backwards-compat...

ab0e857b9198fe425ec9b02fcc293b5d9fd0c406 authored about 11 years ago by Austin Clements <[email protected]>
Remove test of Name.pretty for 'et al.'

Name.pretty no longer does this conversion.

577f2ef0e2ea61d92678f1168c1571355069dca6 authored about 11 years ago by Austin Clements <[email protected]>
Implement min_crossrefs, like BibTeX -min-crossrefs

2191d121496be463090cd553d01298691c97fdd4 authored about 11 years ago by Austin Clements <[email protected]>
Warn about nested crossrefs, like BibTeX does

8a4d6b86789848d1020a0512a04db3ac97f90369 authored about 11 years ago by Austin Clements <[email protected]>
Fix some obvious bugs in Entry.to_bib

f28c8f57f922332db78c8107f7ed84f9b2598b07 authored about 11 years ago by Austin Clements <[email protected]>
Enforce BibTeX-like ordering on crossrefs

9d8d2a5a5ce2bce3ae0d0c27781b97aad04c7765 authored about 11 years ago by Austin Clements <[email protected]>
Give example file name for complete command line

e2f06f4017b41bf2fc7ec7215b4f1387f8fabd87 authored about 11 years ago by Austin Clements <[email protected]>
Some simple example scripts

eea00a257fa042a2ae1a58bd1b2ef33248731d9c authored about 11 years ago by Austin Clements <[email protected]>
Accept an iterable of files or strings to parse in succession

94da5ec03b52c555b22ad2d436b0c9a37329412c authored about 11 years ago by Austin Clements <[email protected]>
Separate crossref resolution from database retrieval

Previously, retrieving the database checked crossrefs, but did not
resolve them, and crossrefs w...

1ec77bb44bcd8a0834d27db70ffcaeb057c8dc0a authored about 11 years ago by Austin Clements <[email protected]>
examples: Simplify examples using new iterable parse interface

ea3e51a45509522bbf87b7374b47611d48d7ff6d authored about 11 years ago by Austin Clements <[email protected]>
examples: Perform error recovery in bibparse

4dd76e45ae0b7955f4ddf3bf6820c5de0d1109fe authored about 11 years ago by Austin Clements <[email protected]>
examples: Remove unused import from bib2bib

1e0fa70dd5e42130a91f7f94d9aa5146f8343579 authored about 11 years ago by Austin Clements <[email protected]>
Move core of parse_month to algo

9e00014d9f66c33b158b3b860932410e6d730f67 authored about 11 years ago by Austin Clements <[email protected]>
Add tests for class Entry

766544767392de7a86b74e0afb4a8f83c2a4f53b authored about 11 years ago by Austin Clements <[email protected]>
examples: Use --min-crossrefs in bib2bib example

6085c2375afee428f4c34f55374262091a03110d authored about 11 years ago by Austin Clements <[email protected]>
examples: Better author formatting for bibparse example

a9d4ec834bcf28d20ade62f605f19c985d5c045b authored about 11 years ago by Austin Clements <[email protected]>
Implement a simple format-based name pretty printer

595ba1ec9db88422f8967f34a57c6e93646a4bba authored about 11 years ago by Austin Clements <[email protected]>
Suppress shutdown exception in InputErrorRecoverer.__del__

735499e18cd1ef941bfc37312ec88d68493f50e1 authored about 11 years ago by Austin Clements <[email protected]>
Suppress chained exception in Entry.__getattr__ wrapper

12cc6c0c8cfcc025a0201cc82f1932ebca969678 authored about 11 years ago by Austin Clements <[email protected]>
Use positioned errors in title_case

fb3ca67e7031df4edb936a807c15350d925d7a27 authored about 11 years ago by Austin Clements <[email protected]>
Format numeric field values nicely in Entry.to_bib

60fdc79ce231e7a40aa2a4c9269e49c5b48cf1b4 authored about 11 years ago by Austin Clements <[email protected]>
Warn about and drop repeated fields, like BibTeX does

4916890ea6af8a87234f64a16a4d06046cdba6d9 authored about 11 years ago by Austin Clements <[email protected]>
Use positioned errors in author name parser

This also lets us warn about trailing commas. Previously we had
nowhere to send such a warning.

7b4b35d550529b69ffeb88b9e2016dea4cfdc0f8 authored about 11 years ago by Austin Clements <[email protected]>
Use positioned errors in tex_to_unicode

94ac14461852ac75fc1c0da4cf466e6f9567c69b authored about 11 years ago by Austin Clements <[email protected]>
s/__pos/__off/ in .bib parser and TeXProcessor

To distinguish between simple character offsets and Pos objects.

e261f10a19235281c12221011a2d6f94601ef258 authored about 11 years ago by Austin Clements <[email protected]>
Track field positions for more precise field errors

29ba73d59c8f1ddcc99e24bd7f40f6633abcbdd6 authored about 11 years ago by Austin Clements <[email protected]>
New, more general approach to parse errors and warnings

This introduces InputErrors, which represent positioned errors arising
from problems in the inpu...

7a526cded8aee6e45fa25d4c656205ecc61b3f61 authored about 11 years ago by Austin Clements <[email protected]>
.bib parser, name parser, title case algorithm, and TeX-to-Unicode converter

6ba3f72f60e333462c9e0eb8b90da0599211654f authored about 11 years ago by Austin Clements <[email protected]>