Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Importing Cython Definitions from Packaged Libraries

Build Status

This cython_example package is a minimalist attempt to create and install two cython packages with a compiled dependency. The shrubbery package defines a shrubbery.Shrubbery class that the landscaping package wants to include and subclass.

Thanks to Chris Barker for pointing out the zip_safe=False arugument to unzip the code so that cython cimport will work.

This repository exists to demonstrate how to accomplish binary reuse.

Some relevant resource links:

About

A simple example of creating a package and using it in another package with subclassing starting with shrubbery and landscaping.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages