{ "info": { "author": "Val", "author_email": "", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Sociology :: Genealogy" ], "description": "# pyGenealogical-Tools\n\n![alt text](https://travis-ci.org/Thimxx/pyGenealogical-Tools.svg?branch=master)\n![alt text](https://coveralls.io/repos/github/Thimxx/pyGenealogical-Tools/badge.svg?branch=master)\n![alt text](https://api.codacy.com/project/badge/Grade/3603c4580c464d209d44401021ef8642)\n\nSeveral genealogical python tools included which are under development.\n\nIt is mainly offering the following capabilities:\n\n1) Access by command line to Geni profiles and relationship information.\n2) Geni interface\n* Build a tree of ancestors in Geni\n* Build a map of cousins of a given profile in Geni.\n* Create a child, parents or partner in geni\n* Delete a profile in geni\n* Get profile, relations and union data.\n* Extract the tree of descendants of a profile in gedcom\n3) Several genealogical functions.\n* Get children surname based on several naming conventions\n* Get name removing surnames\n* Check dates consistency in profiles\n* Guess the names and surnames from a complete surname (beta)\n4) A common base profile for any genealogical input\n* Merging profile algorithm (basic)\n5) A tool for parsing FamilySearch excel outputs of sons in a family.\n* Import to Geni an excel output of children from FamilySearch records, it will merge common profiles\n6) Interface with several online registers:\n* Rememori: https://www.rememori.com\n* Obituary from this newspaper: http://esquelas.elnortedecastilla.es/\n* Obituary from this newspaper: https://www.abc.es/esquelas/\n7) GEDCOM file wrapper\n* It allows to read gedcomfiles and operated them (add new profiles)\n* It allows to transform data from other sources (Geni, RootsMagic) into GEDCOM.\n8) Automatic investigation\n* For those interfaces avaialble, it can found potential matches in a GEDCOM.\n9) RootsMagic interface\n* It provide a simple interface to RootsMagic database allowing to access the data and the different profiles.\n\nNotice that this import is intended to import registers from FamilySearch, is you are interested in importing profiles from a family tree located in FamilySearch to Geni use this tool: https://github.com/jeffg2k/SmartCopy, which is a pretty nice piece of software and very helpful.\n\nThis application uses the Geni API but is not endorsed, operated, or sponsored by Geni.com.\n\n# Installation instructions\n\nYou can install it using pip\n\n pip install pyGenealogicalTools\n\nTested using python 3.5.3 and 3.6.2, happy to test other versions if needed. Main limitation are the testing capabilities in travis for wxpython.\n\nIn order to use the tools you will need to install the following modules:\n* requests: http://docs.python-requests.org/en/master/ \n* wxpython\n* metaphone: https://pypi.python.org/pypi/Metaphone/0.4 \n* openpyxl (notice that there is a regression on this library. Tested on 2.6.2)\n* pyexcel pyexcel-xls pyexcel-xlsx (only used for transforming xls into xlsx)\n* python-Levenshtein\n\nAll the previous modules are available in the requirements.txt file, but wxpython needs to be manually installed, visit wxpython page for further info.\n\nConcerning testing, the repository if configured to use nose, coverage, nose-htmloutput, so you will need to install in your local installation as well.\n\n### Geni KEY\n\nIn order to use the interface, you will need to generate an application card inside Geni and obtain a key. You can create the application card in this: location https://www.geni.com/platform/developer/api_explorer, the key will be only valid for 24h, so you will need to register again the key regularly.\n\nFor each execution of the Geni API contained in this software, you will later need to introduce the key. Do not make the key public. In the examples area you have a description of how to obtain the key in execute the complete module, in a nutshell this is the way to set the Geni Key:\n\n\n from pyGeni import set_token\n GENI_KEY = \"IntroduceHereYourGeniKey\"\n set_token(GENI_KEY)\n\n### MapBox API Key\n\nAs google Maps API is no longer working without payments details, Google API has been replaced by MapBox API. In order to work the library needs the MAPBOX API (free of charge). Just set-up this way:\n\n from pyGenealogy import set_mapbox_key\n MAPBOX_KEY = \"IntroduceHereYourMapBoxKey\"\n set_mapbox_key(MAPBOX_KEY)\n\n# Usage\n\nThe file GeniTools is the one I am using as main programme. It is not yet very stable, but the libraries are getting. Just use the input file \"INPUT_TEMPLATE\" and select as input inside the script GeniTools.py, the input file needs to include the Geni token and the starting profile.\n\nIn order to get the token just go here: https://www.geni.com/platform/developer/api_explorer and introduce it in the input file as GENIKEY. Notice that the key gets updated almost everyday... so everytime you are using this script you will need to do it.\n\n\n# Interested in helping?\n\nThere are several areas where you can collaborate:\n\n* Report any wrong behaviour as an issue\n* Comment the code where it is not properly commented\n* Provide naming and surname conventions for other languages\n* Support on documentation development or examples\n* Solve an specific issue\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Thimxx/pyGenealogical-Tools", "keywords": "", "license": "GPL-3.0", "maintainer": "", "maintainer_email": "", "name": "pyGenealogicalTools", "package_url": "https://pypi.org/project/pyGenealogicalTools/", "platform": "", "project_url": "https://pypi.org/project/pyGenealogicalTools/", "project_urls": { "Homepage": "https://github.com/Thimxx/pyGenealogical-Tools" }, "release_url": "https://pypi.org/project/pyGenealogicalTools/0.3.2/", "requires_dist": [ "requests", "openpyxl", "pyexcel", "pyexcel-xls", "python-Levenshtein", "pyexcel-xlsx", "metaphone" ], "requires_python": "", "summary": "Genealogical tools", "version": "0.3.2" }, "last_serial": 5996755, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "d22a45d8bbfeb18dbd84058b2b577b63", "sha256": "bce7e6a5122a035d3f7af9f561bb5ceccfc3c5a38d465fcba63c0b9772beec57" }, "downloads": -1, "filename": "pyGenealogicalTools-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d22a45d8bbfeb18dbd84058b2b577b63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2543, "upload_time": "2018-03-18T08:54:26", "url": "https://files.pythonhosted.org/packages/33/fc/906a8312f103c1f10879220bd4b1a40418141db113307a9b9e24d38393e2/pyGenealogicalTools-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "7031f253659aad912fc688f594705fa7", "sha256": "0f323d62d2d507ec6ea65204090b39f558de8fe702873c7e087af89fc04ada8f" }, "downloads": -1, "filename": "pyGenealogicalTools-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "7031f253659aad912fc688f594705fa7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 109412, "upload_time": "2019-08-07T17:35:13", "url": "https://files.pythonhosted.org/packages/ef/7a/9e39ee1c74f7d0c680f2de9cc2d803633429bf171726110a6adaf4165a14/pyGenealogicalTools-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e1e9e161802261fa9064d1e5af193fe7", "sha256": "4e1f9cc75fae7d0835ada525910fa94ab81d6d22871df80e710b4602d8cf5dca" }, "downloads": -1, "filename": "pyGenealogicalTools-0.2.0.tar.gz", "has_sig": false, "md5_digest": "e1e9e161802261fa9064d1e5af193fe7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69411, "upload_time": "2019-08-07T17:35:16", "url": "https://files.pythonhosted.org/packages/07/97/182b6ac81d9417c463b422c00fdb3ad1c9b1f27ff26d7d35acecb59b9bdf/pyGenealogicalTools-0.2.0.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "6e4f3496fdfb9fbabd8376f353df4168", "sha256": "b047cb3d6164817757469b73f8e61e42ce7a68c6ac9971999919fec4059b7cbc" }, "downloads": -1, "filename": "pyGenealogicalTools-0.2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "6e4f3496fdfb9fbabd8376f353df4168", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 120188, "upload_time": "2019-08-15T15:02:11", "url": "https://files.pythonhosted.org/packages/d0/ca/59b5e7832a2e8003934bad11992efcc0774cd2aada203878a5f32121138d/pyGenealogicalTools-0.2.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8889be3c9532e6cb60320600028a0807", "sha256": "964b2d8d9b6926c42d6b9ecfdb83338e9d895dbbf01b068053f947c0aa5fa0c1" }, "downloads": -1, "filename": "pyGenealogicalTools-0.2.2.tar.gz", "has_sig": false, "md5_digest": "8889be3c9532e6cb60320600028a0807", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72938, "upload_time": "2019-08-15T15:02:13", "url": "https://files.pythonhosted.org/packages/e0/4f/5053e84ac70afa437d4d68a531f3eec3692abfda324133f7c42f254e2aed/pyGenealogicalTools-0.2.2.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "861540aae106406e0fa6e01fd13f0b7d", "sha256": "3e470e568aafa8a49cb0f0b5bbdc19374daf7ce36a7ec57775a88a9d8b6eaefa" }, "downloads": -1, "filename": "pyGenealogicalTools-0.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "861540aae106406e0fa6e01fd13f0b7d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 125222, "upload_time": "2019-10-13T15:50:07", "url": "https://files.pythonhosted.org/packages/bb/35/babfac141c74bd1f304ad58861c7c6a24bbda8e36337c8316c7a064aac38/pyGenealogicalTools-0.3.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "390d9a039d464b957473af7962014d78", "sha256": "9051b15bd2d2018bad5869be16d508afe8839cda17480e4b16fab454fe989bd4" }, "downloads": -1, "filename": "pyGenealogicalTools-0.3.0.tar.gz", "has_sig": false, "md5_digest": "390d9a039d464b957473af7962014d78", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76988, "upload_time": "2019-10-13T15:50:10", "url": "https://files.pythonhosted.org/packages/e2/83/8f062c9590c1e90cc3418f6428891f5ec13837c000ebe8ba73df9a1da434/pyGenealogicalTools-0.3.0.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "7225789e67f2ff7cf3fcfc3016752ac7", "sha256": "d955bc4c34244f261eaded19ebc09c94134b2d44efc26e4730f947934a77497d" }, "downloads": -1, "filename": "pyGenealogicalTools-0.3.2-py3-none-any.whl", "has_sig": false, "md5_digest": "7225789e67f2ff7cf3fcfc3016752ac7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 132006, "upload_time": "2019-10-18T17:34:01", "url": "https://files.pythonhosted.org/packages/dd/cd/084b8cd0dd6deb03335b05a4a0b02779577aaf51f32bfb08f0975a0b6aaa/pyGenealogicalTools-0.3.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "46ad3dfc3aff53dfbcc5eaa465cc4cfc", "sha256": "e3531a5be11c6224cca67e39ce96668ee783d44ff25f827bd1ba3f8b0824bf32" }, "downloads": -1, "filename": "pyGenealogicalTools-0.3.2.tar.gz", "has_sig": false, "md5_digest": "46ad3dfc3aff53dfbcc5eaa465cc4cfc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80539, "upload_time": "2019-10-18T17:34:04", "url": "https://files.pythonhosted.org/packages/0e/38/c0ab79373b40498f3cc979710414d4fc3bbffa122c4ef291ac68665ce1a2/pyGenealogicalTools-0.3.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7225789e67f2ff7cf3fcfc3016752ac7", "sha256": "d955bc4c34244f261eaded19ebc09c94134b2d44efc26e4730f947934a77497d" }, "downloads": -1, "filename": "pyGenealogicalTools-0.3.2-py3-none-any.whl", "has_sig": false, "md5_digest": "7225789e67f2ff7cf3fcfc3016752ac7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 132006, "upload_time": "2019-10-18T17:34:01", "url": "https://files.pythonhosted.org/packages/dd/cd/084b8cd0dd6deb03335b05a4a0b02779577aaf51f32bfb08f0975a0b6aaa/pyGenealogicalTools-0.3.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "46ad3dfc3aff53dfbcc5eaa465cc4cfc", "sha256": "e3531a5be11c6224cca67e39ce96668ee783d44ff25f827bd1ba3f8b0824bf32" }, "downloads": -1, "filename": "pyGenealogicalTools-0.3.2.tar.gz", "has_sig": false, "md5_digest": "46ad3dfc3aff53dfbcc5eaa465cc4cfc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80539, "upload_time": "2019-10-18T17:34:04", "url": "https://files.pythonhosted.org/packages/0e/38/c0ab79373b40498f3cc979710414d4fc3bbffa122c4ef291ac68665ce1a2/pyGenealogicalTools-0.3.2.tar.gz" } ] }