Pinned Repositories
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.
asl
Python bindings to the ASL (Apple System Logging) library on Mac OS X
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.
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.
modulegraph2
Modulegraph2 is a library for creating and introspecting the dependency graph between Python modules.
objc_asyncio
asyncio eventloop for Cocoa GUIs
objectgraph
a basic graph library.
objective.metadata
Updated metadata generator for PyObjC.
py2app
py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.
pyobjc
The Python <-> Objective-C Bridge with bindings for macOS frameworks
ronaldoussoren's Repositories
ronaldoussoren/pyobjc
The Python <-> Objective-C Bridge with bindings for macOS frameworks
ronaldoussoren/py2app
py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.
ronaldoussoren/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.
ronaldoussoren/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.
ronaldoussoren/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.
ronaldoussoren/modulegraph2
Modulegraph2 is a library for creating and introspecting the dependency graph between Python modules.
ronaldoussoren/objc_asyncio
asyncio eventloop for Cocoa GUIs
ronaldoussoren/objectgraph
a basic graph library.
ronaldoussoren/asl
Python bindings to the ASL (Apple System Logging) library on Mac OS X
ronaldoussoren/objective.metadata
Updated metadata generator for PyObjC.
ronaldoussoren/virtualenv
Virtual Python Environment builder
ronaldoussoren/blink-cocoa
Blink SIP Client
ronaldoussoren/cpython
The Python programming language
ronaldoussoren/pip
The Python package installer
ronaldoussoren/ci-setup
Scripts used to setup test vms
ronaldoussoren/packaging
Core utilities for Python packages
ronaldoussoren/pep438
Check packages in your requirements.txt file for good PEP 438 usage
ronaldoussoren/Pillow
Pillow is the "friendly" PIL fork
ronaldoussoren/pynput
Sends virtual input commands
ronaldoussoren/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.
ronaldoussoren/pytest
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
ronaldoussoren/QuickMacHotKey
Quickly bind a global hotkey in a PyObjC application.
ronaldoussoren/setuptools
Official project repository for the Setuptools build system
ronaldoussoren/setuptools-rust
Setuptools plugin for Rust support
ronaldoussoren/wheel
The official binary distribution format for Python