Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 777 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 777 Bytes

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 Image of Git Faker During Execution

Initializing Environment

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

Running Project

python -m git_faker

Formatting and Linting

Formatting using black:

black git_faker

Linting using pylint:

pylint git_faker

References

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