Skip to content

edwardgeorge/pkgextension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Provides a setuptools.Extension subclass that allows automatic
configuration of Extension arguments (libraries, library_dirs, include_dirs,
etc) using pkg-config.

example:

from pkgextension import Extension

# automatically populates the correct arguments using the output
# of pkg-config for package 'fuse'.

ext = Extension("example",
    sources=["example.c"].
    pkg_config=['fuse'])

About

setuptools.Extension subclass that provides pkg-config configuration.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages