Git Product home page Git Product logo

Ronald Oussoren's Projects

altgraph icon 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 icon asl

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

macholib icon 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 icon 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 icon modulegraph2

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

pep438 icon pep438

Check packages in your requirements.txt file for good PEP 438 usage

pillow icon pillow

Pillow is the "friendly" PIL fork

pip icon pip

The Python package installer

py2app icon 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 icon pyobjc

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

pyobjc-masshortcut icon 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.

pytest icon pytest

The pytest framework makes it easy to write small tests, yet scales to support complex functional testing

setuptools icon setuptools

Official project repository for the Setuptools build system

wheel icon wheel

The official binary distribution format for Python

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.