timstaley / voevent-parse

VOEvent parsing and manipulation routines built on lxml.objectify.
http://voevent-parse.readthedocs.org
BSD 2-Clause "Simplified" License
11 stars 9 forks source link

Remove colons from filename to enable pip install under Windows #8

Closed eklunko closed 2 years ago

eklunko commented 5 years ago

In Windows a colon (':') is a reserved character so it can't be used in filenames. There is one filename with colons in voevent-parse: src/voeventparse/fixtures/MOA_Lensing_Event_2015-07-10T14:50:54.00.xml The result is that "pip install" failed under Windows. Could you please fix it.

timstaley commented 5 years ago

Hi @klunko, thanks for filing the issue, that's an unfortunate oversight. I maintain voevent-parse in my spare time so can't promise I'll get to this anytime soon, but it should be an easy fix and I'll sort it when I can.

Alternatively if you'd like to have a go at making a pull-request to fix it up yourself, that would be super!

timstaley commented 2 years ago

Fixed in #10