simplepyged-ob


Namesimplepyged-ob JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/oberron/simplepyged
SummaryA simple Python GEDCOM parser (forked from gburca/simplepyged which forked from dijxtra/simplepyged)
upload_time2024-10-05 13:34:56
maintainerNone
docs_urlNone
authorOberron (based on original work from Nikola Škorić)
requires_pythonNone
licenseGPL
keywords gedcom genealogy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # simplepyged_ob

A simple Python GEDCOM parser

Renamed to simplepyged_ob to avoid naming confusion. Mostly based on simplepyged from dijxtra

v0.1.0 aligns with simplepyged v0.1

## Status of parser


Recognises a subset of GEDCOM 5.5 tags. If you need support for an
unsupported tag, submit an issue (or implement it and send a patch).

## Documentation and Examples

Documentation is in docs/. Examples of how to use this parser are at
docs/examples. If you find documentation and/or examples confusing,
let me know and I'll try to fix it.

## Unit Tests

Unit tests can be executed from the project root directory using:

    PYTHONPATH=simplepyged python -m unittest discover

## Licence

All code is licenced under GPL v.3 or newer.

First commit to this repository was based on source from here:
http://ilab.cs.byu.edu/cs460/2006w/assignments/program1.html

## Forked information

Forked from gburca/simplepyged which forked from dijxtra/simplepyged

## Release on pypi / pypi_test

release on pypi (assumes your pypirc is local to the project)

> python setup.py bdist_wheel
> twine upload -r pypi --config-file=.\.pypirc dist\*

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/oberron/simplepyged",
    "name": "simplepyged-ob",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "gedcom, genealogy",
    "author": "Oberron (based on original work from Nikola \u0160kori\u0107)",
    "author_email": "one.annum@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "# simplepyged_ob\r\n\r\nA simple Python GEDCOM parser\r\n\r\nRenamed to simplepyged_ob to avoid naming confusion. Mostly based on simplepyged from dijxtra\r\n\r\nv0.1.0 aligns with simplepyged v0.1\r\n\r\n## Status of parser\r\n\r\n\r\nRecognises a subset of GEDCOM 5.5 tags. If you need support for an\r\nunsupported tag, submit an issue (or implement it and send a patch).\r\n\r\n## Documentation and Examples\r\n\r\nDocumentation is in docs/. Examples of how to use this parser are at\r\ndocs/examples. If you find documentation and/or examples confusing,\r\nlet me know and I'll try to fix it.\r\n\r\n## Unit Tests\r\n\r\nUnit tests can be executed from the project root directory using:\r\n\r\n    PYTHONPATH=simplepyged python -m unittest discover\r\n\r\n## Licence\r\n\r\nAll code is licenced under GPL v.3 or newer.\r\n\r\nFirst commit to this repository was based on source from here:\r\nhttp://ilab.cs.byu.edu/cs460/2006w/assignments/program1.html\r\n\r\n## Forked information\r\n\r\nForked from gburca/simplepyged which forked from dijxtra/simplepyged\r\n\r\n## Release on pypi / pypi_test\r\n\r\nrelease on pypi (assumes your pypirc is local to the project)\r\n\r\n> python setup.py bdist_wheel\r\n> twine upload -r pypi --config-file=.\\.pypirc dist\\*\r\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "A simple Python GEDCOM parser (forked from gburca/simplepyged which forked from dijxtra/simplepyged)",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/oberron/simplepyged"
    },
    "split_keywords": [
        "gedcom",
        " genealogy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2fa3777bcacaf5b5a37f192f973dada1e67e354c2ee986e0b1dc9143def1ab53",
                "md5": "369e98b4de0d5ec068e8ca415e2eb25d",
                "sha256": "6327e5b4221b9e2305c5722203cb55674d71d70d0637b4f49f8f060cdc2a7e6a"
            },
            "downloads": -1,
            "filename": "simplepyged_ob-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "369e98b4de0d5ec068e8ca415e2eb25d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 29990,
            "upload_time": "2024-10-05T13:34:56",
            "upload_time_iso_8601": "2024-10-05T13:34:56.682985Z",
            "url": "https://files.pythonhosted.org/packages/2f/a3/777bcacaf5b5a37f192f973dada1e67e354c2ee986e0b1dc9143def1ab53/simplepyged_ob-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-05 13:34:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "oberron",
    "github_project": "simplepyged",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "simplepyged-ob"
}
        
Elapsed time: 0.33907s