This repository was archived by the owner on Jan 23, 2025. It is now read-only.
This repository was archived by the owner on Jan 23, 2025. It is now read-only.
Should this project be called "edgepy" over "edgePy" #42
Open
Description
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
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.