Metadata-Version: 2.1
Name: stormkitty
Version: 2.0.0
Summary: stormbound module
Home-page: https://github.com/Nyelsonon/stormkitty
Author: nyelson
Author-email: nyelsonexists@gmail.com
License: UNKNOWN
Description: # stormkitty
        
        Welcome to Stormkitty, the one and only open-source stormbound related python module!
        
        To install Stormkitty use:
        
        WINDOWS:
        >py -m pip install stormkitty
        
        MACOS:
        >pip install stormkitty
        
        LINUX:
        >pip install stormkitty
        
        PYPI SITE:
        >https://pypi.org/project/stormkitty/
        
        ## import
        
        To import stormkitty type:
        ```py
        from stormkitty import stormkittyMain
        ```
        
        ## functions
        
        The Stormkitty module defines these functions:
        ```py
        skgen.generate_random_deck(faction)
        ```
        ```py
        skgen.kitty_to_deck(link)
        ```
        
        
Keywords: sample,setuptools,development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
