Metadata-Version: 2.1
Name: time-series-anomaly-detector
Version: 0.2.1
Summary: Time Series Anomaly Detection
Home-page: https://github.com/microsoft/anomaly-detector
Author: Microsoft
Author-email: ad-oss@microsoft.com
Maintainer: ['Anomaly Detector Open Source', 'Microsoft']
License: MIT
Keywords: machine learning,time series,anomaly detection
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9.0
Description-Content-Type: text/markdown
License-File: LICENSE

# Environment
Tested on

[![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)](https://www.python.org/downloads/release/python-390/)
[![Python 3.10](https://img.shields.io/badge/python-3.10.8-blue.svg)](https://www.python.org/downloads/release/python-3108/)
[![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3110/)


# Getting Started
 
## Installing from pip
 
```bash
pip install anomaly-detector
```
 
## Installing from Source
<!-- ## Clone the Repository -->
 
```bash
git clone https://github.com/microsoft/anomaly-detector.git
cd anomaly-detector
```
 
<!-- ## Install -->
 
 
```bash
pip install -r requirements.txt
python setup.py sdist bdist_wheel
pip install ./dist/*.whl
```  
 
## Test
 
```bash
cd anomaly-detector/tests
python uvad_test.py
python test_demo.py
```
 
# Project
 
> This repo has been populated by an initial template to help get you started. Please
> make sure to update the content to build a great experience for community-building.
 
As the maintainer of this project, please make a few updates:
 
- Improving this README.MD file to provide a great experience
- Updating SUPPORT.MD with content about this project's support experience
- Understanding the security reporting process in SECURITY.MD
- Remove this section from the README
 
## Contributing
 
This project welcomes contributions and suggestions.  Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
 
When you submit a pull request, a CLA bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.
 
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
 
## Trademarks
 
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
trademarks or logos is subject to and must follow
[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
Any use of third-party trademarks or logos are subject to those third-party's policies.
