Skip to content

kif/xdress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XDress

XDress is an automatic wrapper generator for C/C++ written in pure Python. Currently, xdress may generate Python bindings (via Cython) for C++ classes & functions and in-memory wrappers for C++ standard library containers (sets, vectors, maps). In the future, other tools and bindings will be supported.

The main enabling feature of xdress is a dynamic type system that was designed with the purpose of API generation in mind.

XDress currently has the following external dependencies:

  1. Cython
  2. NumPy
  3. GCC-XML
  4. lxml, optional (I think...)

The source code for xdress may be found at the GitHub project site. Or you may simply clone the development branch using git:

git clone git://github.com/scopatz/xdress.git

Contents

tutorial libref/index

  • genindex
  • modindex
  • search

Author

This tool was written by Anthony Scopatz.

About

Goes all J. E. Hoover on your code.

Resources

License

Stars

Watchers

Forks

Packages

No packages published