You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python's style for packages dictates snakecase or snake_case over any variant of CamelCase.
Since this project fits into the scientific computing ethos for Python we could look towards NumPy (package numpy) and have a distinctly cased title vs name? Other options exist:
Proposal 1: Python-style throughout
Title: edgepy
Package Name: edgepy
Python's style for packages dictates
snakecase
orsnake_case
over any variant of CamelCase.Since this project fits into the scientific computing ethos for Python we could look towards NumPy (package
numpy
) and have a distinctly cased title vs name? Other options exist:Proposal 1: Python-style throughout
Title:
edgepy
Package Name:
edgepy
Proposal 2: NumPy variant
Title:
EdgePy
Package Name:
edgepy
Proposal 3: What we have now
Title:
edgePy
Package Name:
edgePy
Please respond with your preference.
The text was updated successfully, but these errors were encountered: