GitXplorerGitXplorer
r

ronaldoussoren

25 repositories
139 followers
Amsterdam

Repositories

Select a repository to view its commits, contributors, and more.
public

pyobjc

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

Python
593
51
107
Updated 2 days ago
public

py2app

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

Python
369
37
206
Updated 3 days ago
public

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

Python
93
19
22
Updated 13 days ago
public

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.

Python
42
4
12
Updated 13 days ago
public

altgraph

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 additional usage of Python 2.3+ features and enhancements related to modulegraph and macholib.

Python
20
6
5
Updated 7 months ago
public

modulegraph2

Modulegraph2 is a library for creating and introspecting the dependency graph between Python modules.

C
15
8
12
Updated 5 days ago
public

objectgraph

a basic graph library.

Python
6
1
2
Updated a year ago
public

objc_asyncio

asyncio eventloop for Cocoa GUIs

Python
6
0
1
Updated 7 months ago
public

asl

Python bindings to the ASL (Apple System Logging) library on Mac OS X

Python
5
0
1
Updated 2 years ago
public

objective.metadata

Updated metadata generator for PyObjC.

Python
5
0
9
Updated 7 months ago
public

ci-setup

Scripts used to setup test vms

Python
0
0
0
Updated 23 days ago
public

pyobjc-masshortcut

This is a python binding to the MASShortcut library, using PyObjC. This is at the moment primarily and experiment to see how hard it would be to wrap additional libraries using PyObjC.

Objective-C
0
1
2
Updated 5 years ago