Skip to content

Investigate Cython package cimport planarity #51

@wbkboyer

Description

@wbkboyer

If one has a Cython module and wishes to cimport from planarity, do we need to expose via planarity package's __init__.pxd? The Cython docs - .pxd files - __init__.pxd) state that it might not strictly be necessary, but that:

Other modules would then be able to use cimport on the package in order to recursively gain faster, Cython access to the entire package and the data declared in its modules

Possibly related is this comment talking about how to surface classes from a Package on cython Issue #3270; we'll probably need to populate the __init__.pxd of the planarity.full and planarity.classic subpackages too?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions