This website requires JavaScript.
Explore
Help
Register
Sign In
saulteafarmer
/
Robohash
Watch
1
Star
0
Fork
0
You've already forked Robohash
mirror of
https://github.com/e1ven/Robohash.git
synced
2025-06-23 21:35:02 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Robohash
/
robohash
/
__init__.py
4 lines
76 B
Python
Raw
Normal View
History
Unescape
Escape
Update Robohash for PyPI republishing Some users have asked for an updated version in PyPI, so I'm doing some minor cleanup. No real functionality changes, just modernizing things that would be considered more standard 10+ years after this code was written. - Added note about maintenance mode in README - Cleaned up Python 3 compatibility (removed Python 2 support) - Added minimal test for image consistency - Added Docker image + GitHub workflow to build/publish it - Fixed some minor bugs and improved error handling - Added better CLI help text The project is now officially in maintenance mode as noted in the README.
2025-03-15 16:30:01 -04:00
from
.
robohash
import
Robohash
__version__
=
'
2.0a1
'
__all__
=
[
'
Robohash
'
]
Reference in New Issue
Copy Permalink