Metadata-Version: 2.1
Name: dimples
Version: 1.5.2
Summary: DIMP Library for Edges and Stations
Home-page: https://github.com/dimchat/demo-py
Author: Albert Moky
Author-email: albert.moky@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# DIMP Library for Edges and Stations (Python version)

[![License](https://img.shields.io/github/license/dimchat/demo-py)](https://github.com/dimchat/demo-py/blob/master/LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/dimchat/demo-py/pulls)
[![Platform](https://img.shields.io/badge/Platform-Python%203-brightgreen.svg)](https://github.com/dimchat/demo-py/wiki)
[![Issues](https://img.shields.io/github/issues/dimchat/demo-py)](https://github.com/dimchat/demo-py/issues)
[![Repo Size](https://img.shields.io/github/repo-size/dimchat/demo-py)](https://github.com/dimchat/demo-py/archive/refs/heads/main.zip)
[![Tags](https://img.shields.io/github/tag/dimchat/demo-py)](https://github.com/dimchat/demo-py/tags)
[![Version](https://img.shields.io/pypi/v/dimples)](https://pypi.org/project/dimples)

[![Watchers](https://img.shields.io/github/watchers/dimchat/demo-py)](https://github.com/dimchat/demo-py/watchers)
[![Forks](https://img.shields.io/github/forks/dimchat/demo-py)](https://github.com/dimchat/demo-py/forks)
[![Stars](https://img.shields.io/github/stars/dimchat/demo-py)](https://github.com/dimchat/demo-py/stargazers)
[![Followers](https://img.shields.io/github/followers/dimchat)](https://github.com/orgs/dimchat/followers)

## Dependencies

* setup.py

```
    install_requires=[
        # 'pycryptodome',  # 3.14.1
        # 'base58',  # 1.0.3
        # 'ecdsa',   # 0.16.1
        'dimplugins>=2.3.0',

        'dimsdk>=2.3.0',
        # 'dimp>=2.3.0',
        # 'dkd>=2.3.0',
        # 'mkm>=2.3.0',

        'startrek>=2.2.2',
        'tcp>=2.2.2',
        'udp>=2.2.2',

        'aiou>=0.3.0',
    ]
```

* Latest Versions

| Name | Version | Description |
|------|---------|-------------|
| [Ming Ke Ming (名可名)](https://github.com/dimchat/mkm-py) | [![Version](https://img.shields.io/pypi/v/mkm)](https://pypi.org/project/mkm) | Decentralized User Identity Authentication |
| [Dao Ke Dao (道可道)](https://github.com/dimchat/dkd-py) | [![Version](https://img.shields.io/pypi/v/dkd)](https://pypi.org/project/dkd) | Universal Message Module |
| [DIMP (去中心化通讯协议)](https://github.com/dimchat/core-py) | [![Version](https://img.shields.io/pypi/v/dimp)](https://pypi.org/project/dimp) | Decentralized Instant Messaging Protocol |
| [DIM SDK](https://github.com/dimchat/sdk-py) | [![Version](https://img.shields.io/pypi/v/dimsdk)](https://pypi.org/project/dimsdk) | Software Development Kit |
| [DIM Plugins](https://github.com/dimchat/sdk-dart) | [![Version](https://img.shields.io/pypi/v/dimplugins)](https://pypi.org/project/dimplugins) | Cryptography & Account Plugins |

Talk is cheap, [read my codes](https://github.com/dimchat/demo-py).

----

Copyright &copy; 2018-2025 Albert Moky
[![Followers](https://img.shields.io/github/followers/moky)](https://github.com/moky?tab=followers)
