-
Notifications
You must be signed in to change notification settings - Fork 197
__str__() method for convenience pretty string #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Complete with unit tests
included python 3.4 in testing, added classifiers for PyPI
@loisaidasam sorry, for some reason I missed your PR. I like these additions, could you please swap the order of appearance to from Thanks! |
Should we also add a |
Hey @selwin sorry for the delay. I added a |
@loisaidasam no worries :). Because browser is the most important component, user agent capabilities are mostly dependent on browser type rather than what device they run on. Of course, use cases may vary, I could also be biased because I'm first and foremost a web developer ;) |
@loisaidasam could you also try to merge master into your branch? This PR no longer merges cleanly I'm afraid :( |
Should be good to go! Thanks @selwin |
__str__() method for convenience pretty string
Merged, thanks! |
👍 |
Complete with unit tests, version bump, and documentation updates