PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Wednesday the 27th of April, 2016

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[07:00:02] <oberstet> dstufft: I have filed respective issues resulting from our discussion (env vars / wheels, in particular pynacl) https://github.com/pyca/pynacl/issues/184 and https://github.com/pyca/pynacl/issues/185
[12:55:58] <nikolaosk> I'm looking for a convention for naming a closed source package
[12:56:11] <nikolaosk> I'm going to use a namespace
[12:56:50] <nikolaosk> but I don't want the namespace to conflict with some possible future package in pypi
[12:57:22] <nikolaosk> I thought of _companyname.projectname
[12:57:50] <gchristensen> nikolaosk: we use clarifyinc as our prefix and if someone is gutsy enough to name their package clarifyincwhateverwhatever well ... oh well.
[12:59:07] <nikolaosk> probably pypi has a limitation for package names that I could use
[13:01:07] <nikolaosk> I think the leading underscore is already a convention for something
[13:05:22] <nikolaosk> could also be __companyname