Metadata-Version: 2.1
Name: nationstatescards
Version: 0.0.1
Summary: A package to analyze Nationstates cards collections
Home-page: https://gitlab.com/57Ombre101/nationstates-cards
Author: "Kanex"
Author-email: 
License: UNKNOWN
Project-URL: Bug Tracker, https://gitlab.com/57Ombre101/nationstates-cards/-/issues
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.6
Description-Content-Type: text/markdown
License-File: LICENSE

🚧 This is still a work in progress 🚧

# Installation

TODO : PyPI package
You'll need the S1 and S2 card dumps.
You'll have to place them in `res`.

# Developement

    1. Create a virtualenvironment and activate it
    2. `pip install -r requirements.txt`
    3. `python3 -m pip install --upgrade build` to install the build tool
    4. `python3 -m build` to build the package

