Metadata-Version: 2.1
Name: drawlogo
Version: 1.0.1
Summary: UNKNOWN
Home-page: https://github.com/wish1/draw_motif_logo
Author: Sergey Abramov, Alexandr Boytsov
Author-email: aswq22013@gmail.com
License: UNKNOWN
Description: # Draw motif logo
        Python3 scripts to draw motif logo in svg format
        
        
        ## Installation
        
        ```
        pip3 install drawlogo
        ```
        
        ## Requirements
        ```
        python >= 3.6
        ```
        
        ## Usage
        ```
        drawlogo <options>...
        ```
        or 
        ```
        python3 -m drawlogo <options>...
        ```
        To get full usage description one can execute:
        ```
        drawlogo --help
        ```
        The drawlogo tool is maintained by Sergey Abramov and Alexandr Boytsov.
Platform: UNKNOWN
Requires-Python: >=3.6
Provides-Extra: dev
