Fixed database typo and removed unnecessary class identifier.

This commit is contained in:
Batuhan Berk Başoğlu 2020-10-14 10:10:37 -04:00
parent 00ad49a143
commit 45fb349a7d
5098 changed files with 952558 additions and 85 deletions

View file

@ -0,0 +1,24 @@
Welcome to Kiwi
===============
.. image:: https://travis-ci.org/nucleic/kiwi.svg?branch=master
:target: https://travis-ci.org/nucleic/kiwi
.. image:: https://codecov.io/gh/nucleic/kiwi/branch/master/graph/badge.svg
:target: https://codecov.io/gh/nucleic/kiwi
.. image:: https://readthedocs.org/projects/kiwisolver/badge/?version=latest
:target: https://kiwisolver.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
Kiwi is an efficient C++ implementation of the Cassowary constraint solving
algorithm. Kiwi is an implementation of the algorithm based on the seminal
Cassowary paper. It is *not* a refactoring of the original C++ solver. Kiwi
has been designed from the ground up to be lightweight and fast. Kiwi ranges
from 10x to 500x faster than the original Cassowary solver with typical use
cases gaining a 40x improvement. Memory savings are consistently > 5x.
In addition to the C++ solver, Kiwi ships with hand-rolled Python bindings.
The version 1.1.0 of the Python bindings will be the last one to support
Python 2, moving forward support will be limited to Python 3.5+.

View file

@ -0,0 +1 @@
pip

View file

@ -0,0 +1,41 @@
Metadata-Version: 2.0
Name: kiwisolver
Version: 1.2.0
Summary: A fast implementation of the Cassowary constraint solver
Home-page: https://github.com/nucleic/kiwi
Author: The Nucleic Development Team
Author-email: sccolbert@gmail.com
License: BSD
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6
Welcome to Kiwi
===============
.. image:: https://travis-ci.org/nucleic/kiwi.svg?branch=master
:target: https://travis-ci.org/nucleic/kiwi
.. image:: https://codecov.io/gh/nucleic/kiwi/branch/master/graph/badge.svg
:target: https://codecov.io/gh/nucleic/kiwi
.. image:: https://readthedocs.org/projects/kiwisolver/badge/?version=latest
:target: https://kiwisolver.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
Kiwi is an efficient C++ implementation of the Cassowary constraint solving
algorithm. Kiwi is an implementation of the algorithm based on the seminal
Cassowary paper. It is *not* a refactoring of the original C++ solver. Kiwi
has been designed from the ground up to be lightweight and fast. Kiwi ranges
from 10x to 500x faster than the original Cassowary solver with typical use
cases gaining a 40x improvement. Memory savings are consistently > 5x.
In addition to the C++ solver, Kiwi ships with hand-rolled Python bindings.
The version 1.1.0 of the Python bindings will be the last one to support
Python 2, moving forward support will be limited to Python 3.5+.

View file

@ -0,0 +1,8 @@
kiwisolver-1.2.0.dist-info/DESCRIPTION.rst,sha256=gUPxIysDZOUlzRRtG7Se2nKjm-4n1RYbApha6VflaqU,1116
kiwisolver-1.2.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
kiwisolver-1.2.0.dist-info/METADATA,sha256=mNVM4ulU_DYS10Vk4LDBic93bklLdc_9xQuWKG6rGds,1718
kiwisolver-1.2.0.dist-info/RECORD,,
kiwisolver-1.2.0.dist-info/WHEEL,sha256=Z25b6SdXTMgEhPZfHy0ZegEQgAZjd-e6QN_O-DvyLBE,101
kiwisolver-1.2.0.dist-info/metadata.json,sha256=qDBQg2TjkECqKVWmuZiDUo0z5SMibpgcnNWiUzBNn_s,756
kiwisolver-1.2.0.dist-info/top_level.txt,sha256=xqwWj7oSHlpIjcw2QMJb8puTFPdjDBO78AZp9gjTh9c,11
kiwisolver.cp36-win32.pyd,sha256=iexymCzWvx7wxkD_GBVsYFNSYT-jWEBJWfyDw4DOD0E,107520

View file

@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.26.0)
Root-Is-Purelib: false
Tag: cp36-none-win32

View file

@ -0,0 +1 @@
{"generator": "bdist_wheel (0.26.0)", "summary": "A fast implementation of the Cassowary constraint solver", "classifiers": ["Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: Implementation :: CPython"], "extensions": {"python.details": {"project_urls": {"Home": "https://github.com/nucleic/kiwi"}, "contacts": [{"email": "sccolbert@gmail.com", "name": "The Nucleic Development Team", "role": "author"}], "document_names": {"description": "DESCRIPTION.rst"}}}, "license": "BSD", "metadata_version": "2.0", "name": "kiwisolver", "requires_python": ">=3.6", "version": "1.2.0"}

View file

@ -0,0 +1 @@
kiwisolver