Lines Matching +full:pypy +full:- +full:c

6 ``oauth2client`` makes it easy to interact with OAuth2-protected resources,
12 ---------------
16 .. code-block:: bash
18 $ pip install --upgrade oauth2client
22 .. code-block:: bash
28 Using ``pypy``
29 --------------
31 - In order to use crypto libraries (e.g. for service accounts) you will
33 - Using ``pycrypto`` with ``pypy`` will be in general problematic. If
35 attempt to build ``_fastmath.c``. However, this file uses CPython
36 implementation details and hence can't be built in ``pypy`` (as of
37 ``pypy`` 2.6 and ``pycrypto`` 2.6.1). In order to install
39 .. code-block:: bash
41 with_gmp=no pip install --upgrade pycrypto
43 See discussions on the `pypy issue tracker`_ and the
46 - Using ``pyOpenSSL`` with versions of ``pypy`` before 2.6 may be in general
51 ``cffi`` when means it can't be used on versions of ``pypy`` before 2.6.
53 The default version of ``pypy`` you get when installed
55 .. code-block:: bash
57 apt-get install pypy pypy-dev
60 the `pypy/ppa PPA`_:
62 .. code-block:: bash
64 apt-get purge pypy pypy-dev
65 add-apt-repository ppa:pypy/ppa
66 apt-get update
67 apt-get install pypy pypy-dev
69 .. _pypy issue tracker: https://bitbucket.org/pypy/pypy/issues/997
72 .. _changes: https://github.com/pyca/cryptography/issues/2275#issuecomment-130751514
73 .. _Ubuntu 14.04: http://packages.ubuntu.com/trusty/pypy
74 .. _pypy/ppa PPA: https://launchpad.net/~pypy/+archive/ubuntu/ppa
86 ---------------------
93 ------------
96 In particular, we love pull requests -- but please make sure to sign the
108 -------------------------
119 * Following the lead of prominent `open-source projects`_
123 .. _open-source projects: http://docs.python-requests.org/en/latest/
124 .. _Unicode literal support: https://www.python.org/dev/peps/pep-0414/