Skip to content

updated readme to include pylightxl#1449

Closed
PydPiper wants to merge 2 commits intovinta:masterfrom
PydPiper:patch-1
Closed

updated readme to include pylightxl#1449
PydPiper wants to merge 2 commits intovinta:masterfrom
PydPiper:patch-1

Conversation

@PydPiper
Copy link

@PydPiper PydPiper commented Dec 26, 2019

Repo: https://github.com/PydPiper/pylightxl
Docs: https://pylightxl.readthedocs.io

What is this Python project?

pylightxl is a light weight, zero dependency (only standard libs used), to the point (no bells and whistles) Microsoft Excel reader/writer python 2.7-3+ library.

What's the difference between this Python project and similar ones?

Zero non-standard library dependencies No compatibility/version control issues.

Light-weight single source code file that supports both Python3 and Python2.7.18. Single source file that can easily be copied directly into a project for true zero-dependency. Great for those that have installation/download restrictions. In addition the library's size and zero dependency makes this library pyinstaller compilation small and easy!

100% test-driven development for highest reliability/maintainability with 100% coverage on all supported versions

API aimed to be user friendly and intuitive. Structure: database > worksheet > indexing example: db.ws('Sheet1').index(row=1,col=2) or db.ws('Sheet1').address(address='B1')

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.

pylightxl is a new light weight excel parser with zero non-standard light dependencies that is easy to compile in pyinstaller
@PydPiper
Copy link
Author

PydPiper commented Jun 4, 2021

Hello,

Is it possible for a maintainer to take a look at possibly adding this package to the awesome list? It just hit 150 stars @vinta

@Vad1mo
Copy link

Vad1mo commented Jul 5, 2022

why is it closed?

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants