pyformat.info
pyformat.info copied to clipboard
Thousands separators
Python added support for formatting numbers with thousands separators. This works for both floating point and integer numbers. Originally the comma separator was added. In Python 3.6, support for underscore was also added.
Sorry about the CI failure. I don't think they are a result of my changes, but I'm willing to learn.
No configuration was found in your project. Please refer to https://circleci.com/docs/2.0/ to get started with your configuration.
I had no luck running main.py locally. I wanted to see the resulting html for myself. To the best of my predictions this will look correct on the generated website.
AttributeError: module '_ast' has no attribute 'Str'
FYI, see Issue #55