-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrate to pyproject.toml, add mkdocs
- Loading branch information
Showing
58 changed files
with
8,126 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[![Tests](https://github.com/DataShades/ckanext-bulk/workflows/tests.yml/badge.svg)](https://github.com/DataShades/ckanext-bulk/actions/workflows/test.yml) | ||
|
||
# ckanext-bulk | ||
|
||
An extension that helps to perform bulk operations over CKAN entities, such as datasets, organizations and groups. | ||
|
||
## Requirements | ||
|
||
Compatibility with core CKAN versions: | ||
|
||
| CKAN version | Compatible? | | ||
|--------------|-------------| | ||
| 2.9 | no | | ||
| 2.10 | yes | | ||
| 2.11 | yes | | ||
| master | yes | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "ckanext-bulk" | ||
version = "0.2.11" | ||
version = "0.2.12" | ||
description = "Bulk update for CKAN datasets/resources" | ||
authors = [ | ||
{name = "DataShades", email = "[email protected]"}, | ||
|
Oops, something went wrong.