Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PyPy
cffi
Commits
af4aa63d5fc8
Commit
4b1a4c11
authored
Feb 13, 2020
by
Armin Rigo
Browse files
Last change on bitbucket
parent
976b4a8b1c6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
af4aa63d
...
...
@@ -5,26 +5,7 @@ Foreign Function Interface for Python calling C code.
Please see the
[
Documentation
](
http://cffi.readthedocs.org/
)
or uncompiled
in the doc/ subdirectory.
Downloa
d
--------
This project move
d
--------
----------
[
Download page
](
https://bitbucket.org/cffi/cffi/downloads
)
Contact
-------
[
Mailing list
](
https://groups.google.com/forum/#!forum/python-cffi
)
Testing/development tips
------------------------
To run tests under CPython, run::
pip install pytest # if you don't have py.test already
pip install pycparser
python setup.py build_ext -f -i
py.test c/ testing/
If you run in another directory (either the tests or another program),
you should use the environment variable
``PYTHONPATH=/path``
to point
to the location that contains the
``_cffi_backend.so``
just compiled.
The new home is https://foss.heptapod.net/pypy/cffi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment