awips2/pythonPackages
David Gillingham e8aea26b1b Issue #2023: Pure python client implementation of Data Access Framework.
Change-Id: I801b88192aafb4b139b5a1b397b33620c0b9f427

Former-commit-id: 2a97d87bfd [formerly 98b288f275] [formerly 2c0af328b6] [formerly 2c0af328b6 [formerly ae3e7a64b0]] [formerly 2a97d87bfd [formerly 98b288f275] [formerly 2c0af328b6] [formerly 2c0af328b6 [formerly ae3e7a64b0]] [formerly 4bdf7178bd [formerly 2c0af328b6 [formerly ae3e7a64b0] [formerly 4bdf7178bd [formerly edc77397fb74f07c66dd9f7b9ede5e8af81b4b18]]]]]
Former-commit-id: 4bdf7178bd
Former-commit-id: 572308ed66 [formerly 3dca4cce4c] [formerly 242d3a5493] [formerly 3f8e26ac13c714027b4e1165c8d8c9c3fb2016bb [formerly 9db7659ae79bb9f296e845275e0f20ae041ad376] [formerly 242d3a5493 [formerly 3f4b44fbbc]]]
Former-commit-id: 3ea7636e78fbc7cf83bf22ce93c4ed7925a271db [formerly fd74a36a14878f4d53eb50e60772ff2b8614666b] [formerly a8c3259817 [formerly 402b6c4f86]]
Former-commit-id: a8c3259817
Former-commit-id: dc185b8e49
2013-06-06 13:47:31 -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 #2023: Pure python client implementation of Data Access Framework. 2013-06-06 13:47:31 -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 13.4.1-4.1 baseline (recovered lost bin directories for 13.4.1-4) 2013-05-03 09:20:30 -05: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 #1638 Made pypies slab reads work in more than 2-d data. Moved DecisionTree to common.dataquery. Merged changes into CAVEApplication. 2013-05-08 17:58:19 -05:00
qpid 13.4.1-4.1 baseline (recovered lost bin directories for 13.4.1-4) 2013-05-03 09:20:30 -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 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 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 #2023: Pure python client implementation of Data Access Framework. 2013-06-06 13:47:31 -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.