Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alifyasa/git-faker

Simulate git commit using non-homogenenous poisson process and create a git repository based on the simulation result.
https://github.com/alifyasa/git-faker

git poisson-process python simulation

Last synced: about 2 months ago
JSON representation

Simulate git commit using non-homogenenous poisson process and create a git repository based on the simulation result.

Awesome Lists containing this project

README

        

# Git Faker

Simulate git commit using non-homogenenous poisson process and create a git repository based on simulation result.

## Screenshots

![Image of Git Faker After Execution](docs/images/DONE.png)
![Image of Git Faker During Execution](docs/images/ONGOING.png)

## Initializing Environment

```shell
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```

## Running Project

```shell
python -m git_faker
```

## Formatting and Linting

Formatting using `black`:

```shell
black git_faker
```

Linting using `pylint`:

```shell
pylint git_faker
```

## References

1. [https://dspace.cuni.cz/bitstream/handle/20.500.11956/101040/120308816.pdf?sequence=1](https://dspace.cuni.cz/bitstream/handle/20.500.11956/101040/120308816.pdf?sequence=1)