awips2/pythonPackages
Nate Jensen 25180d6ce1 Issue #1446 Initial python within Jep implementation of data access framework
Change-Id: I7b6ddb25f0ec68419aab7e40f15f94cd16e155b8

Former-commit-id: 53e4d018db [formerly 744f536415] [formerly e5e7107a56] [formerly e5e7107a56 [formerly e5237fceac]] [formerly 53e4d018db [formerly 744f536415] [formerly e5e7107a56] [formerly e5e7107a56 [formerly e5237fceac]] [formerly 12e0a100c4 [formerly e5e7107a56 [formerly e5237fceac] [formerly 12e0a100c4 [formerly 1c5339c02a8570e12f92559a3159006efdf0df77]]]]]
Former-commit-id: 12e0a100c4
Former-commit-id: b491cee954 [formerly 65e91312b6] [formerly f726a26b54] [formerly 78c4a9db4492ed85fdbc9a8f871b40ae097de792 [formerly 7bc5f3faca240fbf62ffec334f821eb98bc580ed] [formerly f726a26b54 [formerly aaa442212a]]]
Former-commit-id: 6208f7404b43d2704c9af8fc7dbef5546962c2dc [formerly c66cd235437b4633721e60a0a8ea567a4372d697] [formerly fcb34cb00f [formerly d16264c05b]]
Former-commit-id: fcb34cb00f
Former-commit-id: c1d96a5c67
2013-01-15 13:48:04 -06: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 #1428: Optimize deserialize to directly lookup set method 2012-12-14 17:37:50 -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 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 #1421: Make hdf5 and database purge the same, update H5pyDataStore 2012-12-13 11:02:07 -06: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 Issue #1416: added the python package shapely 2012-12-17 15:27:43 -06:00
shapely Issue #1262: 2012-12-16 21:40:26 -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 Issue #1446 Initial python within Jep implementation of data access framework 2013-01-15 13:48:04 -06: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 Issue #1416: added the python package shapely 2012-12-17 15:27:43 -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.