Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/voilalex/distrdata


https://github.com/voilalex/distrdata

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).

## Authors

- **Ilya Vouk** - _Initial work_ - [voilalex](https://github.com/VoIlAlex)

See also the list of [contributors](https://github.com/VoIlAlex/distrdata/contributors) who participated in this project.

## License

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