gedcom 0.1.0 copy "gedcom: ^0.1.0" to clipboard
gedcom: ^0.1.0 copied to clipboard

Dart library to parse GEDCOM data from string input ported from popular Python library

GEDCOM-Dart #

Port of python-gedcom library to Dart.

GEDCOM files contain ancestry data. The parser is currently supporting the GEDCOM 5.5 format.

Warning #

The package is still in development. Only selected features are supported.

Contributing #

Contributions are more than welcome!

License #

Licensed under the GNU General Public License v2

GEDCOM Dart Parser
Copyright (C) 2020 Dominik Roszkowski (dominik at roszkowski.dev)

Ported to Dart from Python GEDCOM Parser

Copyright (C) 2018 Damon Brodie (damon.brodie at gmail.com)
Copyright (C) 2018-2019 Nicklas Reincke (contact at reynke.com)
Copyright (C) 2016 Andreas Oberritter
Copyright (C) 2012 Madeleine Price Ball
Copyright (C) 2005 Daniel Zappala (zappala at cs.byu.edu)
Copyright (C) 2005 Brigham Young University

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
4
likes
130
pub points
33%
popularity

Publisher

verified publisherroszkowski.dev

Dart library to parse GEDCOM data from string input ported from popular Python library

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

collection, meta

More

Packages that depend on gedcom