Skip to content

Commit acc34ab

Browse files
author
Antonio Buedo
authored
#v1.0.2202.2-rc - Updated Readme
1 parent 69d7c70 commit acc34ab

File tree

1 file changed

+51
-2
lines changed

1 file changed

+51
-2
lines changed

README.md

Lines changed: 51 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,51 @@
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+
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/bitpay/python-bitpay-client/master/LICENSE)
5+
[![Travis](https://img.shields.io/travis/bitpay/bitpay-python.svg?style=flat-square)](https://travis-ci.org/bitpay/python-bitpay-client)
6+
[![PyPI](https://img.shields.io/pypi/v/bitpay.svg?style=flat-square)](https://pypi.python.org/pypi?%3Aaction=pkg_edit&name=bitpay)
7+
[![PyPI](https://img.shields.io/pypi/v/bitpay.svg?style=flat-square)](https://pypi.org/project/bitpay)
8+
[![Supported Python versions](https://pypip.in/py_versions/bitpay/badge.svg?style=flat-square)](https://pypi.org/project/bitpay)
9+
[![Scrutinizer](https://img.shields.io/scrutinizer/g/bitpay/bitpay-python.svg?style=flat-square)](https://scrutinizer-ci.com/g/bitpay/python-bitpay-client/)
10+
[![Coveralls](https://img.shields.io/coveralls/bitpay/bitpay-python.svg?style=flat-square)](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

Comments
 (0)