{ "info": { "author": "svilen dobrev", "author_email": "svilen_dobrev at users point sourceforge point net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "This is a python wrapper over the (famous) Cassowary incremental constraint solver.\nIt uses the c++ implementation (0.6) as backend.\n\nThe original c++ code is somewhat refactored to remove memory leaks\nby using reference counting, and is usable alone.\n\nThe refactoring was done somewhen in 2002, and the code is not touched much since then.\nLast changes are workarounding recent template-things in new (gcc-4.x) c++ compilers.\nThe Finite-domain part (using GTL graph library) is not tried/tested; it might or might not work.\n\nrepository: svn co https://dbcook.svn.sf.net/svnroot/dbcook/cassowarypy\n\nhow to compile/install for python:\n * the c++ code now compiles on both g++ 3.3.3 and g++ 4.1.3.\n it also compiles on some MSVC.\n * 'swig' is also needed\n * if the default C++ compiler is one of those, just 'python setup.py install' would do.\n Then run python test.py to see if all works.\n * else, u have to install one of these compilers and fight with distutils to make it use that one.\n e.g. \"CC=g++-3.3 python setup.py install\" might work; also check the link'ing part\n\nMy code is under MIT-license.\nOriginal Cassowary code is licensed under LGPL.\n\nOriginal cassowary Web Page: (last update about year 2000)\nhttp://www.cs.washington.edu/research/constraints/cassowary", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://dbcook.sourceforge.net/readme-cassowarypy", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "cassowarypy", "package_url": "https://pypi.org/project/cassowarypy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cassowarypy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://dbcook.sourceforge.net/readme-cassowarypy" }, "release_url": "https://pypi.org/project/cassowarypy/0.26unleak/", "requires_dist": null, "requires_python": null, "summary": "cassowarypy: python-wrap of Cassowary linear constraint solver", "version": "0.26unleak" }, "last_serial": 41546, "releases": { "0.26unleak": [] }, "urls": [] }