dancrew32 / ab

A/B Testing Framework for Python (with optional Multi-armed bandit implementation)
https://pypi.org/project/ab/
The Unlicense
3 stars 3 forks source link

Name conflict with ab from apache httpd #18

Open richarson opened 5 years ago

richarson commented 5 years ago

Hello!

Since your project is still young, wolud you consider renaiming it so as to not conflict with apache httpd's ab (apache benchmark)?

$ ab -V
This is ApacheBench, Version 2.3 <$Revision: 1843412 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/

Sorry for the nitpick and thanks for your consideration!

richarson commented 5 years ago

Nevermind, I thougt your project provided a cli app (saw it on awesome-python) named ab but it's only a python module so it should not conflict with httpd.

Still, a suggested, more descriptive name for future possible packagers might be nice.

Cheers!