podhmo / python-node-semver

python version of node-semver
MIT License
21 stars 15 forks source link

separating high level api and low level api #17

Closed podhmo closed 3 years ago

podhmo commented 6 years ago

or creating another wrapper package.

podhmo commented 6 years ago

example 1

semver
  __init__.py  # high level api
  _internal.py # low level api

example 2

semver
  __init__.py  # exporting symbols minimumly
  _internal.py # low level api
  forhuman.py  # high level api (this is not good name)
podhmo commented 6 years ago

When the bug (guessed) is found, then, the question that "what is the specification?", answering this question changes to more difficult, it is not my wanted.

podhmo commented 3 years ago

no