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 pretty= argument and make curlify Python-3 only #33

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

Conversation

verhovsky
Copy link

@verhovsky verhovsky commented Feb 22, 2023

I also fixed a few edge cases and removed headers ordering because if we only support Python 3.7+ it's no longer needed, see README changes.

Closes #31
Closes #29

Because making the package Python-3 only is kind of a big change, I bumped the major version number. I verified that the pyproject.toml file works like this

python3 -m pip install --upgrade build
python3 -m build
python3 -m pip install dist/curlify-3.0.0-py3-none-any.whl

See https://packaging.python.org/en/latest/tutorials/packaging-projects/#generating-distribution-archives for details.

@zhanwenchen
Copy link

Any update on this @ofw ?

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.

deprecation warning with pip 22.3 missing pyproject.toml Prettify curl command
2 participants