History | View | Annotate | Download (189 Bytes)
jenkins.sh: only exit with error on ERROR or FATAL from pylint
refs #1888
create pip+virtual+py2app build environment for making a Mac OS X .app
This also lays the groundwork for an easily repeatable py2exe setup.
switch to setuptools and add dependencies to automate them elsewhere
Using setuptools means setup.py can have install_requires, and that is thenused as the canonical list of dependencies for pip and the debian package.
ignore setup.py products
add scripts and documentation to build a Win32 binary of otrfileconverter
convert openssl PEM files into Java Properties and parse it in python
added openssl generated test key and conversions to X.509 and PKCS#8
move generated file to folder called 'output/'
ignore annoying .DS_Store
ignore python build products