summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author B. Watson2022-03-14 16:27:33 +0100
committer B. Watson2022-03-17 17:38:00 +0100
commit6269daa0ed145b849c7dcc81da58d9534270ac69 (patch)
tree7e64797330a04417fc402e739bc01f766590c873 /python
parentcf28a3d03051961edc94a44b5122cb2516df5bbd (diff)
downloadslackbuilds-6269daa0ed145b849c7dcc81da58d9534270ac69.tar.gz
python/xlutils: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/xlutils/README48
1 files changed, 17 insertions, 31 deletions
diff --git a/python/xlutils/README b/python/xlutils/README
index 2759416d02..e851742927 100644
--- a/python/xlutils/README
+++ b/python/xlutils/README
@@ -1,46 +1,32 @@
-A Python package provides a collection of utilities for working with Excel
-files. Since these utilities may require either or both of the xlrd and xlwt
-packages, they are collected together here, separate from either package.
+A Python package provides a collection of utilities for working with
+Excel files. Since these utilities may require either or both of the
+xlrd and xlwt packages, they are collected together here, separate
+from either package.
Currently available are:
xlutils.copy
Tools for copying xlrd.Book objects to xlwt.Workbook objects.
xlutils.display
- Utility functions for displaying information about xlrd-related objects in
- a user-friendly and safe fashion.
+ Utility functions for displaying information about xlrd-related
+ objects in a user-friendly and safe fashion.
xlutils.filter
- A mini framework for splitting and filtering Excel files into new Excel
- files.
+ A mini framework for splitting and filtering Excel files into new
+ Excel files.
xlutils.margins
- Tools for finding how much of an Excel file contains useful data.
+ Tools for finding how much of an Excel file contains useful data.
xlutils.save
- Tools for serializing xlrd.Book objects back to Excel files.
+ Tools for serializing xlrd.Book objects back to Excel files.
xlutils.styles
- Tools for working with formatting information expressed in styles.
+ Tools for working with formatting information expressed in styles.
-Installation
-
-Do the following in your virtualenv:
-
-pip install xlutils
-
-Documentation
-
-The latest documentation can also be found at:
+Documentation: The latest documentation can also be found at:
http://xlutils.readthedocs.org/en/latest/
-Problems?
-
-Try the following in this order:
-
- Read the source
- Ask a question on http://groups.google.com/group/python-excel/
-
-Licensing
-
-Copyright (c) 2008-2015 Simplistix Ltd. See docs/license.txt for details.
+Problems? Try the following in this order:
-Optional
+ Read the source
+ Ask a question on http://groups.google.com/group/python-excel/
-Python3 support is detected automatically.
+Licensing: Copyright (c) 2008-2015 Simplistix Ltd. See
+docs/license.txt for details.