monetize


Namemonetize JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryA python library to make some money
upload_time2024-07-16 16:31:02
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT License Copyright (c) 2024 Dyvision Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords stripe monetize money charge finance fintech
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # monetize
 A python library to make some money

## Install
 pip install monetize

## See example.py for how to use

## Creating a subscription
    1. Create a Stripe account
    2. Configure your business to accept payments
    3. Go to the Developers section
    4. Click API Keys
    5. Select "Create Secret Key"
    6. Configure this key to your liking
    7. Save this key to authenticate in your code later
    8. Create a customer (you'll need to do this for each billable user)
    9. Go to Product Catalog
    10. Create a new product with the following settings
        1. Recurring
        2. Usage-based per-unit pricing model
        3. Pick your price
        4. Pick sum of usage values during period for usage (if desired)
        5. Billing period monthly (if desired)
        6. Select Create
    11. Create a subscription
    12. Assign a user
    13. Assign the product from step 5
    14. Go to the newly made subscription page
    15. Copy the **Subscription Item ID** (note: this is not the Subscription ID)
    16. Use this ID in your code to accrue to that account
    17. Profit

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "monetize",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Dylan Lang <hello@galway.group>",
    "keywords": "Stripe, monetize, money, charge, finance, fintech",
    "author": null,
    "author_email": "Dylan Lang <hello@galway.group>",
    "download_url": "https://files.pythonhosted.org/packages/a9/4a/6457ec0c1270122677d97ea7a51d1742125513e361b7cec3d9d642916ef5/monetize-1.0.0.tar.gz",
    "platform": null,
    "description": "# monetize\r\n A python library to make some money\r\n\r\n## Install\r\n pip install monetize\r\n\r\n## See example.py for how to use\r\n\r\n## Creating a subscription\r\n    1. Create a Stripe account\r\n    2. Configure your business to accept payments\r\n    3. Go to the Developers section\r\n    4. Click API Keys\r\n    5. Select \"Create Secret Key\"\r\n    6. Configure this key to your liking\r\n    7. Save this key to authenticate in your code later\r\n    8. Create a customer (you'll need to do this for each billable user)\r\n    9. Go to Product Catalog\r\n    10. Create a new product with the following settings\r\n        1. Recurring\r\n        2. Usage-based per-unit pricing model\r\n        3. Pick your price\r\n        4. Pick sum of usage values during period for usage (if desired)\r\n        5. Billing period monthly (if desired)\r\n        6. Select Create\r\n    11. Create a subscription\r\n    12. Assign a user\r\n    13. Assign the product from step 5\r\n    14. Go to the newly made subscription page\r\n    15. Copy the **Subscription Item ID** (note: this is not the Subscription ID)\r\n    16. Use this ID in your code to accrue to that account\r\n    17. Profit\r\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Dyvision  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "A python library to make some money",
    "version": "1.0.0",
    "project_urls": {
        "Documentation": "https://github.com/dyvision/monetize?tab=readme-ov-file",
        "Homepage": "https://github.com/dyvision/monetize",
        "Repository": "https://github.com/dyvision/monetize.git"
    },
    "split_keywords": [
        "stripe",
        " monetize",
        " money",
        " charge",
        " finance",
        " fintech"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c863a6427b3745cb401a6e08e6764bc306a99b6bde8d0a9474eb91cdfdb9b81",
                "md5": "b682ef9981b97dc1293682d3155c5295",
                "sha256": "c37793005fa5bd5b2d78cedfe1b41ade23484c0b625d8bb9bf7318125aa7fb1f"
            },
            "downloads": -1,
            "filename": "monetize-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b682ef9981b97dc1293682d3155c5295",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3939,
            "upload_time": "2024-07-16T16:30:59",
            "upload_time_iso_8601": "2024-07-16T16:30:59.898706Z",
            "url": "https://files.pythonhosted.org/packages/3c/86/3a6427b3745cb401a6e08e6764bc306a99b6bde8d0a9474eb91cdfdb9b81/monetize-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a94a6457ec0c1270122677d97ea7a51d1742125513e361b7cec3d9d642916ef5",
                "md5": "3df54ff8bfbf727c09f21f874eb26ec0",
                "sha256": "b8580774725ca381b6928c7f5bb6785d0e2bab2c7c49e79f36ee46a300fb9e84"
            },
            "downloads": -1,
            "filename": "monetize-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3df54ff8bfbf727c09f21f874eb26ec0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3301,
            "upload_time": "2024-07-16T16:31:02",
            "upload_time_iso_8601": "2024-07-16T16:31:02.148360Z",
            "url": "https://files.pythonhosted.org/packages/a9/4a/6457ec0c1270122677d97ea7a51d1742125513e361b7cec3d9d642916ef5/monetize-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-16 16:31:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dyvision",
    "github_project": "monetize?tab=readme-ov-file",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "monetize"
}
        
Elapsed time: 0.28413s