awips2/pythonPackages
Bryan Kowal 6778478b49 Issue #1490 - updated edex-environment
- actually include the modified files in the commit this time

- each edex environment will now receive its own instance of pypies
- a httpd-pypies port and a pypies logging port must now be specified when creating an edex environment
- the location of the pypies configuration file is no longer hard-coded; specified as an environment variable
- made the pypies tcp logging port configurable
- add source headers
- the configuration will now update the ServerRoot

Change-Id: Ie4130caad91f027c9ab547806fb014c0e708596d

Former-commit-id: 42fcddba39 [formerly 3a0114558b] [formerly 792c03d5f4] [formerly 792c03d5f4 [formerly b4964c0a19]] [formerly 42fcddba39 [formerly 3a0114558b] [formerly 792c03d5f4] [formerly 792c03d5f4 [formerly b4964c0a19]] [formerly 9e33969536 [formerly 792c03d5f4 [formerly b4964c0a19] [formerly 9e33969536 [formerly c96d7532679555f3ccf8a0d7bc07866e63ac177f]]]]]
Former-commit-id: 9e33969536
Former-commit-id: b47ea18b06 [formerly a9c31457b8] [formerly bc757e5bc1] [formerly b01e578fc827ef018a312ae67a35a3af3ff26fd0 [formerly 912fb037ce61d59d861a7468a62b5455d51ea0aa] [formerly bc757e5bc1 [formerly b47d484e70]]]
Former-commit-id: a5137bd7614bc932e70e6430b754efb6c2b02571 [formerly 6761c929373e609a39f863ab492cf3ace10a97b7] [formerly 7ae14fdb20 [formerly 75d8250852]]
Former-commit-id: 7ae14fdb20
Former-commit-id: 9d54be13f0
2013-01-18 12:44:37 -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 #1490 - updated edex-environment 2013-01-18 12:44:37 -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.