Metadata-Version: 2.1
Name: warmac
Version: 0.0.1
Summary: An average platinum price calculator for tradeable items in Warframe.
Home-page: https://github.com/Eutropios/WarMAC
License: MIT
Keywords: warframe ,warframe calculator,warframe market
Author: Noah Jenner
Author-email: noah.jenner@proton.me
Maintainer: Noah Jenner
Maintainer-email: noah.jenner@proton.me
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
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 :: Implementation :: CPython
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Dist: urllib3 (>=2.0.4,<3.0.0)
Project-URL: Bug Tracker, https://github.com/Eutropios/WarMAC/issues
Project-URL: Repository, https://github.com/Eutropios/WarMAC
Description-Content-Type: text/markdown


# **WarMAC Beta Version 0.0.1**

![GitHub last commit (branch)](https://img.shields.io/github/last-commit/Eutropios/WarMAC/main)
[![MIT License](https://img.shields.io/github/license/Eutropios/WarMAC)](https://github.com/Eutropios/WarMAC)
[![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/7670/badge)](https://bestpractices.coreinfrastructure.org/projects/7670)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![code style: black](https://img.shields.io/badge/code_style-black-000000.svg)](https://github.com/psf/black)
[![Checked with mypy](https://img.shields.io/badge/mypy-checked-2a6db2)](https://mypy-lang.org/)

**WarMAC** is a command-line Python script that can calculate the average market price of items in Warframe.  
WarMAC compiles orders from the fan website *<https://warframe.market/>*, and can be used to find the average prices of prime parts, tradeable parts, relics, mods, and arcane enhancements.  
WarMAC has the ability to:  

* 🎮Target PC, PlayStation, XBOX, or Nintendo Switch platforms.
* 📈Calculate the median, mean, mode, harmonic mean, or geometric means of items.
* 🕜Restrict orders to specific time ranges.
* 💰Utilize either seller or buyer orders.
* ⛏️Find averages for intact or radiant relics.
* ✨Find average for unranked or max-ranked mods and arcane enhancements.

## ⬇️To Install  

WarMAC currently supports Python versions 3.9+. Plans for Python 3.8 support are planned.  

### **To install via Pip:**  

```bash
python -m pip install warmac
```

## **🔮Upcoming/The Future of WarMAC**

* Adding the ability to pipe the output to other commands
* Adding the ability to take files as input
* Adding the ability to output to a file
* Adding even more commands to WarMAC!

## **💽Reporting Issues**

*To report an issue, please open an Issue report on GitHub.*

## **⚖️Licensing and Disclaimers**

***This project is NOT affiliated with Warframe, Digital Extremes, or the Warframe Market.***
*Copyright (c) 2023 Noah Jenner under MIT License*
*For additional licensing information, please see LICENSE.txt*
*For licensing regarding urllib3, please see LICENSE-urllib3.txt*

## **🗒️Acknowledgement**

This project uses the following tools in its development:

* autoDocstring: <https://github.com/NilsJPWerner/autoDocstring>  
* Even Better TOML: <https://github.com/tamasfe/taplo>  
* markdownlint: <https://github.com/DavidAnson/vscode-markdownlint>  
* vermin: <https://github.com/netromdk/vermin>  

