UUID를 조금 더 짧고, 보기 좋게 만들기 위해 사용합니다.
예) 218a120f-0c5a-4fbf-951e-9709851b14a7 -> vytxeTZskVKR7C7WgdSP3d
# 설치
$ pip install shortuuid
# 사용
>>> import shortuuid
>>> shortuuid.uuid()
'vytxeTZskVKR7C7WgdSP3d'
https://github.com/skorokithakis/shortuuid
skorokithakis/shortuuid
A generator library for concise, unambiguous and URL-safe UUIDs. - skorokithakis/shortuuid
github.com
'개발 > 파이썬' 카테고리의 다른 글
파라메터를 정의하는 새로운 방법 (0) | 2020.12.07 |
---|---|
Flask-restx와 webargs에서 TypeError 처리 (0) | 2020.12.07 |
문자열을 결합하는 몇가지 방법 (0) | 2020.12.03 |
print로 개행 없이 출력 (0) | 2020.02.07 |
SQLAlchemy + MySQL에서 DATETIME에 millisecond 사용 (0) | 2020.01.21 |
댓글