Metadata-Version: 2.1
Name: sasin
Version: 1.1.0
Summary: A one way PLN → sasin converter
Home-page: https://github.com/Necior/sasin
Author: Adrian Sadłocha
Author-email: adrian@sadlocha.eu
License: MIT license
Description: # sasin
        
        ## Installation
        
        ```bash
        $ pip install sasin
        ```
        
        ## Usage
        
        ```python
        >>> from sasin import pln_to_sasin
        >>> pln_to_sasin(7000)
        '100 μsasin'
        >>> pln_to_sasin(-14)
        '-200 nsasin'
        ```
        
Keywords: sasin
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/markdown
