joeyaurel / python-gedcom

Python module for parsing, analyzing, and manipulating GEDCOM files
https://gedcom.joeyaurel.dev
GNU General Public License v2.0
155 stars 39 forks source link

pypi has the madprime version hosted. #1

Closed changeling closed 5 years ago

changeling commented 6 years ago

pip install python-gedcom installs the 2012 code.

joeyaurel commented 6 years ago

Thanks @changeling :) Yeah I was not ready to publish the current state but I am currently preparing a release so there'll be a new version soon :) I keep you up to date!

joeyaurel commented 6 years ago

New source code is now in the main branch but I am having problems with uploading the new package to PyPI. It may take a bit since I've never done that ^^

changeling commented 6 years ago

No worries. Thanks for responding quickly. (Though I've didn't notice until just now. :/ )

changeling commented 6 years ago

Here's a question. When the code refers to GEDCOM 5.5, is that accurate, or are we talking about 5.5.1?

joeyaurel commented 6 years ago

As it is a fork of https://github.com/madprime/python-gedcom the code should refer to GEDCOM 5.5 as I haven't changed anything in that direction (yet). I may revisit this topic :)

andersbel commented 6 years ago

I have also noted that an old version is on PyPI. After downloading a zip-file with master, I installed from that one using pip3 install --user --no-index /path/to/python-gedcom-master.zip

andersbel commented 6 years ago

When bumping the version to 0.2.1dev, the version number in setup.py should have been changed as well. Now pip3 reports version 0.2.0dev installed while it really is the latter.

joeyaurel commented 5 years ago

Hey @changeling and @andersbel! SORRY for the late reply. There is now a new version (v0.2.2dev) available! ✌