Einführung

Philosophie

Requests wurde in Anlehnung an einige PEP 20 Idiome entwickelt.

  1. Schön ist besser als häßlich.
  2. Explizit ist besser als implizit.
  3. Einfach ist besser als komplex.
  4. Komplex ist besser als kompliziert.
  5. Lesbarkeit zählt.

Alle Beiträge zu Requests sollen diese wichtigen Regeln beachten.

Apache2 Lizenz

A large number of open source projects you find today are GPL Licensed. While the GPL has its time and place, it should most certainly not be your go-to license for your next open source project.

A project that is released as GPL cannot be used in any commercial product without the product itself also being offered as open source.

The MIT, BSD, ISC, and Apache2 licenses are great alternatives to the GPL that allow your open-source software to be used freely in proprietary, closed-source software.

Requests wird unter den Bedingungen der Apache2 License bereit gestellt.

Requests Lizenz

Copyright 2013 Kenneth Reitz

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.