Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voilalex/distrdata
https://github.com/voilalex/distrdata
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/voilalex/distrdata
- Owner: VoIlAlex
- License: mit
- Created: 2019-10-26T08:19:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-07T15:34:37.000Z (about 4 years ago)
- Last Synced: 2024-11-08T22:58:33.228Z (2 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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