Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ print(config.get_parsed_section('nonexistent'))

### Contracts
The `Script`, `ScopeScript`, and `QualityTestScript` abstract classes can be extended with their abstract methods
implemented to create scripts usable in other services.
implemented to create scripts usable in other services.

The `ScopeScript` in particular is intended for scripts that calculate values of certain scopes for transactions.
The `ScopeScript` in particular is intended for scripts that calculate values of certain scopes for transactions.

The `QualityTestScript` is intended for scripts that check the quality of a data intake and produce a standardized
output that can be visualized and/or used by other services.
Expand All @@ -61,10 +61,12 @@ See the documentation on the abstract functions for further specifics.

## Development

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
These instructions will get you a copy of the project up and running on your local machine for development and testing
purposes.

### Prerequisites
* Python >= 3.9

* Python >= 3.10

### Setup
The `endpoints` module models the different PriceCypher API endpoints. Each file represents a different API and the
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers =
package_dir =
= src
packages = find:
python_requires = >=3.9
python_requires = >=3.10

[pbr]
skip_authors = true
Expand All @@ -30,4 +30,4 @@ where = src

[extras]
testing =
mock>=1.3.0
mock>=1.3.0