We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ezcv build
ezcv -l
import requests import datetime response = requests.get('https://api.github.com/repos/QU-UP/ezcv-themes/branches/main') # print response print(response) # print json content print(response.json()["commit"]["commit"]["author"]["date"]) print(datetime.datetime.strptime(response.json()["commit"]["commit"]["author"]["date"], "%Y-%m- %dT%H:%M:%SZ").strftime("%Y-%m-%d")) # returns string of "Year-Month-Day"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Features
ezcv build
that they should upgrade if a new version is availableezcv -l
and upgrades are available for local themesGet ezcv theme details
The text was updated successfully, but these errors were encountered: