Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orestesgaolin/gedcom-dart
Dart library to parse GEDCOM data
https://github.com/orestesgaolin/gedcom-dart
dart gedcom gedcom-dart gedcom-parser
Last synced: about 1 month ago
JSON representation
Dart library to parse GEDCOM data
- Host: GitHub
- URL: https://github.com/orestesgaolin/gedcom-dart
- Owner: orestesgaolin
- License: gpl-2.0
- Created: 2020-10-16T10:13:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T19:34:12.000Z (over 3 years ago)
- Last Synced: 2024-08-04T04:05:04.606Z (5 months ago)
- Topics: dart, gedcom, gedcom-dart, gedcom-parser
- Language: Dart
- Homepage: https://pub.dev/packages/gedcom
- Size: 59.6 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gedcom - gedcom-dart - Dart library to parse GEDCOM data (Parsers / Dart)
README
# GEDCOM-Dart
Port of [python-gedcom](https://github.com/nickreynke/python-gedcom) library to Dart.
GEDCOM files contain ancestry data. The parser is currently supporting the GEDCOM 5.5 format.
> [!NOTE]
> Looking for contributors to implement [support for GEDCOM 7.0](https://github.com/orestesgaolin/gedcom-dart/issues/5).# 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 UniversityThis 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.