pypa / readme_renderer

Safely render long_description/README files in Warehouse
Apache License 2.0
158 stars 89 forks source link

Add command-line entrypoint #123

Closed remram44 closed 6 years ago

remram44 commented 6 years ago

Allows you to run python -m readme_renderer

Closes #52, closes #53, closes #101.

remram44 commented 6 years ago

Will do!

remram44 commented 6 years ago

Updated

di commented 6 years ago

@theacodes Can you re-review?

di commented 6 years ago

@theacodes Are you cool with this closing out #52 and the other PRs that were attempting to close that issue?

theacodes commented 6 years ago

Yes

On Tue, Oct 9, 2018, 2:39 PM Dustin Ingram notifications@github.com wrote:

@theacodes https://github.com/theacodes Are you cool with this closing out #52 https://github.com/pypa/readme_renderer/issues/52 and the other PRs that were attempting to close that issue?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/pypa/readme_renderer/pull/123#issuecomment-428362209, or mute the thread https://github.com/notifications/unsubscribe-auth/AAPUc-jr4lR39yW1ksVYfxVoF7jyZCDaks5ujReCgaJpZM4W1bIL .

di commented 6 years ago

Thanks @remram44!

merwok commented 6 years ago

This is great! Also great that it’s a script and not a setup.py command, given that new tools don’t necessarily use setup.py :sparkles: