Metadata-Version: 2.1
Name: metanode-sdk
Version: 1.1.0
Summary: MetaNode SDK - Blockchain & dApp Deployment Infrastructure
Home-page: https://github.com/metanode/metanode-sdk
Author: MetaNode Foundation
Author-email: dev@metanode.network
Project-URL: Bug Tracker, https://github.com/metanode/metanode-sdk/issues
Project-URL: Documentation, https://github.com/metanode/metanode-sdk/docs
Project-URL: Source Code, https://github.com/metanode/metanode-sdk
Keywords: blockchain,dapp,federated computing,web3,docker,kubernetes,decentralized
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: typer>=0.7.0
Requires-Dist: rich>=12.0.0
Requires-Dist: pyyaml>=6.0.0
Requires-Dist: cryptography>=38.0.0
Requires-Dist: requests>=2.28.0
Requires-Dist: asyncio>=3.4.3
Requires-Dist: pydantic>=1.9.0
Requires-Dist: click>=8.0.0
Requires-Dist: kubernetes>=26.1.0
Requires-Dist: ipfshttpclient==0.8.0a2
Requires-Dist: base58>=2.1.1
Requires-Dist: web3>=6.0.0
Requires-Dist: sshpass>=1.0.6


    MetaNode SDK provides a complete blockchain-grade infrastructure for secure,
    lightweight federated computing and automated dApp deployments. It includes wallet management, 
    mining console, mainnet deployment, cloud resource management tools, and secure 
    Kubernetes integration for testnet and application deployment.
    
    The SDK now supports automatic transformation of any application into a decentralized
    application (dApp) with blockchain properties using the successful vPod container approach.
    Applications can be automatically deployed to mainnet or testnet with proper docker.lock
    and Kubernetes blockchain cluster integration.
    
