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
{{ message }}
This repository was archived by the owner on Jan 23, 2025. It is now read-only.
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
snakecaseorsnake_caseover 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:
edgepyPackage Name:
edgepyProposal 2: NumPy variant
Title:
EdgePyPackage Name:
edgepyProposal 3: What we have now
Title:
edgePyPackage Name:
edgePyPlease respond with your preference.