Metadata-Version: 2.1
Name: bad-formatting-johnmontgomery2003
Version: 1.0.0
Summary: This is a package to format your code into hell. Designed for people who like python and hate '}', '{' and ';'
Home-page: https://github.com/johnmontgomery2003/bad-formatting
Author: John Montgomery
Author-email: john@johnmontgomery.tech
License: UNKNOWN
Description: # Bad Formatting
        
        This is gets rid (or at least moves) all those pesky '{', '}' and ';' that we all hate (dont we?)
        
        ## Web version
        No need to install anything - if you prefer you can just head over [here](https://pip.pypa.io/en/stable/) in order to shitify your code online!
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install bad formatting.
        
        ```bash
        pip install foobar
        ```
        or clone this repo and run in the same way
        
        ## Usage (for Pip)
        
        ```python
        import bad-formatting
        
        bad-formatting.shitify_print(filename) # prints the code given a filename
        bad-formatting.shitify_return(filename) # returns the code given a filename
        bad-formatting.shitify_print_text(text) # prints the code reformatted from the input
        bad-formatting.shitify_return_text(text) # returns the code reformatted from the input
        ```
        
        ## License
        [MIT](https://choosealicense.com/licenses/mit/)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
