Nikolay Kim
d9bd485072
macro_use is not requires
2017-06-14 14:42:05 -07:00
Nikolay Kim
706477f139
replace py_fn! macro with pyfn attribute
2017-06-14 14:08:30 -07:00
Nikolay Kim
4d68f7f2a3
fix readme
2017-06-11 23:57:21 -07:00
Nikolay Kim
6204a06cbc
update docstring
2017-06-11 23:54:24 -07:00
Nikolay Kim
acc00b7738
fix python exptension export
2017-06-11 23:45:06 -07:00
Nikolay Kim
b84474155e
convert PyGCProtocol
2017-05-30 12:42:07 -07:00
messense
9abc69f5c4
Fix py_module_init! example in README.md
2017-05-25 10:01:23 +08:00
messense
f0120749f9
Fix some issues in README.md
2017-05-21 20:37:56 +08:00
Nikolay Kim
266e608dc5
Update README.md
2017-05-18 23:30:36 -07:00
Nikolay Kim
0c7293125c
simplify class generation
2017-05-18 23:29:09 -07:00
Nikolay Kim
9eae1523cb
Update README.md
2017-05-12 23:34:46 -07:00
Nikolay Kim
b2d49c3648
drop py3.4
2017-05-12 23:29:59 -07:00
Nikolay Kim
03a3817878
update readme and travis
2017-05-12 23:01:54 -07:00
Nikolay Kim
bf4e36d9d9
update travis config
2017-05-12 22:51:14 -07:00
Nikolay Kim
13ac12a568
update readme
2017-05-12 22:32:04 -07:00
Nikolay Kim
1de56bde71
update readme
2017-05-12 22:30:25 -07:00
Daniel Grunwald
4bbea03301
Add link to setuptools-rust
2017-03-12 12:54:21 +01:00
Jim Turner
ca7280fded
Fix cpython dependency in README.md
2017-01-30 18:40:58 -05:00
Daniel Grunwald
cb4ee822e0
Add Python 3.6 to test matrix.
2017-01-18 21:28:04 +01:00
Matteo Bertini
acd36360dc
Fix typo: Mac OS `dynlib` -> `dylib`
...
Closes #73
2016-12-31 11:06:16 +01:00
Daniel Grunwald
b7090799b6
Version 0.1.0
2016-12-17 21:41:14 +01:00
Daniel Grunwald
f6ed2bbae9
Fix #10 : Windows support.
...
We keep the #[link] attributes in #[cfg_attr(windows)] so that we don't require a nightly Rust build on non-Windows platforms.
This can be simplified once RFC 1717 is available in a stable rust version.
This commit also increases the minimum Rust version to 1.13.
2016-12-17 15:46:52 +01:00
Colin Rofls
be884bfe7f
added example of implementing a basic python module
2016-10-26 15:55:50 -04:00
Daniel Grunwald
3af6e17841
WIP: big macro refactoring
...
* Introduce py_argparse_parse_plist!() to allow a more flexible
param list syntax.
* py_fn!() syntax changed
* Remove py_method!() / py_class_method!() macros.
These are of limited use when building dynamic types,
and not useful for py_class!() static types.
2016-03-07 23:22:44 +01:00
Daniel Grunwald
54aa17abf9
Enable testing with Python 3.5
2016-01-22 20:42:34 +01:00
Michael Neumann
bab907b0be
Correct the example in README.md
2015-12-31 12:43:03 +01:00
Daniel Grunwald
a19b186bb4
Fix git URL in readme
2015-11-07 17:19:46 +01:00
Daniel Grunwald
e935111c9c
Update interpolate_idents to my fork (adjusted for currently Rust nightlies).
...
Update libc to 0.2.
2015-11-07 17:10:20 +01:00
Daniel Grunwald
44611991c3
Remove 'p lifetime from PyObject ( #15 )
...
Since the `Python` token no longer is a part of `PyObject`,
lots of methods now require the token as additional argument.
This [breaking-change] breaks everything!
2015-10-25 17:55:29 +01:00
Daniel Grunwald
2b7d28f7fd
Fix build with python 2.7
2015-09-20 19:43:24 +02:00
Daniel Grunwald
072f4d24eb
Initial version of `argparse!`
2015-08-02 21:56:03 +02:00
gentoo90
a785ba87a9
Add an example of calling a python function from rust
2015-07-27 21:56:59 +03:00
Daniel Grunwald
888967ab5d
Update link to documentation.
2015-04-19 07:50:50 +02:00
Daniel Grunwald
81a8cbb64f
Add README.md
2015-04-19 05:29:19 +02:00