pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Packages | |
namespace | all_tests |
namespace | bdf |
namespace | converters |
namespace | f06 |
namespace | general |
namespace | gui |
namespace | op2 |
Variables | |
dev = False | |
tuple | curDir = os.path.dirname(inspect.getfile(inspect.currentframe())) |
tuple | client = pysvn.Client() |
tuple | revision = client.info(curDir) |
tuple | changes = client.get_changelist(curDir) |
string | __author__ = 'Steven Doyle, Al Danial' |
string | __email__ = 'mesheb82@gmail.com' |
string | __desc__ = 'Nastran BDF/F06/OP2/OP4 File reader/editor/writer/viewer' |
string | __copyright__ = 'Copyright 2011-2012, pyNastran; %s' |
string | __license__ = 'LGPLv3' |
string | __releaseDate__ = '2012/8/13' |
string | __releaseDate2__ = 'AUGUST 13, 2012' |
string | __version__ = '0.5.r%s' |
string | __website__ = 'http://code.google.com/p/pynastran/' |
pyNastran::dev = False |
Definition at line 1 of file __init__.py.
tuple pyNastran::curDir = os.path.dirname(inspect.getfile(inspect.currentframe())) |
Definition at line 8 of file __init__.py.
tuple pyNastran::client = pysvn.Client() |
Definition at line 10 of file __init__.py.
string pyNastran::revision = client.info(curDir) |
Definition at line 13 of file __init__.py.
tuple pyNastran::changes = client.get_changelist(curDir) |
Definition at line 15 of file __init__.py.
string pyNastran::__author__ = 'Steven Doyle, Al Danial' |
Definition at line 21 of file __init__.py.
string pyNastran::__email__ = 'mesheb82@gmail.com' |
Definition at line 22 of file __init__.py.
string pyNastran::__desc__ = 'Nastran BDF/F06/OP2/OP4 File reader/editor/writer/viewer' |
Definition at line 23 of file __init__.py.
string pyNastran::__copyright__ = 'Copyright 2011-2012, pyNastran; %s' |
Definition at line 24 of file __init__.py.
string pyNastran::__license__ = 'LGPLv3' |
Definition at line 25 of file __init__.py.
string pyNastran::__releaseDate__ = '2012/8/13' |
Definition at line 26 of file __init__.py.
string pyNastran::__releaseDate2__ = 'AUGUST 13, 2012' |
Definition at line 27 of file __init__.py.
string pyNastran::__version__ = '0.5.r%s' |
Definition at line 28 of file __init__.py.
string pyNastran::__website__ = 'http://code.google.com/p/pynastran/' |
Definition at line 29 of file __init__.py.