forked from pyexcel/pyexcel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyexcel.yml
43 lines (43 loc) · 944 Bytes
/
pyexcel.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
overrides: "pyexcel.yaml"
name: "pyexcel"
nick_name: pyexcel
version: 0.7.0
current_version: 0.7.0
release: 0.7.0
copyright_year: 2014-2022
branch: master
is_on_conda: true
setup_use_markers: true
sphinx_extensions:
- sphinx.ext.autosummary
- sphinx.ext.autodoc
- sphinx.ext.doctest
- sphinx.ext.intersphinx
- sphinx.ext.viewcode
- sphinxcontrib.excel
- sphinx_copybutton
dependencies:
- chardet
- lml>=0.0.4
- pyexcel-io>=0.6.2
- texttable>=0.8.2
extra_dependencies:
- xls:
- pyexcel-xls>=0.6.0
- xlsx:
- pyexcel-xlsx>=0.6.0
- ods:
- pyexcel-ods3>=0.6.0
test_dependencies:
- flask
- SQLAlchemy
- pyexcel-xlsx>=0.4.1
- pyexcel-xls<=0.6.2
- pyexcel-text>=0.2.0
- psutil
- pyexcel-pygal
description: A wrapper library that provides one API to read, manipulate and write data in different excel formats
python_requires: ">=3.6"
min_python_version: "3.6"
skip_readme: true
moban_command: false