Metadata-Version: 2.4
Name: centralnicreseller.apiconnector
Version: 5.0.1
Summary: centralnicreseller.apiconnector is an API connector library for the insanely fast CentralNic Reseller (fka. RRPProxy) Backend API.
Author-email: Kai Schwarz <kai.schwarz@centralnic.com>, Asif Nawaz <asif.nawaz@centralnic.com>
Maintainer-email: Kai Schwarz <kai.schwarz@centralnic.com>, Asif Nawaz <asif.nawaz@centralnic.com>
License: MIT License
        
        Copyright (c) 2024 CentralNic Reseller, Team Internet Group PLC.
        
        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.
        
Project-URL: homepage, https://github.com/centralnicgroup-opensource/rtldev-middleware-python-sdk/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.md
Requires-Dist: docutils<1,>=0
Requires-Dist: pdoc3>=0.11.5
Requires-Dist: pytest-cov<8,>=2
Requires-Dist: twine<7,>=4
Requires-Dist: black<27,>=23
Requires-Dist: idna>=3
Dynamic: license-file

# python-sdk

[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Build Status](https://github.com/centralnicgroup-opensource/rtldev-middleware-python-sdk/workflows/Release/badge.svg?branch=master)](https://github.com/centralnicgroup-opensource/rtldev-middleware-python-sdk/workflows/Release/badge.svg?branch=master)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/centralnicreseller.apiconnector.svg)](https://www.python.org/)
[![PyPI](https://img.shields.io/pypi/v/centralnicreseller.apiconnector.svg)](https://pypi.org/project/centralnicreseller.apiconnector/)
[![Documentation Status](https://readthedocs.org/projects/centralnicreseller-python-sdk/badge/?version=latest)](https://centralnicreseller-python-sdk.readthedocs.io/en/latest/?badge=latest)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/centralnicgroup-opensource/rtldev-middleware-python-sdk/blob/master/CONTRIBUTING.md)

This module is a connector library for the insanely fast CentralNic Reseller Backend API. For further informations visit our [homepage](https://www.centralnicreseller.com) and do not hesitate to [contact us](https://www.centralnicreseller.com/contact).

## Deprecation Notice: Hexonet Python SDK

This SDK succeeds the deprecated Hexonet Python SDK. It is an enhanced version that builds upon the foundation laid by the Hexonet SDK, offering improved features and performance. Hexonet is migrating to CentralNic Reseller, ensuring continued support and development under the new branding.

## Resources

- [Documentation](https://support.centralnicreseller.com/hc/en-gb/articles/5714403954333-Self-Development-Kit-for-Python)
- [Release Notes](https://github.com/centralnicgroup-opensource/rtldev-middleware-python-sdk/releases)

## Running the Demo Application

To run the demo application, follow these steps:

1. **Set Your Credentials**: Ensure your credentials are available. You can either:
  - Replace them directly in the application file.
  - Set the environment variables `CNR_TEST_USER` and `CNR_TEST_PASSWORD` in your terminal.

2. **Execute the Demo**: Once your credentials are set, run the following command in the terminal:

   ```sh
   npm run test-demo
   ```

3. **Update Demo Contents**: If you need to update the contents of the demo file, you can find it at:

   ```plaintext
   tests/app.py
   ```

By following these steps, you can successfully run and update the demo application.

## Authors

List of responsible developers can be found [here](https://github.com/centralnicgroup-opensource/rtldev-middleware-python-sdk/blob/master/AUTHORS.md)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
