Difference between revisions of "Information Systems:uwdpy - Python scripts"
Jump to navigation
Jump to search
(Created page with "'''uwdpy''' (previously '''''uwdutils''''') was the first instance of Python development at uniPHARM. It was a random collection of scripts (some of which were used in product...") |
m |
||
| Line 1: | Line 1: | ||
| + | ==Overview== |
||
'''uwdpy''' (previously '''''uwdutils''''') was the first instance of Python development at uniPHARM. It was a random collection of scripts (some of which were used in production), unfinished programs, and general experimentation with Python development. Since these were back-end, non-interactive (with exception of command-line runtime arguments) scripts/programs, this project was eventually retired in favor of [[Information Systems: Developing integrations using Java and Iptor Integrator|Java development and Iptor Integrator]]. |
'''uwdpy''' (previously '''''uwdutils''''') was the first instance of Python development at uniPHARM. It was a random collection of scripts (some of which were used in production), unfinished programs, and general experimentation with Python development. Since these were back-end, non-interactive (with exception of command-line runtime arguments) scripts/programs, this project was eventually retired in favor of [[Information Systems: Developing integrations using Java and Iptor Integrator|Java development and Iptor Integrator]]. |
||
| + | |||
| + | The code originally resided in PASE, and was eventually moved to Linux. |
||
| + | |||
| + | The repository can still be browsed here: https://bitbucket.org/unipharmdevs/uwdpy/ |
||
| + | |||
| + | ===History=== |
||
| + | This project has a long history. This is discussed here [[Information Systems: Retiring Python/open-source development on IBM i]] |
||
| + | |||
| + | |||
| + | ==Previous uwdpy sub-projects== |
||
| + | |||
| + | * Health Canada drug product database |
||
| + | * Carrier Interface - The pr |
||
| + | * Item Catalog Tools |
||
| + | * Various business reports - |
||
| + | |||
| + | ==Technical notes== |
||
Latest revision as of 14:16, 15 March 2021
Overview
uwdpy (previously uwdutils) was the first instance of Python development at uniPHARM. It was a random collection of scripts (some of which were used in production), unfinished programs, and general experimentation with Python development. Since these were back-end, non-interactive (with exception of command-line runtime arguments) scripts/programs, this project was eventually retired in favor of Java development and Iptor Integrator.
The code originally resided in PASE, and was eventually moved to Linux.
The repository can still be browsed here: https://bitbucket.org/unipharmdevs/uwdpy/
History
This project has a long history. This is discussed here Information Systems: Retiring Python/open-source development on IBM i
Previous uwdpy sub-projects
- Health Canada drug product database
- Carrier Interface - The pr
- Item Catalog Tools
- Various business reports -