Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Learn Renku
Teaching on Renku
Advanced teaching automation
Commits
3672e94b
Commit
3672e94b
authored
Jul 22, 2022
by
Cyril Matthey-Doret
Browse files
rename package to teach-auto
parent
4ed648f4
Pipeline
#388531
passed with stage
in 16 seconds
Changes
10
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
3672e94b
...
...
@@ -4,7 +4,7 @@ install:
pip
install
-e
.
uninstall
:
pip uninstall
class
-auto
pip uninstall
teach
-auto
test
:
pytest
--doctest-modules
class
_auto
pytest
--doctest-modules
teach
_auto
setup.py
View file @
3672e94b
...
...
@@ -4,7 +4,7 @@ with open("requirements.txt", "r") as f:
REQUIREMENTS
=
f
.
read
()
setup
(
name
=
"
class
_auto"
,
name
=
"
teach
_auto"
,
version
=
"0.1"
,
packages
=
find_packages
(),
install_requires
=
REQUIREMENTS
,
...
...
class
_auto/__init__.py
→
teach
_auto/__init__.py
View file @
3672e94b
File moved
class
_auto/clone_forks.py
→
teach
_auto/clone_forks.py
View file @
3672e94b
File moved
class
_auto/collect_forks.py
→
teach
_auto/collect_forks.py
View file @
3672e94b
File moved
class
_auto/common_requests.py
→
teach
_auto/common_requests.py
View file @
3672e94b
File moved
class
_auto/create-groups.py
→
teach
_auto/create-groups.py
View file @
3672e94b
...
...
@@ -7,8 +7,8 @@ from typing import Dict
import
requests
import
pandas
as
pd
import
click
from
class
_auto.common_requests
import
get_group_id
,
parse_group_url
from
class
_auto.utils
import
ingest_token
from
teach
_auto.common_requests
import
get_group_id
,
parse_group_url
from
teach
_auto.utils
import
ingest_token
def
create_student_group
(
...
...
class
_auto/invite_students.py
→
teach
_auto/invite_students.py
View file @
3672e94b
File moved
class
_auto/send_feedback.py
→
teach
_auto/send_feedback.py
View file @
3672e94b
File moved
class
_auto/utils.py
→
teach
_auto/utils.py
View file @
3672e94b
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment