Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python wrapper written in cython #4

Merged
merged 4 commits into from
Jan 14, 2012
Merged

Python wrapper written in cython #4

merged 4 commits into from
Jan 14, 2012

Conversation

nicholsn
Copy link
Member

Not completed yet, but as I'm new to Cython its probably time to get some feedback. I haven't figured out how to handle return values when creating new elements, and thus not yet linking child elements. But the outline is there and it is generating xml!

To test it out, from /src:
python setup.py build_ext --inplace

Then ctestprov.py has some examples...
import cprovenance
prov = cprovenance.Prov("1")
prov.newRecord()
...

@ghost ghost assigned satra Jan 13, 2012
satra added a commit that referenced this pull request Jan 14, 2012
Python wrapper written in cython
@satra satra merged commit 75482c8 into INCF:master Jan 14, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants