Skip to main content

Generate ancestor (genealogy) chart

Project description

life_line_chart

Generate ancestor and descendants (genealogy) chart. SVG export is supported.

Getting started

Install the module and the requiredments. Open a gedcom file and generate a ancestor life line chart.

Prerequisites

You will need a gedcom file. You can use the automatically generated one from the tests directory in this repository ([tests/autogenerated.ged]).

from life_line_chart import DescendantGraph, AncestorGraph, get_gedcom_instance_container
individual_id = '@I249@'
graph = AncestorGraph(
    instance_container=lambda: get_gedcom_instance_container(
        'tests/autogenerated.ged'),
    formatting={'total_height': 800, 'vertical_step_size':20}
)
graph.set_chart_configuration({'root_individuals': [
    {'individual_id': individual_id, 'generations': 8}
]})
graph.update_chart()
graph.paint_and_save(individual_id, 'example_1.svg')


individual_id = '@I2@'
graph = DescendantGraph(
    instance_container=lambda: get_gedcom_instance_container(
        'tests/autogenerated.ged'),
    formatting={
        'total_height': 800,
        'vertical_step_size':50,
        'relative_line_thickness':0.3}
)
graph.set_chart_configuration({'root_individuals': [
    {'individual_id': individual_id, 'generations': 2}
]})
graph.update_chart()
graph.paint_and_save(individual_id, 'example_2.svg')

example_1.svg example_2.svg

Installing

requirements.txt

Then you will need the following modules:

  • svgwrite (i.e. pyparsing)
  • cmath
  • pillow (for tests with photos)
pip install -r requirements.txt

Building

python setup.py bdist_wheel

Automatically generating example gedcom files requires the module

  • names

Building a wheel requires with setup.py requires:

  • shutil
  • glob
  • setuptools
  • distutils
  • wheel

License

This project is licensed under the MIT License - see the LICENSE file for details

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

life_line_chart-1.4.0.tar.gz (71.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

life_line_chart-1.4.0-py3-none-any.whl (97.0 kB view details)

Uploaded Python 3

File details

Details for the file life_line_chart-1.4.0.tar.gz.

File metadata

  • Download URL: life_line_chart-1.4.0.tar.gz
  • Upload date:
  • Size: 71.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for life_line_chart-1.4.0.tar.gz
Algorithm Hash digest
SHA256 6a90fd7f5fb689a656de1c976b8d4c428eb86a9126576f28cb1882a17bde86f6
MD5 1f8ee7e9c8e62385a0d82fe5f2b971d8
BLAKE2b-256 b87582d52eefb0beaf8b7e50a2f1da6dc54b80179d1b6793385d5698fdb5011d

See more details on using hashes here.

File details

Details for the file life_line_chart-1.4.0-py3-none-any.whl.

File metadata

  • Download URL: life_line_chart-1.4.0-py3-none-any.whl
  • Upload date:
  • Size: 97.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for life_line_chart-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 04e5afb218aae029a1df2b3735ff9a756e5f10b2e47aeb58e8a6159ca46af5d7
MD5 ce6a322ffcde9733f57948b47904c2be
BLAKE2b-256 786b63e020d9df170c3422578b926a0a8be42893ad51625b8876a22c5f7dd67e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page