-
Notifications
You must be signed in to change notification settings - Fork 15
Rename project. #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Spyce is taken as well: http://spyce.sourceforge.net/ |
As the IDL interface of SPICE is called Icy, we could go with |
spycy sounds fun. :) On Sun, Jan 6, 2013 at 4:51 PM, K.-Michael Aye [email protected]:
|
NaifSpyce? On Sun, Jan 6, 2013 at 7:54 PM, rca [email protected] wrote:
|
NaifSpyce or Naifspyce? On Sun, Jan 6, 2013 at 7:49 PM, K.-Michael Aye [email protected]:
|
this may solve the windows issue: #!/usr/bin/env python import os cspicezip=" sys.stdout.write( "### Downloading %s this may take a while ..." % zipfile = ZipFile(StringIO(urlopen(cspicezip).read())) sys.stdout.write( " download complete; extracting files from cspice/ ..." ) for info in zipfile.infolist(): print( " extracting complete" ) I'll need to add some exception handling but I expect most modern On Sun, Jan 6, 2013 at 8:11 PM, Brian Carcich [email protected] wrote:
|
SPICE SPICE Baby |
@drbitboy suggested a better name to avoid conflict with another PySPICE -- python-based tools for the SPICE circuit software -- would be Spyce.
Thoughts? If we do go through with this idea, it might make sense to move over to an organization of that name and make this project an entity of its own.
Thoughts?
The text was updated successfully, but these errors were encountered: