python-fire
python-fire copied to clipboard
Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
Hi, I was struggling to make `-- --completion` work with both my arguments and paths. For example I have a "--path" argument and I would like to autocomplete files paths...
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `setuptools` to 70.3.0 Changelog Sourced from setuptools's changelog. v70.3.0 Features Support for loading distutils from the standard library is...
Currently, the codebase does not have a dedicated ```tests/``` folder. All the tests are included within the main code itself. We may consider refactoring to move the tests into a...
reaction to https://github.com/google/python-fire/pull/549#issuecomment-2365220214 Switch from `pylint` to Ruff with the same rules to be applied the Ruff is implemented as pre-commit hook for simplicity
Requires configuring with .readthedocs.yaml
When parsing in a tuple of strings i can normally pass in comma-separated values with no issues, however if one of the values contains a hyphen the arguments gets parsed...
https://github.com/YangCatalog/admin_ui/pull_[github-pages-challenge-yksnyn]/#59 (1. Create a TXT record in your DNS configuration for the following hostname: _github-pages-challenge-yksnyn.ymd.com 2. Use this code for the value of the TXT record: 6129fcd8217fc352ebab4493f07e7c 3. Wait until...
https://github.com/hegemonic/jsdoc-baseline/issues/184
Firebase.auth.fetchSignInMethodsForEmail(email) .addOnSuccessListener { result -> val signInMethods =ymd.com result.signInMethods!! if (signInMethods.contains(EmailAuthProvider.EMAIL_PASSWORD_SIGN_IN_METHOD)) { [email protected]/ Ymd-04180423 / User can sign in with email/password } else if (signInMethods.contains(EmailAuthProvider.EMAIL_LINK_SIGN_IN_METHOD)) { [email protected]/gmail/User can sign in...
This PR contains high-level diagrams for the python-fire codebase. You can see how they render in Github here: https://github.com/CodeBoarding/GeneratedOnBoardings/blob/main/python-fire/on_boarding.md These diagrams help users quickly grasp the codebase. Google is a...