Introduzione

Filosofia

Requests è stata sviluppata tenendo a mente alcuni idiomi della PEP 20.

  1. Bello è meglio che brutto.
  2. Esplicito è meglio che implicito.
  3. Semplice è meglio che complesso.
  4. Complesso è meglio che complicato.
  5. La leggibilità è importante.

Tutti i contributi a Requests dovrebbero seguire queste importanti regole.

Licenza Apache2

Un gran numero di progetti open source moderni hanno licenza GPL. Sebbene la GPL abbia una sua importanza storica, non dovrebbe di certo essere la licenza di riferimento per il vostro prossimo progetto open source.

Un progetto rilasciato in GPL non può essere incluso in prodotti commerciali senza mettere a disposizione in open source anche il prodotto stesso.

Le licenze MIT, BSD, ISC, e Apache2 sono ottime alternative alla GPL che permettono di utilizzare il vostro software open source in codici proprietari e closed source.

Requests è rilasciato nei termini della licenza Apache2.

Licenza di Requests

Copyright 2015 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.