{"id":22440690,"url":"https://github.com/bratah123/swordiedb","last_synced_at":"2025-08-01T17:31:25.915Z","repository":{"id":130850483,"uuid":"311544411","full_name":"Bratah123/SwordieDB","owner":"Bratah123","description":"A Maplestory Database API for SwordieMS-based sources written in Python","archived":false,"fork":false,"pushed_at":"2021-01-21T14:28:51.000Z","size":90,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T04:13:56.984Z","etag":null,"topics":["database","maplestory","pip","spiritms"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bratah123.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.txt","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-10T04:24:32.000Z","updated_at":"2024-07-07T06:12:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"1918ba6a-b2ee-473e-b06b-774ffe9ba2d2","html_url":"https://github.com/Bratah123/SwordieDB","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Bratah123/SwordieDB","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bratah123%2FSwordieDB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bratah123%2FSwordieDB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bratah123%2FSwordieDB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bratah123%2FSwordieDB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bratah123","download_url":"https://codeload.github.com/Bratah123/SwordieDB/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bratah123%2FSwordieDB/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268266108,"owners_count":24222571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","maplestory","pip","spiritms"],"created_at":"2024-12-06T01:26:08.613Z","updated_at":"2025-08-01T17:31:25.906Z","avatar_url":"https://github.com/Bratah123.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SwordieDB\n### [SwordieDB PyPi Page](https://pypi.org/project/swordiedb/)\n\n[![Downloads](https://static.pepy.tech/personalized-badge/swordiedb?period=total\u0026units=international_system\u0026left_color=black\u0026right_color=blue\u0026left_text=Total%20Downloads)](https://pepy.tech/project/swordiedb) [![Downloads](https://static.pepy.tech/personalized-badge/swordiedb?period=month\u0026units=international_system\u0026left_color=black\u0026right_color=blue\u0026left_text=Monthly%20Downloads)](https://pepy.tech/project/swordiedb) [![Downloads](https://static.pepy.tech/personalized-badge/lazuli?period=week\u0026units=international_system\u0026left_color=black\u0026right_color=blue\u0026left_text=Weekly%20Downloads)](https://pepy.tech/project/swordiedb)  \n\nSwordieDB is a pip-compatible Python package designed for use in development of SwordieMS-based MapleStory private server tools (e.g. Discord bots).  \n\nThe SwordieDB API allows access to character stats in the form of objects, for easy manipulation.  \n\n#### **Current Status:** Fully Released\n**Overall Developmental Progress:** ![](https://progress-bar.dev/100) \n  \n**Character Handling:** ![](https://progress-bar.dev/100)    \n**User Handling:** ![](https://progress-bar.dev/100)    \n**Inventory Handling:** ![](https://progress-bar.dev/100)    \n## Installation\nNote: You are recommended to install to the project virtual environment.\n- In the terminal type the follow command: `pip install swordiedb`  \n    - Note: use system shell and not the Python REPL for pip!\n    - To avoid any issues make sure to have these commands run prior to installing SwordieDB:\n        - `pip install -U setuptools`\n        - `pip install -U wheel`\n- Now to verify that you have access to the swordie_db module:\n    - Try this import statement in the Python terminal: `from swordie_db.database import SwordieDB`\n- Then you are done! Refer to [examples](https://github.com/Bratah123/SwordieDB/wiki/Sample-Code-Fragments) on how to use them. :octocat:\n## Examples\nSee the [Code Examples page](https://github.com/Bratah123/SwordieDB/wiki/Sample-Code-Fragments) for sample code fragments.\n## Technical Details\nPlease refer to the [Technical Details page](https://github.com/Bratah123/SwordieDB/wiki/Technical-Details) for details, as well as detailed instructions for how to build this package for testing.  \n## API Docs\nThe API Docs have been split out into a sister project [here](https://kookiiestudios.github.io/ProjectShieldieDB/).\n\n## Suggestions\nSuggestions for new features/functionality can be written as an issue from the [\"Issues\"](https://github.com/Bratah123/SwordieDB/issues) tab on github.\n\n## Credits\n- Credits to the original swordie devs!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbratah123%2Fswordiedb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbratah123%2Fswordiedb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbratah123%2Fswordiedb/lists"}