Giter Site home page Giter Site logo

Comments (6)

sciunto avatar sciunto commented on July 26, 2024

You can have a look at this part of the documentation: https://bibtexparser.readthedocs.org/en/latest/bibtexparser.html#bparser.BibTexParser
The option ignore_nonstandard_types should help you.

I'm closing but if you have any problem or suggestion, feel free to reopen.

from python-bibtexparser.

hetsch avatar hetsch commented on July 26, 2024

Thank's, I'm allright with that hint. Works fine!

from python-bibtexparser.

anntzer avatar anntzer commented on July 26, 2024

Note that the doc entry you link to suggests that one can pass ignore_nonstandard_types as kwarg to the constructor, but this fails as of the latest released version (0.6.2):

In [2]: BibTexParser(ignore_nonstandard_types=False)
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-2-15d3fbb3ce7e> in <module>()
----> 1 BibTexParser(ignore_nonstandard_types=False)

TypeError: __init__() got an unexpected keyword argument 'ignore_nonstandard_types'

It does work as of master though. Any chance for a new release? Thanks in advance.

from python-bibtexparser.

sciunto avatar sciunto commented on July 26, 2024

@anntzer The project is looking for maintainers. I do not have enough time to maintain it anymore, unfortunately.

from python-bibtexparser.

anntzer avatar anntzer commented on July 26, 2024

You may want to leave a note to that effect in the README, then.

from python-bibtexparser.

sciunto avatar sciunto commented on July 26, 2024

I know, I have to do it.

from python-bibtexparser.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.