-
Notifications
You must be signed in to change notification settings - Fork 11
updated Python wrapper #2
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
Conversation
…dures, also added deprecate pragmas for the old type names
I guess that makes sense. |
If you change that much, please make it adhere to NEP-1 (our style guide) rather than what the Python C programmers considered good style (which is ugly). |
Are you sure, Araq? |
That's what we usually try to do for new wrappers. |
@Araq |
[Package] | ||
name: "python" | ||
version: "1.1" | ||
author: "Andreas Rumpf" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace mine name with yours or add yours. Give yourself some credit!
@Araq |
|
||
|
||
## Very high level python binding examples | ||
proc Example1() = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Procedures shouldn't start with uppercase letters.
|
I would also consider removing the |
@dom96 |
Looks good! Thanks! |
Everything was tested and working on windows. Feedback from other platforms would be much appreciated.
I have the wrapper for Python 3 ready and waiting, I was thinking it would be better to add it as a separate library. Do you agree?
Matic