Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37903498
en ru br
ALT Linux repos
S:5.1.0-alt1.1

Group :: Development/Python3
RPM: python3-module-apiron

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 


%define modname apiron
Name: python3-module-%modname
Version: 5.1.0
Release: alt1.1
Summary: Apiron helps you cook a tasty client for RESTful APIs
License: MIT
Group: Development/Python3
Packager: Ilya Mashkin <oddity at altlinux.ru>
Url: https://github.com/ithaka/apiron
Source: https://files.pythonhosted.org/packages/source/a/apiron/%modname-%version.tar.gz

BuildRequires: rpm-build-python3 python3-module-setuptools rpm-macros-python3 pyproject-build  python3-module-build python3-module-urllib3
BuildRequires:  python3-module-requests >= 2.11.1
Requires:       python3-module-requests >= 2.11.1
BuildArch: noarch
%add_python3_req_skip requests.packages.urllib3.util


%description
Gathering data from multiple services has become a ubiquitous task for web application developers. The complexity can grow quickly: calling an API endpoint with multiple parameter sets, calling multiple API endpoints, calling multiple endpoints in multiple APIs. While the business logic can get hairy, the code to interact with those APIs doesn't have to.

apiron provides declarative, structured configuration of services and endpoints with a unified interface for interacting with them.

%prep
%setup -n %modname-%version

%build
%python3_build

%install
%python3_install

%files
%doc README.md
%python3_sitelibdir/%modname/
%python3_sitelibdir/%modname-%version-py?.??.egg-info/

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin