PIKApp/devel-docs/PIKA3-plug-in-porting-guide
Cassowary 891e999216 Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00
..
API-for-resources.md Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00
README.md Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00
classes.md Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00
pdb-calls.md Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00
porting_scriptfu_scripts.md Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00
removed_functions.md Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00
script-fu-author-guide.md Initial checkin of Pika from heckimp 2023-09-25 15:35:21 -07:00

README.md

Here you'll find documentation useful for porting older PIKA plug-ins, especially Python ones, to the PIKA 3.0 APIs.

Files:

  • classes.md: A list of some of the important classes and modules in PIKA 3.0.

  • pdb-calls.md: An incomplete list of old PDB functions and their equivalents, using Python classes.

  • removed_functions.md: Functions that have been removed from PIKA, and their replacements.