|
1 | | -# python-bitpay-client |
2 | | -Python implementation for the BitPay Cryptographically Secure RESTful API |
| 1 | +<img src="https://bitpay.com/_nuxt/img/bitpay-logo-blue.1c0494b.svg" width="150"> |
| 2 | + |
| 3 | +# BitPay Python Client |
| 4 | +[](https://raw.githubusercontent.com/bitpay/python-bitpay-client/master/LICENSE) |
| 5 | +[](https://travis-ci.org/bitpay/python-bitpay-client) |
| 6 | +[](https://pypi.python.org/pypi?%3Aaction=pkg_edit&name=bitpay) |
| 7 | +[](https://pypi.org/project/bitpay) |
| 8 | +[](https://pypi.org/project/bitpay) |
| 9 | +[](https://scrutinizer-ci.com/g/bitpay/python-bitpay-client/) |
| 10 | +[](https://coveralls.io/r/bitpay/python-bitpay-client) |
| 11 | + |
| 12 | +Full implementation of the BitPay Payment Gateway. This library implements BitPay's [Cryptographically Secure RESTful API](https://bitpay.com/api). |
| 13 | + |
| 14 | +Our Lite version will most likely be all you need to integrate to your site, available [here](https://github.com/bitpay/python-bitpay-light-client) |
| 15 | + |
| 16 | +## Getting Started |
| 17 | + |
| 18 | +To get up and running with our Python library quickly, follow [The GUIDE](https://github.com/bitpay/python-bitpay-client/blob/master/GUIDE.md) |
| 19 | + |
| 20 | +## Support |
| 21 | + |
| 22 | +* https://github.com/bitpay/python-bitpay-client/issues |
| 23 | +* https://support.bitpay.com |
| 24 | + |
| 25 | +## Contribute |
| 26 | + |
| 27 | +To contribute to this project, please fork and submit a pull request. |
| 28 | + |
| 29 | +## License |
| 30 | + |
| 31 | +MIT License |
| 32 | + |
| 33 | +Copyright (c) 2021 BitPay |
| 34 | + |
| 35 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 36 | +of this software and associated documentation files (the "Software"), to deal |
| 37 | +in the Software without restriction, including without limitation the rights |
| 38 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 39 | +copies of the Software, and to permit persons to whom the Software is |
| 40 | +furnished to do so, subject to the following conditions: |
| 41 | + |
| 42 | +The above copyright notice and this permission notice shall be included in all |
| 43 | +copies or substantial portions of the Software. |
| 44 | + |
| 45 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 46 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 47 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 48 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 49 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 50 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 51 | +SOFTWARE. |
0 commit comments