forked from pyexcel/pyexcel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyexcel.yml
More file actions
41 lines (41 loc) · 902 Bytes
/
pyexcel.yml
File metadata and controls
41 lines (41 loc) · 902 Bytes
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
overrides: "pyexcel.yaml"
name: "pyexcel"
author: chfw
nick_name: pyexcel
version: 0.6.5
current_version: 0.6.5
release: 0.6.4
copyright_year: 2014-2020
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
dependencies:
- lml>=0.0.4
- pyexcel-io>=0.6.0
- texttable>=0.8.2
extra_dependencies:
- xls:
- pyexcel-xls>=0.5.0
- xlsx:
- pyexcel-xlsx>=0.5.0
- ods:
- pyexcel-ods3>=0.5.0
test_dependencies:
- flask
- SQLAlchemy
- pyexcel-xlsx>=0.4.1
- pyexcel-xls>=0.4.1
- 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