SIGN IN SIGN UP
Textualize / rich UNCLAIMED

Rich is a Python library for rich text and beautiful formatting in the terminal.

55891 0 0 Python
2020-05-12 11:15:59 +01:00
#!/usr/bin/env python
# This is a shim to hopefully allow Github to detect the package, build is done with poetry
import setuptools
if __name__ == "__main__":
2020-05-12 21:25:39 +01:00
setuptools.setup(name="rich")