interledger / interledger/open-payments-python-sdk
Add configuration management
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 5
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Currently the configuration class is just a simple class that implements some basic configuration.
Moving forward we are going to need more complicated configuration parsing.
Lets use https://docs.python.org/3/library/configparser.html to avoid adding another dependency.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing configuration class and read Python's configparser documentation linked in the issue. The issue does not specify the configuration formats, behaviors, or tests required, so the definition of done needs clarification before implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100