Skip to content

Commit

Permalink
RF: Move under nipreps org
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Aug 31, 2022
1 parent 0a62b44 commit 83ad220
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A Python package to communicate with a migas server.

## About

`migas` (*mee-gahs*) is a Python client to facilitate communication with a [`migas` server](https://github.com/mgxd/migas-server).
`migas` (*mee-gahs*) is a Python client to facilitate communication with a [`migas` server](https://github.com/nipreps/migas-server).


## Usage
Expand Down Expand Up @@ -42,7 +42,7 @@ The server will attempt to return version information about the project.
<summary>add_project example</summary>

```python
>>> add_project('mgxd/migas-py', '0.0.1')
>>> add_project('nipreps/migas-py', '0.0.1')
{'bad_versions': [],
'cached': True,
'latest_version': '0.0.4',
Expand All @@ -62,7 +62,7 @@ If no end date is specified, the current datetime is used.
<summary>get_usage example</summary>

```python
>>> get_usage('mgxd/migas-py', '2022-07-01')
>>> get_usage('nipreps/migas-py', '2022-07-01')
{'hits': 7, 'message': '', 'unique': False, 'success': True}
```

Expand Down
2 changes: 1 addition & 1 deletion migas/tests/test_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from migas import __version__, setup
from migas.operations import add_project, get_usage

test_project = 'mgxd/migas-py'
test_project = 'nipreps/migas-py'


def future() -> str:
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
project_urls =
Source Code=https://github.com/mgxd/migas-py
Bug Tracker=https://github.com/mgxd/migas-py/issues
Source Code=https://github.com/nipreps/migas-py
Bug Tracker=https://github.com/nipreps/migas-py/issues

[options]
python_requires = >= 3.7
Expand Down

0 comments on commit 83ad220

Please sign in to comment.