Metadata-Version: 2.1
Name: WAM-Core
Version: 0.4.2
Summary: WAM-Core package
Home-page: https://github.com/Michael-Yongshi/WAM-Core
Author: Michael-Yongshi
Author-email: 4registration@outlook.com
License: UNKNOWN
Description: # Warhammer Army Manager (WAM)
        
        An application in order to create, update, view and save your warband details for use in the Mordheim Warhammer world. Using this application there is no need anymore for manually calculating skills or looking up your warbands details, including references to all item, spells, abilities, etc. that are ingame and the rules governing engagements.
        
        ## Implementations
        ### Win10 and Ubuntu (64 bit only):
        https://github.com/Michael-Yongshi/WAM-Desktop
        
        ### Android (In progress):
        https://github.com/Michael-Yongshi/WAM-Android
        
        ## Submodules and libraries
        No libraries are used actively
        
        ## Roadmap
        
        ## Getting Started
        
        ## Development
        
        The rest of these instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
        
        ### Python
        python website version 3.6.8 (latest 3.6 with a windows exe installation file)
        
        install python
        ```
        sudo add-apt-repository ppa:deadsnakes/ppa
        sudo apt install python3.6.8
        sudo apt install python3-pip
        ```
        install vscode - python extension
        
        
        ## Running the tests
        
        
        
        ### Break down into end to end tests
        
        
        
        ### And coding style tests
        
        
        
        ## Deployment
        
        
        
        ## Built With
        
        
        
        ## Contributing
        
        
        
        ## Versioning
        
        
        
        ## Authors
        
        * **Michael-Yongshi** 
        
        See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.
        
        ## License
        
        Licensed under GPL-3.0-or-later, see LICENSE file for details.
        
        Copyright Â© 2020 WAM-Core contributors.
        
        This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
        
        This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
        
        You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
        
        ## Acknowledgments
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
