Skip to main content

Official PayPI Partner Library

Project description

Contributors Forks Stargazers Issues MIT License


Logo

PayPI Python Client

Sell your API, today.
Explore the docs »

Homepage · Report Bug · Request Feature

Table of Contents

About The Project

PayPI Screenshot

PayPI makes API creators' lives easier by handling API keys, user accounts, payments and more. API users have one account to access all APIs using PayPI.

We worry about API authentication and payments so you can focus on making awesome APIs! This library enables you to interact with PayPI from a Python project.

Getting Started

See full documentation here

Install paypi from PyPI:

pip install paypi
# or
python -m pip install paypi

Then import it, create an instance with your private key and use it to authenticate and make charges against users:

from paypi import PayPI

paypi = PayPI("<Your API Secret>")


@app.route("/")
def hello():
    user = paypi.authenticate("<Users Subscription Secret>")

    # do some work...

    user.make_charge("<Charge ID>")
    # charge is now made...

In an asynchronous environment you can also use the asynchronous API calls:

paypi = PayPI("<Your API Secret>")
user = await paypi.authenticate_async("Users Subscription Secret")
await user.make_charge_async("<Charge ID>")

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

All contributions are welcome. Please follow this workflow:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

All rights reserved.

Contact

Alex - alex@paypi.dev
Tom - tom@paypi.dev

Project Link: https://github.com/paypi/paypi-python

Acknowledgements

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

paypi-1.0.8.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

paypi-1.0.8-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

Details for the file paypi-1.0.8.tar.gz.

File metadata

  • Download URL: paypi-1.0.8.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.8 CPython/3.7.6 Darwin/20.6.0

File hashes

Hashes for paypi-1.0.8.tar.gz
Algorithm Hash digest
SHA256 e9aa01832ade2b70a6a6943f1bc787015ee63eebeb8b61ec8ab51b30b87e91ba
MD5 d1180ebd6fb83e0ef242517c36a46f57
BLAKE2b-256 155621140e8b5fa80695a416954e295aa03857a85ef1d34a4de4aa8b2e161efe

See more details on using hashes here.

File details

Details for the file paypi-1.0.8-py3-none-any.whl.

File metadata

  • Download URL: paypi-1.0.8-py3-none-any.whl
  • Upload date:
  • Size: 5.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.8 CPython/3.7.6 Darwin/20.6.0

File hashes

Hashes for paypi-1.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 348ebe26f3b59601c786d5d1c157c7992019121baa80bb75c5b66a1cdf27f3cc
MD5 3ba4ed4978445c4548dffc47ea629953
BLAKE2b-256 358d6b497845f7297f865f41dea42fc654423ae66b71ff0fb2e01e4d3138ae16

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page