Skip to content

balarsen/pysysdevel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SysDevel

SysDevel is a Python package that assists software development in three related areas: model development, data visualization, and collaboration and distribution. This package facilitates multi-model simulation development by implementing a generic Model-View-Controller interface. The View portion of this interface handles data visualization by unifying both web-based and desktop UI tools. For package distribution, SysDevel extends the distutils package to handle external libraries and application freezing.

All code in SysDevel is released under the Mozilla Public License 2.0 (see the 'LICENSE' file).

This package requires:

Using Python 2.4 or 2.5 may also require: (if you are downloading over https behind a proxy)

Build/Install (assuming admin privileges)

python setup.py build
python setup.py install

The 'HACKING.generic' file lists the minimum required software that users of your package (that itself uses sysdevel) will need. Include it in your own 'HACKING' file.

For information on using sysdevel, see the manual in the 'sysdevel/docs' directory.

About

SysDevel python package

Resources

License

MPL-2.0, Unknown licenses found

Licenses found

MPL-2.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.0%
  • JavaScript 4.2%
  • Other 0.8%