awips2/pythonPackages
Richard Peter 50dab7fb8b Issue #1230: Add logging of long running hdf5 requests
Change-Id: Ic861f6702357ba2a5ea7876cc169441aaa40c54b

Former-commit-id: 6df26d7433 [formerly 8a710e1b3b] [formerly 12fac9bfe4] [formerly 12fac9bfe4 [formerly 83eb2bffd4]] [formerly 6df26d7433 [formerly 8a710e1b3b] [formerly 12fac9bfe4] [formerly 12fac9bfe4 [formerly 83eb2bffd4]] [formerly b0ba8de046 [formerly 12fac9bfe4 [formerly 83eb2bffd4] [formerly b0ba8de046 [formerly ce4fa71d10e442a82b3e88326f03f455959962d0]]]]]
Former-commit-id: b0ba8de046
Former-commit-id: a2e5acc3f9 [formerly 81670f2561] [formerly edb8a9099e] [formerly 704f3e870f76ec6041fdfd20db454c857b80e659 [formerly 7ccfb1c361fb841a60680196f3564569159d772c] [formerly edb8a9099e [formerly f77f3269bd]]]
Former-commit-id: e1970e337305553cf584d30d80853aa3b99e908c [formerly f0e0cc5e463b730ffd87a60d5fb104ac7ac641f2] [formerly 42d06ba733 [formerly 8d147aa864]]
Former-commit-id: 42d06ba733
Former-commit-id: f354571080
2012-10-01 17:06:55 -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 Issue #1138 Changed LocalizationFile.protectedFile from boolean to LocalizationLevel so the protected level is specified if the file is protected. That way the file browser knows what level the file can be copied or moved to. Made speed improvements to perspective when refreshing files and consolidated different ways of doing same thing. Made all localization actions check protected level when setting if enabled or not. Added tool tip to protected files to show they are protected in view. 2012-09-10 10:45:37 -05: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 Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
numpy Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06: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 #1230: Add logging of long running hdf5 requests 2012-10-01 17:06:55 -05:00
qpid 12.9.1-5 baseline (with forgotten bin files now included) 2012-08-22 16:00:33 -05: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 Moving 12.1.1 into ss_sync 2012-01-19 11:53:12 -06:00
tables Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
thrift Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
tpg Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
ufpy 12.9.1-4 baseline 2012-08-15 15:19:10 -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 Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -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.