pdbpp / pdbpp

pdb++, a drop-in replacement for pdb (the Python debugger)
BSD 3-Clause "New" or "Revised" License
1.29k stars 66 forks source link

You need a logo for project #57

Open antocuni opened 8 years ago

antocuni commented 8 years ago

Originally reported by: Anonymous


Every project needs a cute logo.


fbicknel commented 5 years ago

Humbly submitted. pdbpp-logo

blueyed commented 5 years ago

Thanks! But I wonder about the wasps (?), and if not "pdb++" should be bigger / there instead of "python"?

fbicknel commented 5 years ago

I'll work on that.

On Wed, May 15, 2019, 16:23 Daniel Hahler notifications@github.com wrote:

Thanks! But I wonder about the wasps (?), and if not "pdb++" should be bigger / there instead of "python"?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/antocuni/pdb/issues/57?email_source=notifications&email_token=AAMZGGEJA6BWM4D5G4LPXO3PVRWNTA5CNFSM4HNGIRP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVP24KI#issuecomment-492809769, or mute the thread https://github.com/notifications/unsubscribe-auth/AAMZGGDRCZ7SRFEN5SGKCW3PVRWNTANCNFSM4HNGIRPQ .

blueyed commented 5 years ago

Thanks, but for me this is not really a priority - I might even have to go with a new name soon (at least for PyPI), see https://github.com/antocuni/pdb/issues/128.

fbicknel commented 5 years ago

Understood. Not a priority for me either... I would describe it more as a distraction. 😏

So re the name... Are you saying you would prefer pdbpp over pdb++?

On Thu, May 16, 2019, 07:25 Daniel Hahler notifications@github.com wrote:

Thanks, but for me this is not really a priority - I might even have to go with a new name soon (at least for PyPI), see #128 https://github.com/antocuni/pdb/issues/128.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/antocuni/pdb/issues/57?email_source=notifications&email_token=AAMZGGH3ZD7CFGEOCHCQ6T3PVVAA5A5CNFSM4HNGIRP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVRQHKQ#issuecomment-493028266, or mute the thread https://github.com/notifications/unsubscribe-auth/AAMZGGEYDKO4ORXQDDH453TPVVAA5ANCNFSM4HNGIRPQ .

blueyed commented 5 years ago

So re the name... Are you saying you would prefer pdbpp over pdb++?

I've thought about going with a new name, since I'd like to move it over to the pdbpp org, and have it use the fixed/forked pyrepl and fancycompleter (fancycompleter only for the dep on (the new) pyrepl).

I could also do it in this repo though, not sure yet.

From here it gets released to PyPI, in pdbpp I would need a new name for this then.

blueyed commented 5 years ago

@fbicknel Only now realized that with bees it might be a play on words for the "b" in pdb?! :)

And a new name could be "pdbee" also maybe.

fbicknel commented 5 years ago

Now yer thinking :)

We need a cuter bee, though.

And bee death shouldn't be the theme. :)

On Mon, May 27, 2019, 23:55 Daniel Hahler notifications@github.com wrote:

@fbicknel https://github.com/fbicknel Only now realized that with bees it might be a play on words for the "b" in pdb?! :)

And a new name could be "pdbee" also maybe.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/antocuni/pdb/issues/57?email_source=notifications&email_token=AAMZGGHEGMDUIARUDUTURYTPXSUKZA5CNFSM4HNGIRP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWK4VMI#issuecomment-496356017, or mute the thread https://github.com/notifications/unsubscribe-auth/AAMZGGBPTHSBRZS3IT4LFI3PXSUKZANCNFSM4HNGIRPQ .

blueyed commented 5 years ago

I've also thought about using bpd ("better python debugger"), after having learnt that you cannot use "pdb" on PyPI (which I found sensible since it overrides the pdb module after all). While thinking about names it also became obvious that "pp" sounds like "pee-pee" ;)

In other news, I became maintainer/owner of "pdbpp" on PyPI, so can make releases from pdbpp/pdbpp. I'll probably go with that, given the number of people/projects using it by that name already. There is still a "bee" in pdbpp though.. :)

fbicknel commented 5 years ago

I like bpd, too. It's a break from pdb. Also, importantly, it is 3 letters. Zen.

blueyed commented 5 years ago

Yeah. Unfortunately https://github.com/bpd is taken already (as an org name). And it would still require to update deps / establish the new name then (although pdbpp could be made a meta package to just depend on bpd then). (But I also do not consider it to be a "break from pdb", given that it extends it and is meant to be compatible etc. but that might not be what you've meant.)

antocuni commented 5 years ago

If I can express my opinion, I still like pdb++ as a name; then of course it's not a valid python identifier, so pdbpp is what we need to use on pypi/github