All Git Users → ronaldoussoren

4 open source projects by ronaldoussoren

1. Pyobjc
The Python <-> Objective-C Bridge with bindings for macOS frameworks
✭ 145
pythonmacos
2. Py2app
py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.
3. macholib
macholib can be used to analyze and edit Mach-O headers, the executable format used by Mac OS X. It's typically used as a dependency analysis tool, and also to rewrite dylib references in Mach-O headers to be @executable_path relative. Though this tool targets a platform specific file format, it is pure python code that is platform and endian in…
✭ 62
python
4. modulegraph
modulegraph determines a dependency graph between Python modules primarily by bytecode analysis for import statements. modulegraph uses similar methods to modulefinder from the standard library, but uses a more flexible internal representation, has more extensive knowledge of special cases, and is extensible.
✭ 24
python
1-4 of 4 user projects