Metadata-Version: 2.1
Name: pypi-slug
Version: 2019.4.13
Summary: pypi project slug
Home-page: https://github.com/andrewp-as-is/pypi-slug.py
License: Unlicense
Description: <!--
        https://pypi.org/project/readme-generator/
        https://pypi.org/project/python-readme-generator/
        -->
        
        [![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
        
        #### Installation
        ```bash
        $ [sudo] pip install pypi-slug
        ```
        
        #### Examples
        ```python
        >>> import pypi_slug
        >>> pypi_slug.getslug('0-._.-._.-._.-._.-._.-._.-0')
        '0-0'
        >>> pypi_slug.getslug('00SMALINUX')
        '00smalinux'
        ```
        
        <p align="center">
            <a href="https://pypi.org/project/python-readme-generator/">python-readme-generator</a>
        </p>
Keywords: pypi
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
