Skip to content

Commit

Permalink
Remove measure command, closes #74
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jan 7, 2019
1 parent adb4d47 commit fc56bfe
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 228 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ New options:
* combine-release-packages: `--uri`, `--published-date`
* compile: `--schema`, `--uri`, `--published-date`, `--linked-releases`

Removed commands:

* measure

## Fixed

* `indent` prints an error if a path doesn't exist.
Expand Down
6 changes: 0 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -280,12 +280,6 @@ Find a compiled release with a given ``ocid`` (replace the ``…``):

jq 'select(.ocid == "OCDS-87SD3T-AD-SF-DRM-063-2015")' compiled_releases.json

Measure indicators across release packages:

::

cat release_packages.json | ocdskit --encoding iso-8859-1 measure --currency MXN

Example 2
~~~~~~~~~

Expand Down
1 change: 0 additions & 1 deletion ocdskit/cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
'ocdskit.cli.commands.compile',
'ocdskit.cli.commands.indent',
'ocdskit.cli.commands.mapping_sheet',
'ocdskit.cli.commands.measure',
'ocdskit.cli.commands.package_releases',
'ocdskit.cli.commands.schema_report',
'ocdskit.cli.commands.schema_strict',
Expand Down
220 changes: 0 additions & 220 deletions ocdskit/cli/commands/measure.py

This file was deleted.

1 change: 0 additions & 1 deletion tests/commands/test_measure.py

This file was deleted.

0 comments on commit fc56bfe

Please sign in to comment.