debian-python-pyexcel-xls/pyexcel-xls.yml

19 lines
415 B
YAML
Raw Permalink Normal View History

2016-01-24 00:13:21 +01:00
overrides: "pyexcel.yaml"
name: "pyexcel-xls"
nick_name: xls
version: 0.7.0
current_version: 0.7.0
release: 0.7.0
2016-01-24 00:13:21 +01:00
file_type: xls
2019-11-08 21:27:43 +01:00
is_on_conda: true
2016-01-24 00:13:21 +01:00
dependencies:
2020-10-08 20:00:46 +02:00
- pyexcel-io>=0.6.2
- xlrd
2017-01-16 14:08:34 +01:00
- xlwt
test_dependencies:
- pyexcel
2016-05-10 04:50:48 +02:00
description: A wrapper library to read, manipulate and write data in xls format. It reads xlsx and xlsm format
2020-10-08 09:29:18 +02:00
moban_command: false
python_requires: ">=3.6"
min_python_version: "3.6"