Metadata-Version: 2.1
Name: warframe-metrics
Version: 0.1.3
Summary: Warframe market metrics package.
Home-page: https://github.com/rajivsarvepalli/warframe-metrics
License: MIT
Keywords: warframe,warframe market,warframe market data
Author: Rajiv Sarvepalli
Author-email: rajiv@sarvepalli.net
Requires-Python: >=3.7.1,<4.0.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: alive-progress (>=1.6.2,<2.0.0)
Requires-Dist: desert (>=2020.11.18,<2021.0.0)
Requires-Dist: pandas (>=1.2.4,<2.0.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Project-URL: Changelog, https://github.com/rajivsarvepalli/warframe-metrics/releases
Project-URL: Documentation, https://warframe-metrics.readthedocs.io
Project-URL: Repository, https://github.com/rajivsarvepalli/warframe-metrics
Description-Content-Type: text/markdown

<p align="center"><a href="https://raw.githubusercontent.com/rajivsarvepalli/warframe-metrics/main/docs/_static/warframe_logo.jpg"><img src="https://raw.githubusercontent.com/rajivsarvepalli/warframe-metrics/main/docs/_static/warframe_logo.jpg" alt="warframe logo" height="60"/></a></p>
<h1 align="center">warframe-metrics</h1>
<p align="center">Analysis tool for warframe market.</p>
<p align="center">
    <a href="https://pypi.org/project/warframe-metrics/"><img src="https://img.shields.io/pypi/v/warframe-metrics.svg"/></a>
    <a href="https://warframe-metrics.readthedocs.io/en/latest/"><img src="https://readthedocs.org/projects/warframe-metrics/badge/?version=latest"/></a>

</p>
<p align="center">
<a href="https://codecov.io/gh/rajivsarvepalli/warframe-metrics"><img src="https://codecov.io/gh/rajivsarvepalli/warframe-metrics/branch/main/graph/badge.svg?token=32T6Ok0H3X"/></a>
<a href="https://github.com/rajivsarvepalli/warframe-metrics/actions?workflow=Tests"><img src="https://github.com/rajivsarvepalli/warframe-metrics/workflows/Tests/badge.svg"/></a>
<a href="https://pypi.org/project/warframe-metrics/"><img src="https://img.shields.io/pypi/pyversions/warframe-metrics.svg"/></a>
</p>
<br/><br/>

## 📈 Warframe Metrics

Warframe market is an excellent tool for all of us traders. However, what about the metrics that all traders require to make intillegent desicions. This library looks
to extend the possible analysis based on the data provided openly by warframe market.

- Free software: MIT license

## 📚 Documentation

Documentation is currently a work in progress.

## 📦 Installing

You can install `warframe-metrics` using pip::

    $ pip install warframe-metrics

## 📤 Credit

All credit goes to https://warframe.market/ and their creators for enabling this project and the data used within it.

## ⚙ Using

Coming soon...

# 👷 Contributing

Contributions are welcome. To learn more, see the [Contributor Guide][].

# 📕 License

Distributed under the terms of the [MIT][] license, _warframe-metrics_ is
free and open source software.

# 💥 Issues

If you encounter any issues or problems, please [file an issue][] along
with a detailed description.

[contributor guide]: https://warframe-metrics.readthedocs.io/en/latest/contributor_guide/
[mit]: http://opensource.org/licenses/MIT
[file an issue]: https://github.com/rajivsarvepalli/warframe-metrics/issues

