The rinds of the Cheese Shop menu
blog.piwheels.org
The rinds of the Cheese Shop menu
1–8 of 8 posts
Re: The rinds of the Cheese Shop menu
#2Re: The rinds of the Cheese Shop menu
#3Re: The rinds of the Cheese Shop menu
#4I often navigate through package versions in the PyPI website, and seeing something like this would have driven me nuts!
Re: The rinds of the Cheese Shop menu
#5Re: The rinds of the Cheese Shop menu
#6Wait... they don't have to be valid semver? How in the world does resolution work?
Re: The rinds of the Cheese Shop menu
#7> A PyPI package version doesn’t have to be strictly numeric – they’re usually in the form 1.2.3 or similar, sometimes with characters appended to indicate alpha, beta, dev or release candidate, but they can be any string. Wait... they don't have to be valid semver? How in the world does resolution work?
Sysv_ipc gives Python programs access to System V semaphores, shared memory and message queues. Most (all?) Unixes (including OS X) support System V IPC. Windows+Cygwin 1.7 might also work.
Sample code is included.
This extension is released under the GPL.
You might also be interested in the similar POSIX IPC module at: http://semanchuk.com/philip/posix_ipc/
Re: The rinds of the Cheese Shop menu
#8> A PyPI package version doesn’t have to be strictly numeric – they’re usually in the form 1.2.3 or similar, sometimes with characters appended to indicate alpha, beta, dev or release candidate, but they can be any string. Wait... they don't have to be valid semver? How in the world does resolution work?
But this is very close to semver and resolution works very similarly.