Metadata-Version: 2.1
Name: unipad
Version: 1.0.1
Summary: 🦄 Left pad a string with Unicorns
Home-page: https://yoginth.com
Author: Yoginth
Author-email: me@yoginth.com
License: UNKNOWN
Project-URL: Patreon, https://www.patreon.com/yoginth
Project-URL: Source, https://gitlab.com/yoginth/unipad
Description: ## Uni Pad
        
        > 🦄 Left pad a string with Unicorns
        
        ## Screenshot
        
        <img src="https://gitlab.com/yoginth/unipad/raw/master/Screenshot.png" width="550">
        
        ## Install
        
        ```
        $ pip install unipad
        ```
        
        ## Usage
        
        ```python
        import unipad
        
        unipad.pad('yoginth', 10)
        #=> 🦄🦄🦄yoginth
        ```
        
        ## API
        
        ### unipad.pad(input, length)
        
        Pads `input` with unicorns on the left side if it's shorter than `length`. Padding unicorns are truncated if they exceed `length`.
        
        #### input
        
        Type: `string`
        
        String to pad.
        
        #### length
        
        Type: `number`<br>
        Default: `0`
        
        Padding length.
        
        ## License
        
        [MIT][license] Yoginth
        
        [LICENSE]: https://mit.yoginth.com
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Environment :: Plugins
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
