awips2/pythonPackages
Brad Gonzales d8a15c161c Issue #2688 Return value from
subprocess.check_output is not return code, but is process output.
Updated check for success.

Change-Id: If06cb77406f4c5dd07a356236b7a8cae908cd2fd

Former-commit-id: 810e3ee6cf [formerly 7f4abee83c] [formerly 28440284d1] [formerly 810e3ee6cf [formerly 7f4abee83c] [formerly 28440284d1] [formerly 8d7178cf68 [formerly 28440284d1 [formerly 8fb43f1e2a108af18c1a6908bed54e8ca71369e0]]]]
Former-commit-id: 8d7178cf68
Former-commit-id: 278d065ad1 [formerly 61653e1c1a] [formerly e2739a9c4d52d5d3e02b2f373ec3672fdc5183dc [formerly 28b1daf0e0]]
Former-commit-id: 0d78ac098588c7a4b3f0ed0f6eb7ea0bcb39d7e5 [formerly aef9e747dc]
Former-commit-id: ff0548af38
2014-03-20 16:39:43 -05:00
..
.settings Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
cherrypy Moving 12.1.1 into ss_sync 2012-01-19 11:53:12 -06:00
dynamicserialize Merge "Issue #2673 Add ability to query only ref times to Data Access Layer." into development 2014-03-04 11:42:51 -06:00
h5py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
java-importer Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
matplotlib Moving 12.1.1 into ss_sync 2012-01-19 11:53:12 -06:00
nose 13.4.1-4.1 baseline (recovered lost bin directories for 13.4.1-4) 2013-05-03 09:20:30 -05:00
numpy 14.1.1-17 baseline 2014-02-04 12:33:46 -05:00
pil Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
pmw Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
pupynere 12.8.1-5 baseline 2012-08-01 10:45:37 -05:00
pycairo Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
pygtk Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
pypies Issue #2688 Return value from 2014-03-20 16:39:43 -05:00
qpid 14.1.1-4 baseline 2013-10-28 10:55:16 -04:00
scientific Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
scipy Moving 12.1.1 into ss_sync 2012-01-19 11:53:12 -06:00
setuptools 13.2.1-2 baseline 2013-01-25 09:07:12 -06:00
shapely 13.2.1-2 baseline 2013-01-25 09:07:12 -06:00
tables Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
thrift Issue #2215 upgrade thrift to version 0.9.0 2013-07-23 12:28:07 -05:00
tpg Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
ufpy Issue #2882: Allow null values to be passed back in parameter values for DefaultGeometryData. 2014-03-19 17:28:03 -05:00
werkzeug Moving 12.1.1 into ss_sync 2012-01-19 11:53:12 -06:00
.project Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
.pydevproject Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
pythonPackages.ecl 12.4.1-4 baseline 2012-04-18 15:18:16 -05:00
README Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
VERSIONS 13.2.1-2 baseline 2013-01-25 09:07:12 -06:00

The python packages dir exists solely for pure python packages.
NO JAVA/JEP CODE ALLOWED.

Each dir under this directory should be able to be copied to an installed python's
site-packages dir and function correctly, being able to be imported and used
as needed.