pactus-sdk


Namepactus-sdk JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/pactus-project/python-sdk
SummaryPactus Development Kit
upload_time2024-08-23 15:42:06
maintainerNone
docs_urlNone
authorPactus Development Team
requires_python>=3.6
licenseNone
keywords pactus blockchain web3 dapp bls bech32
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pactus Python SDK

The Pactus Python SDK provides a set of utilities to seamlessly interact with the [Pactus](https://pactus.org) blockchain.
With this SDK, you can easily create transactions, sign messages, generate cryptographic keys, and more.

## Installation

You can install the SDK using `pip`:

```bash
pip install pactus-sdk
```

## Examples

To help you get started, we've included an `examples` folder that contains various scripts demonstrating how to
use the SDK for different tasks. These examples cover key generation, transaction creation, message signing, and more.

To run an example, navigate to the `examples` directory and execute the script using Python:

```bash
cd examples
python  example_key_generation.py
```

Explore the `examples` folder for more detailed usage scenarios.

## Development Setup

For local development, you can install the package in editable mode, which allows you to make changes and test them immediately:

```bash
pip install -e .
```

After making changes, it's important to ensure all tests pass by running:

```bash
python3 -m unittest discover tests
```

Maintaining code quality is crucial. Use [Ruff](https://docs.astral.sh/ruff/) to format and lint your code:

```bash
ruff format # formatting code style
ruff check # running linter
```

## Contributing

Contributions are welcome! Feel free to add features, fix bugs, or improve documentation via pull requests.

## License

This project is licensed under the [MIT License](./LICENSE).
By contributing, you agree to license your contributions under the same terms.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pactus-project/python-sdk",
    "name": "pactus-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "pactus, blockchain, web3, dapp, bls, bech32",
    "author": "Pactus Development Team",
    "author_email": "info@pactus.org",
    "download_url": "https://files.pythonhosted.org/packages/dc/aa/0432b0a22baba3f6360141768fe52306ab289903bfae1f751c92ce0fa761/pactus_sdk-1.0.0.tar.gz",
    "platform": null,
    "description": "# Pactus Python SDK\n\nThe Pactus Python SDK provides a set of utilities to seamlessly interact with the [Pactus](https://pactus.org) blockchain.\nWith this SDK, you can easily create transactions, sign messages, generate cryptographic keys, and more.\n\n## Installation\n\nYou can install the SDK using `pip`:\n\n```bash\npip install pactus-sdk\n```\n\n## Examples\n\nTo help you get started, we've included an `examples` folder that contains various scripts demonstrating how to\nuse the SDK for different tasks. These examples cover key generation, transaction creation, message signing, and more.\n\nTo run an example, navigate to the `examples` directory and execute the script using Python:\n\n```bash\ncd examples\npython  example_key_generation.py\n```\n\nExplore the `examples` folder for more detailed usage scenarios.\n\n## Development Setup\n\nFor local development, you can install the package in editable mode, which allows you to make changes and test them immediately:\n\n```bash\npip install -e .\n```\n\nAfter making changes, it's important to ensure all tests pass by running:\n\n```bash\npython3 -m unittest discover tests\n```\n\nMaintaining code quality is crucial. Use [Ruff](https://docs.astral.sh/ruff/) to format and lint your code:\n\n```bash\nruff format # formatting code style\nruff check # running linter\n```\n\n## Contributing\n\nContributions are welcome! Feel free to add features, fix bugs, or improve documentation via pull requests.\n\n## License\n\nThis project is licensed under the [MIT License](./LICENSE).\nBy contributing, you agree to license your contributions under the same terms.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Pactus Development Kit",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/pactus-project/python-sdk"
    },
    "split_keywords": [
        "pactus",
        " blockchain",
        " web3",
        " dapp",
        " bls",
        " bech32"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "854607b48b7cde5666156a10f6787de0be8274438e69e92e8eec5aa75fdb2fde",
                "md5": "fbf477f2bbd81186c5e13f74b62f8c7e",
                "sha256": "e940d4a15fac323ea077693335111980d7cdd5a6208492bccc429ffdf6cebea0"
            },
            "downloads": -1,
            "filename": "pactus_sdk-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fbf477f2bbd81186c5e13f74b62f8c7e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 43111,
            "upload_time": "2024-08-23T15:42:04",
            "upload_time_iso_8601": "2024-08-23T15:42:04.443614Z",
            "url": "https://files.pythonhosted.org/packages/85/46/07b48b7cde5666156a10f6787de0be8274438e69e92e8eec5aa75fdb2fde/pactus_sdk-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dcaa0432b0a22baba3f6360141768fe52306ab289903bfae1f751c92ce0fa761",
                "md5": "14dc252a8ed868b0e216ab87d369a6fb",
                "sha256": "971b92276ceaf5e249b7447e80f8375e8d560658f92bcb59a7037150775938bf"
            },
            "downloads": -1,
            "filename": "pactus_sdk-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "14dc252a8ed868b0e216ab87d369a6fb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 34629,
            "upload_time": "2024-08-23T15:42:06",
            "upload_time_iso_8601": "2024-08-23T15:42:06.377704Z",
            "url": "https://files.pythonhosted.org/packages/dc/aa/0432b0a22baba3f6360141768fe52306ab289903bfae1f751c92ce0fa761/pactus_sdk-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-23 15:42:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pactus-project",
    "github_project": "python-sdk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pactus-sdk"
}
        
Elapsed time: 0.35660s