Skip to content

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

License

Notifications You must be signed in to change notification settings

alifyasa/git-faker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages