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

Future Plans #1

Open
7 of 22 tasks
nicdgonzalez opened this issue Dec 21, 2023 · 0 comments
Open
7 of 22 tasks

Future Plans #1

nicdgonzalez opened this issue Dec 21, 2023 · 0 comments

Comments

@nicdgonzalez
Copy link
Owner

nicdgonzalez commented Dec 21, 2023

Overview

Use tasks to track what needs to be done on this project.

Intended outcome

To make progress towards the first production ready release (version 1.0.0).

Tasks

  • Add support for simple scripts.
  • Add tests
    • Lexer
    • Parser
    • Type Converter
  • Add documentation
  • Generate documentation using Sphinx
  • Complete demo project Fuji
  • Create examples
  • Update Extension logic in ArgumentParser
    • Rename .add_extension to .extend
    • Separate Extension logic from .add_command into .add_extension
  • mypy should pass tests with no errors while running with --strict.
  • Maybe create Builders for the parameter objects?
  • Clean up TODOs/comments
  • A better options tree in generated help menu
    • Add optional escapes [--] in the usage section
    • Add conflicts/requires
  • Update ABCs
    • Combine HasOptions and CallableArgument
    • Double check attributes/methods to make sure everything is accurate

Future Plans

  • Release v1.0.0
@nicdgonzalez nicdgonzalez pinned this issue Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant