Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asmeurer/python-unicode-variable-names
A page listing all the Unicode characters that are valid in Python variable names
https://github.com/asmeurer/python-unicode-variable-names
python unicode
Last synced: 10 days ago
JSON representation
A page listing all the Unicode characters that are valid in Python variable names
- Host: GitHub
- URL: https://github.com/asmeurer/python-unicode-variable-names
- Owner: asmeurer
- License: mit
- Created: 2020-07-08T02:40:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T21:53:43.000Z (9 months ago)
- Last Synced: 2024-12-19T20:51:59.678Z (25 days ago)
- Topics: python, unicode
- Language: Python
- Homepage: http://www.asmeurer.com/python-unicode-variable-names/
- Size: 10.9 MB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Unicode Variable Names
http://www.asmeurer.com/python-unicode-variable-names/
A page listing all the Unicode characters that are valid in Python variable names
To generate the page, use
python3 generate.py
This will generate the files `docs/start-characters.md` and
`docs/continue-characters.md`. The files should be committed to the repo.
Don't edit these files directly. To update their contents, update the script
`generate.py`.Note that different versions of Python are built with different versions of
the Unicode standard, and thus will produce different lists of characters.
This can differ even between minor versions. You should always generate this
page with the latest released version of Python.GitHub pages will automatically convert the generated Markdown to HTML, which
can be viewed at http://www.asmeurer.com/python-unicode-variable-names/.# Contributing
Contributions are welcome. Please open a PR.
# License
MIT