awips2/pythonPackages
Bryan Kowal aad78cd5f8 Issue #1844 - update qpid-queue-count and qpid-stat to use the new REST-based ws
- removed debug print statements
- currently, authenticating against the REST service is not supported; need to
  setup a qpid that requires REST authentication to ensure proper implementation

Change-Id: I9790f7a6678f30892ee3e5a29bcc8f2b5606b478

Former-commit-id: d9db85c177 [formerly df07748ab8] [formerly 9aab25bdd4] [formerly 9aab25bdd4 [formerly e5ee38d896]] [formerly d9db85c177 [formerly df07748ab8] [formerly 9aab25bdd4] [formerly 9aab25bdd4 [formerly e5ee38d896]] [formerly 6811a31cd5 [formerly 9aab25bdd4 [formerly e5ee38d896] [formerly 6811a31cd5 [formerly a45c818e6df529fb4e85f76cd5155a48c67fe0d9]]]]]
Former-commit-id: 6811a31cd5
Former-commit-id: b4b2091f90 [formerly cd864eedf8] [formerly f4c91f4abe] [formerly a46ff25f554b3ef983a9eb7bcb0b7d566d8729b6 [formerly 295d34185f0c763165f5e941a848fce19fe923d0] [formerly f4c91f4abe [formerly 02710de565]]]
Former-commit-id: 6103b8ab269e6788dec4da8071d1cd9e36454b10 [formerly 2ce10a4854fb82934705bb43322c2834b788dc72] [formerly 37461f1f7b [formerly 5e92cd512c]]
Former-commit-id: 37461f1f7b
Former-commit-id: 679ca0ca61
2013-04-09 14:21:09 -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 #1759: Convert ifpnetCDF and iscMosaic to use more robust request 2013-04-04 13:00:36 -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 13.3.1-12 baseline 2013-03-25 13:27:13 -05:00
qpid Issue #1844 - update qpid-queue-count and qpid-stat to use the new REST-based ws 2013-04-09 14:21:09 -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-23 11:18:44 -05:00
shapely 13.2.1-2 baseline 2013-01-23 11:18:44 -05: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 #1759: Convert ifpnetCDF and iscMosaic to use more robust request 2013-04-04 13:00:36 -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-23 11:18:44 -05: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.