p≡p for Python
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
heck 9bb419c96b Merge of branch PYADPT-55 (Expose enum _PEP_color) 3 years ago
src Identity.color now returns PEP_color instead of int 3 years ago
test Add doctest_PYADPT-55.py: Test for equal resolution of colors using int (OLD) vs using PEP_color (NEW) 3 years ago
utils random timing for minimail 3 years ago
.hgignore Add backup and restore for IMAP + fix bug + clean prints - PYADPT-47 4 years ago
LICENSE.txt adding LICENSE.txt - this adapter is under the GNU Affero General Public License 7 years ago
README.md adding README 4 years ago
dependencies.txt adding dependency description 4 years ago
setup.py Fix Mac OS build 3 years ago
setup_linux.py Linux build, fix 32Bit compat (not kidding) 3 years ago

README.md

There's a setup.py in pEpPythonAdapter/

In Python we've setup tools, so it's:

python3 setup.py build python3 setup.py install

That is a Python concept. You can find more about it here:

https://docs.python.org/3/extending/building.html#building-c-and-c-extensions-with-distutils