Skip to content

dealii/github-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

github-scripts

Collection of scripts exploring and using the Github API for the development and management of dealii.

Note

Github needs credentials to log in, but for obvious reasons, we do not want to put our passwords into this repository. Therefore, after cloning, a file login.py must be created in the root directory. An example for the contents of this file is

from github import Github
def login():
    git = Github("user","password")
    return git

Any ssh based alternative is highly appreciated.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages