Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add simple cli to de/compress files #148

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

CaselIT
Copy link

@CaselIT CaselIT commented Apr 11, 2021

Hi,

I've given a go at creating a simple cli to allow compressing and decompressing files with this library.

For the moment I've not added an setup entry point, so to run it requires requires python -m zstandard. It may be an useful thing to have though, but I think it should not be called zstd to avoid shadowing the official one

Fixes #18

@CaselIT
Copy link
Author

CaselIT commented Apr 11, 2021

Oh I noticed that this project still support python 3.5. Any particular reason to still support it, since it's eol?

I can remove the f-strings that make the test fail under 3.5 if continued support for it is needed.

@CaselIT
Copy link
Author

CaselIT commented May 18, 2021

Hi @indygreg
Let me know if you are interested in merging something like this or if I should instead release it as an external package.

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.

Command line interface to library
1 participant