Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add range type support #65

Open
12 tasks
nkantar opened this issue Feb 25, 2021 · 0 comments
Open
12 tasks

Add range type support #65

nkantar opened this issue Feb 25, 2021 · 0 comments

Comments

@nkantar
Copy link
Owner

nkantar commented Feb 25, 2021

parsenvy.range should expect a string comprised by two comma-separated integers—e.g., "13,42"—as its value. It should split that string, convert each part into an integer, and return a range call with them as arguments.

To-do:

  • Add parsenvy.range function
    • Add the function body in the same vein as the rest
    • Add default_if_none_decorator
    • Add appropriate docstring
    • Add hints as needed
  • Add tests
  • Add documentation
    • Add standalone page
      • Add bash setting example
      • Add autodoc call
    • Add page to toctree in index.rst
  • Make sure all the CI checks pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant