Skip to content

Add directories 'lib' and 'agent_based' #9

@nedjitef

Description

@nedjitef

I tried to unpack an mkp, which included bakery plugins.
These haven't been unpacked but just the agent plugin and web plugin.
The check wasn't extracted as well.

I used code similar to that in README.mk on a mkp for 2.0.0 (developed and testet on 2.0.0p3),
so I'm making use of the new API.

#!/usr/bin/env python3

from sys import argv
import mkp

package = mkp.load_file(argv[1])
print(package.info)
package.extract_files('.')

Maybe this affects packaging too and maybe it's worth to support.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions