Metadata-Version: 1.1
Name: swordiedb
Version: 0.1.0
Summary: A database API for SwordieMS-based maplestory sources.
Home-page: UNKNOWN
Author: Brandon Nguyen
Author-email: brandonnguyen3301@gmail.com
License: MIT
Description: SwordieDB is a Maplestory Python-based pip package that allows access to information in SwordieMS database.
        
        This API lets you have access to character stats as an object, allowing you to edit any stats easily.
        
        Visit the github for more information on how to use this package!
        https://github.com/Bratah123/SwordieDB
        
        Official Documentation for the API : https://kookiiestudios.github.io/ProjectShieldieDB/
        
        Change Log
        ==========
        
        0.0.1 (11/10/2020)
        ------------------
        - First Release
        - Completed Character Object
        
        0.0.2 (11/10/2020
        -----------------
        - Fixed Typos
        
        0.0.3 (11/10/2020)
        ------------------
        - Minor documentation edit
        
        0.0.4 (11/10/2020)
        ------------------
        - fixed get_job_name()
        
        0.0.5 (11/10/2020)
        ------------------
        - Added a port parameter to SwordieDB Constructor
        
        0.0.6 (11/10/2020)
        ------------------
        - Fixed getting getting a job's name from the job id
        - Minor Documentation tweaks
        
        0.1.0 (11/10/2020)
        ------------------
        - Character Handling is now 100% working and tested
        - Removed unnecessary imports
        - Fixed missing Job IDs
        - Minor Documentation Updates
Keywords: database,swordie,maplestory
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
