Development¶
Philosophy¶
- Complex workflows can always be enabled through simple APIs
- With planning, simple APIs can always be constructed using clear and concise code
- Satisfy the general use cases, then specialize
Continuous Integration¶
Travis CI is used for testing and Codecov is used for detailing code coverage.
Documentation¶
Docs are hosted by GitHub Pages and are automatically built and published
by Travis after every successful commit to bitcoinpython’s master
branch.
Version Scheme¶
bitcoinpython tries to adhere to semantic versioning as much as possible.
- Previous topic: Support
- Next topic: Contributing