Metadata-Version: 2.1
Name: underscoreclass
Version: 0.1.0
Summary: "(_^o^_)" can now be valid Python syntax.
Home-page: UNKNOWN
Author: Seth Peace
Author-email: sethevanpeace@gmail.com
License: MIT
Description: # The Underscore Class
        
        Now with even more ridiculousness!
        
        ## Example
        
        ```python
        from underscoreclass import _
        
        class o(_):
            pass
        
        # Note: No comment required to validly use this emoji!
        (_^o^_)
        ```
        
        ## Documentation
        
        ### `_Metaclass` (`_`'s Metaclass)
        
        #### `__add__`, `__sub__`, `__mul__`, `__div__`, etc.
        Returns `self`.
        
        ### `_` (The Underscore Class)
        
        #### `__add__`, `__sub__`, `__mul__`, `__div__`, etc.
        Returns `self`.
        
        ## FAQ
        
        ### Q: Which operators does it support?
        A: All of them, including bitwise operators, `__getitem__`, and comparison operators!
        
        ### Q: What's the point?
        A: Does everything need a point?
        
        ### Q: This is the greatest thing I've ever seen!!! How do I support your coding?
        A: Subscribe to [My Patreon](https://www.patreon.com/sethpeace)!
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
