1 Star 0 Fork 10

liksh/python-xmltodict

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-xmltodict.spec 966 Bytes
一键复制 编辑 原始数据 按行查看 历史
myeuler 提交于 2020-05-16 16:22 . init package
%bcond_with bootstrap
Name: python-xmltodict
Version: 0.12.0
Release: 1
Summary: Python module that makes working with XML feel like you are working with JSON
License: MIT
URL: https://github.com/martinblech/xmltodict
Source0: https://github.com/martinblech/xmltodict/archive/%{name}-%{version}.tar.gz
BuildArch: noarch
%description
%package -n python3-xmltodict
Summary: Python module that makes working with XML feel like you are working with JSON
BuildRequires: python3-pytest
%description -n python3-xmltodict
Python module that makes working with XML feel like you are working with JSON
%prep
%autosetup -n xmltodict-%{version}
%build
%py3_build
%install
%py3_install
%check
%{__python3} -m pytest tests
%files -n python3-xmltodict
%doc README.md CHANGELOG.md
%license LICENSE
%{python3_sitelib}/*
%changelog
* Tue Apr 28 2020 Wei Xiong <myeuler@163.com>
- init package
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liksh/python-xmltodict.git
git@gitee.com:liksh/python-xmltodict.git
liksh
python-xmltodict
python-xmltodict
master

搜索帮助