Closed im-alexandre closed 4 years ago
Indeed, it is not yet updated in the Pipy yet. I have to review some other changes I had made before releasing the next version.
As for the naming, in the Pipy version the lib name is benford_py, but when you install it, it is benford, and to import you type import benford as bf
, It is like Pytorch (form torch import ...
) or scikit-learn (from sklearn import...
)
I know, but I meant the name in Pypi. It doesn't see important, but, I think would be better
I found a (seemingly empty) benford in Pypi: https://pypi.org/project/benford/ Maybe we could join forces.
Em sáb, 26 de out de 2019 às 20:59, im-alexandre notifications@github.com escreveu:
I know, but I meant the name in Pypi. It doesn't see important, but, I think would be better
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/milcent/benford_py/issues/26?email_source=notifications&email_token=ABQTJ4ZIG6W4XO2IULA2BLTQQTKVRA5CNFSM4JBAODNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECKTLJI#issuecomment-546649509, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQTJ465G36W3C6C53LZVT3QQTKVRANCNFSM4JBAODNA .
Think changing the name from "benford_py" to simply "benford" is more intuitive, like "pandas", "numpy", etc.
I reinstalled the module, in order to include arc_test function, but it's not updated on Pypi.