Metadata-Version: 2.3
Name: marvelrivalsapi
Version: 0.1.0a0
Summary: 
License: MIT License
         
         Copyright (c) 2025 sarthak
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
         in the Software without restriction, including without limitation the rights
         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
         copies of the Software, and to permit persons to whom the Software is
         furnished to do so, subject to the following conditions:
         
         The above copyright notice and this permission notice shall be included in all
         copies or substantial portions of the Software.
         
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
         SOFTWARE.
Author: externref
Author-email: shiva02939@gmail.com
Requires-Python: >=3.9.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: attrs (>=25.3.0,<26.0.0)
Requires-Dist: httpx (>=0.28.1,<0.29.0)
Requires-Dist: pygments (>=2.19.1,<3.0.0)
Description-Content-Type: text/markdown

<div align="center">
    
# MarvelRivalsAPI

</div>


![Banner Image](docs/assets/banner.jpeg )

Opinionated python API Wrapper for the Unofficial [Marvel Rivals API](https://marvelrivalsapi.com).

> [!IMPORTANT]  
> Package still under development, installation commands won't work since the package is not published yet. 
Use `git+https://github.com/externref/marvelrivals` as the package name to install from source.

#### GET STARTED
Read the elaborate [tutorial](docs/tutorial.md) to start developing with `marvelrivalsapi`

### Features
 
* Easy to use API interface
* Support for both blocking and `async` workflows
* Type support with `mypy` and `pyright` check

### Coverage
- [x] All Heroes
- [x] Get Hero
- [x] Hero Stats
- [x] Hero Leaderboard
- [x] All Costumes
- [x] Get Costume
- [ ] Items
- [ ] Maps
- [ ] Dynamic Stat data

