Results 5 repositories owned by Ronald Oussoren

macholib

79
Stars
18
Forks
Watchers

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 head...

modulegraph

35
Stars
4
Forks
Watchers

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,...

py2app

321
Stars
35
Forks
Watchers

py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.

pyobjc

514
Stars
44
Forks
Watchers

The Python <-> Objective-C Bridge with bindings for macOS frameworks

altgraph

16
Stars
7
Forks
Watchers

altgraph is a fork of graphlib: a graph (network) package for constructing graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with graphviz output. altgraph includes some addition...