awips2/pythonPackages
ucar-tmeyer ddb3fd58dc Transition from ufpy to awips python package
-Had to update the awips-ade and awips-devel dockers
-Update rpm building to include awips2-python-awips (which includes awips, dynamicserialize, thrift packages), and remove rpm install dependencies on ufpy, dynamicserialize, and thrift
-Update LDM scripts and edexBridge to use awips instead of ufpy
-Update multiple python scripts across several repos to use awips instead of ufpy
  -awips2
  -awips2-core
  -awips2-nativelib
  -awips2-ncep
  -awips2-rpm
2024-01-16 16:10:09 +00:00
..
dynamicserialize Initial commit 2022-08-04 12:40:13 -05:00
pypies Initial commit 2022-08-04 12:40:13 -05:00
.project Initial commit 2022-08-04 12:40:13 -05:00
.pydevproject Initial commit 2022-08-04 12:40:13 -05:00
pythonPackages.ecl Initial commit 2022-08-04 12:40:13 -05:00
README Initial commit 2022-08-04 12:40:13 -05:00
VERSIONS Initial commit 2022-08-04 12:40:13 -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.