Giter Club home page Giter Club logo

pedigree's Introduction

pedigree takes a toml file like that in examples/example.toml (source) and outputs a few messy visualizations that do not favor patriliny over matriliny. See examples/ for example output.

Screenshot 1 Screenshot 2

Example:

For a quick example, generate the example .toml file

pedigree -f new_relations.toml

then generate output based on it

pedigree -f new_relations.toml generate

Outputs:

  • .html file: a d3 visualization that can be opened in a web browser
  • .svg file: a "Sugiyama style" tree that can be opened in a web browser
  • .dot file: the dot file used to generate the .svg file

Installation:

pip3 install pedigree

pedigree --help will tell you your options.

You need to install graphviz form your package manager if you want to generate .svg output

Bugs:

Please create an issue for any bugs you find.

If you're a developer, the bugs are actually being kept in git-bug, so feel free to work with them there.

Caveats:

  • Don't put all your genealogical data in one text file that you manipulate via a python script written by some idiot on the internet. At least make copies of the one text file.
  • This can only recognize the relations x is the mother of y, x is the father of y, and x is the spouse of y. It has no concept of siblings or partial siblings.

pedigree's People

Stargazers

Nikolaus Schlemm avatar  avatar Aslak Raanes avatar

Watchers

James Cloos avatar John Baber-Lucero avatar  avatar

Forkers

kuatorua

pedigree's Issues

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.