Metadata-Version: 2.1
Name: pyRandomWalk
Version: 0.0.1
Summary: Functions for the generation of random walks.
Home-page: https://github.com/AlexanderSouthan/pyRandomWalk
Author: Alexander Southan
Author-email: alexander.southan@web.de
Project-URL: Bug Tracker, https://github.com/AlexanderSouthan/pyRandomWalk/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![build](https://github.com/AlexanderSouthan/pyRandomWalk/actions/workflows/main.yml/badge.svg)](https://github.com/AlexanderSouthan/pyRandomWalk/actions/workflows/main.yml)
[![codecov](https://codecov.io/gh/AlexanderSouthan/pyRandomWalk/branch/master/graph/badge.svg?token=X0M18SSK8S)](https://codecov.io/gh/AlexanderSouthan/pyRandomWalk)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=AlexanderSouthan_pyRandomWalk&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=AlexanderSouthan_pyRandomWalk)

# pyRandomWalk
Functions for the generation of random walks.


## Installation

Download repository and run:
```
pip install -e .
```
