Skip to content

Archive

Bases: Archive_

Interface for interacting with planka Archives and their included sub-objects

Warning

This class is not yet implemented and is a placeholder for future development There are no current Planka endpoints for interacting with Archive objects

Source code in src/plankapy/interfaces.py
1716
1717
1718
1719
1720
1721
1722
1723
class Archive(Archive_): 
    """Interface for interacting with planka Archives and their included sub-objects

    Warning:
        This class is not yet implemented and is a placeholder for future development
        There are no current Planka endpoints for interacting with `Archive` objects
    """
    ...