PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Thursday the 16th of April, 2020

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[02:53:14] <FunkyBob> morning ,all... just went topublicsh a new package, and apparently the name is blocked?
[02:53:35] <FunkyBob> the packae name is 'cronicle'... it's not in the index, nor stdlib, so I can only assume it's in for ""explicitly prohibited""?
[03:07:32] <toad_polo> FunkyBob: Presumably to avoid typo-squatting for "chronicle"
[03:10:43] <FunkyBob> that was my guess
[03:11:38] <FunkyBob> is there any way to resolve this, or get an exception? or will I just have to find another punny name?
[03:13:59] <toad_polo> I think open an issue here: https://github.com/pypa/pypi-support
[03:14:19] <toad_polo> Oh looks like you already did.
[03:14:30] <FunkyBob> I did not
[03:14:40] <toad_polo> Someone did: https://github.com/pypa/pypi-support/issues/317
[03:14:59] <FunkyBob> so I see
[03:15:19] <FunkyBob> wow... I started my own lib... about 3 days ago
[03:15:24] <FunkyBob> gotta be quick in this world :P
[03:16:43] <toad_polo> That's pretty wild.
[03:17:28] <FunkyBob> I don't mind going with another name.. the trouble is thinking of one
[03:24:38] <toad_polo> The Igbo word for "Chronicle" is "akuko"
[03:24:44] <toad_polo> According to Google translate, anyway.
[03:27:00] <ngoldbaum> FunkyBob: unicron
[03:27:26] <toad_polo> How is there not already a project called unicron?
[03:27:28] <ngoldbaum> no one’s taken unicron!
[03:28:00] <ngoldbaum> FunkyBob: https://en.m.wikipedia.org/wiki/Unicron
[03:28:22] <FunkyBob> heh
[03:28:43] <toad_polo> The "unicorn" project looks active, though.
[03:28:44] <FunkyBob> sold!
[03:28:46] <FunkyBob> oh?
[03:29:00] <FunkyBob> might go with something boring and "ovbious" like cron-arser
[03:29:01] <FunkyBob> parser
[03:29:02] <toad_polo> Relatively so, a few recent pre-releases.
[03:29:29] <toad_polo> Would be very easy to get confused or have spell-check or something auto-correct unicron to unicorn.
[03:29:51] <ngoldbaum> otoh planet-eating robot god
[04:05:45] <FunkyBob> Have opted for "cronparse"
[04:05:47] <FunkyBob> thanks all
[04:06:06] <FunkyBob> https://pypi.org/project/cronparse/
[12:26:40] <toad_polo> FunkyBob: You may want to specify what "moved to that timezone" means, under "Timezone support"
[12:27:01] <toad_polo> As in `.astimezone(...)` or `.replace(tzinfo=...)`?