diff options
author | Armin Rigo <arigo@tunes.org> | 2020-02-13 10:02:21 +0100 |
---|---|---|
committer | Armin Rigo <arigo@tunes.org> | 2020-02-13 10:02:21 +0100 |
commit | f99387a411e26dffeeb9edc0a08e0af3c47465ff (patch) | |
tree | c580de2f23e7a0887d98f35dace8ea5a31dd0223 | |
parent | 8cbc8d5c2aebd965a27752af1fae727da9e125df (diff) | |
download | cffi-f99387a411e26dffeeb9edc0a08e0af3c47465ff.tar.gz |
Last change on bitbucket
-rw-r--r-- | README.md | 25 |
1 files changed, 3 insertions, 22 deletions
@@ -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. -Download --------- +This project moved +------------------ -[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 |