Metadata-Version: 2.1
Name: dys
Version: 0.2.3
Summary: Awesome dys created by ryanzhang
Home-page: https://github.com/ryanzhang/dys/
Author: ryanzhang
License: UNKNOWN
Description: # dys 
        
        [![codecov](https://codecov.io/gh/ryanzhang/dys/branch/main/graph/badge.svg?token=dys_token_here)](https://codecov.io/gh/ryanzhang/dys)
        [![CI](https://github.com/ryanzhang/dys/actions/workflows/main.yml/badge.svg)](https://github.com/ryanzhang/dys/actions/workflows/main.yml)
        
        
        
        ## Install it from PyPI
        
        ```bash
        pip install dys
        ```
        
        ## Usage
        
        ```py
        from dys import BaseClass
        from dys import base_function
        
        BaseClass().base_method()
        base_function()
        ```
        
        ```bash
        $ python -m dys
        #or
        $ dys
        ```
        
        ## Development
        
        Read the [CONTRIBUTING.md](CONTRIBUTING.md) file.
Platform: UNKNOWN
Description-Content-Type: text/markdown
