Skip to content

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

License

Notifications You must be signed in to change notification settings

jkleckner/cython_example

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published