Amsterdam

Ronald Oussoren

Expert
@ronaldoussoren

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

798

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

424

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.

102

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.

45

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.

24

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

15

objc_asyncio. asyncio eventloop for Cocoa GUIs

6

objectgraph. a basic graph library.

6

objective.metadata. Updated metadata generator for PyObjC.

5

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

5

virtualenv. Virtual Python Environment builder

2

blink-cocoa. Blink SIP Client

1

cpython. The Python programming language

1

pip. The Python package installer

1
14
Apply