Metadata-Version: 2.1
Name: pokejdr
Version: 0.1.0
Summary: Un package utilitaire pour notre JDR pokemon.
Home-page: https://github.com/TRobine/Pkmn_Rmstrd
Author: T. Robine & F. Soubelet
Author-email: 
License: MIT
Description: # Pokejdr
        
        This package provides functionality for our pokemon role playing game.
        
        ## Installing
        
        The `omc3` package is `Python 3.6+` compatible, but not yet deployed to PyPI.
        The best way to install is though pip and VCS:
        ```bash
        git clone https://github.com/TRobine/Pkmn_Rmstrd.git
        cd Pkmn_Rmstrd
        pip install .
        ```
        
        Or simply from the online master branch, which is stable:
        ```bash
        pip install git+https://github.com/TRobine/Pkmn_Rmstrd.git#egg=pokejdr
        ```
        
        ## Running
        
        Functionality is provided through a single high level object, named `Pokemon`.
        You can be set up with a single line:
        ```python
        from pokejdr import Pokemon
        ```
        
        A demo jupyter notebook to walk through most of the implemented functionality can be found in the [notebooks](notebooks) folder.
        
        ## License
        
        This project is licensed under the `MIT License` - see the [LICENSE](LICENSE) file for details.
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: all
