- work out a way for the Lookup-class instance to recognize an email address python flask-soc-site-v2
- work through the
normalize
method innormalize_input
to remove quotes, any trailing whitespace, extract a domain name, etc. It’s basically not necessary for URLs and domains, but, normalizing/sanitizing user input is always a good idea 👍 python flask-soc-site-v2 user-input
- try to turn flask-soc-sitev2 into a wheel following the documentation for deployment python flask-soc-site-v2 selfhosting
- Make flask-soc-site-v2 stable enough to retrieve one or more hosts (typed in, not by file) python flask-soc-site-v2 selfhosting
- Try to build flask-soc-site-v2 as a wheel locally and deploy locally for testing purposes python flask-soc-site-v2 selfhosting
- Figure out rate limiting python flask-soc-site-v2 selfhosting
- worked out the basics from a table with collapsible rows, only need to apply the fixes in the latest posts [(source)](https://stack overflow.com/questions/71301182/creating-a-html-table-with-expandable-collapsible-sections)