Re: Set git config credential.helper cache and timeout via python

2021-12-11 Thread Jason Friedman
>
>
> Hey All,
>
> I have a set of bash and python scripts that all interact with a remote
> git repository.
>
>
> https://gitpython.readthedocs.io/en/stable/reference.html?highlight=cache#git.index.fun.read_cache
> https://pypi.org/project/git-credential-helpers/
>
> But neither means appears to have or be able to do what I'm interested
> in.
>

I guess I should have read more carefully :(

Ignore my second link. Maybe the first (https://pypi.org/search/?q=git)
will be helpful?
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Set git config credential.helper cache and timeout via python

2021-12-11 Thread Jason Friedman
> Hey All,
>
> I have a set of bash and python scripts that all interact with a remote
> git repository.
>

This does not exactly answer your question, but whenever I have wanted to
interact with (popular) software via Python I have checked to see if
someone has already written that code for me.

https://pypi.org/search/?q=git

https://gitpython.readthedocs.io/en/stable/tutorial.html
-- 
https://mail.python.org/mailman/listinfo/python-list