Наверх

Философия Requests

Библиотека Requests разработана с учетом рекомендаций PEP 20.

  • Красиво лучше, чем безобразно.
  • Явное лучше, чем неявное.
  • Простое лучше сложного.
  • Сложный лучше, чем запутанное.
  • Читаемость кода имеет значение.

Все разработчики, использующие Requests должны помнить об этих важных правилах.

Apache2 License

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 is released under terms of Apache2 License.

Requests License

Copyright 2019 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 https://www.apache.org/licenses/LICENSE-2.0.

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.