VoIlAlex / distrdata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distributions Data

Collection of generators for generating points of different distributions.

Installation

For use

Run the following command in your terminal:

pip install distrdata

it will install the package on your machine.

For development

At first you need to install python. Then run the following in your terminal:

pip install -r requirements.txt

It will install all the dependencies of the project.

Running tests

We use pytest for testing. To run tests:

pytest

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

License:MIT License


Languages

Language:Python 94.8%Language:Shell 5.2%