Metadata-Version: 2.1
Name: megadata
Version: 0.0.73
Summary: tools from/for megadata
Author-email: Wanjo Chan <wanjochan@gmail.com>
Project-URL: Homepage, https://github.com/wanjo-tech/megadata
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# MEGADATA

lib and tools for 'megadata'

# PHILOSOPHY

"remove if worthy"

# INSTALL

python -m pip install -U megadata

# ROADMAP

https://github.com/wanjo-tech/megadata/discussions/3

# TODO

## more server/client shell for databases or servers ;)

```
python -m megadata *args **kwargs

e.g.

## start quick web on 127.0.0.1:80
-m megadata svrweb 80

## start quick nng on tcp://127.0.0.1:3366
-m megadata svrweb 3366
```

# NO WARRANT WARNING

## Use at your own risk !

This software package is intended for data research purposes only. It is provided as-is, without any warranties or guarantees of any kind. 

**Risk Disclosure:**
This software package is not intended for use in production systems. It may contain bugs, errors, or vulnerabilities that could result in unexpected behavior or compromise the security and integrity of your systems. By using this software package, you acknowledge and assume all risks associated with its use. The authors and contributors of this software package shall not be liable for any damages or losses arising from its use.

We strongly recommend not using this software package in any critical or production systems. It is solely for educational, experimental, and non-commercial purposes.

Please use this software package responsibly and at your own risk.

## 风险自负！

本软件包仅供数据研究目的使用。它是按原样提供的，没有任何形式的保证或担保。

**风险披露：**

本软件包不适用于生产系统。它可能包含漏洞、错误或脆弱性，这些可能导致意外行为或威胁到您系统的安全性和完整性。使用本软件包，您承认并承担与其使用相关的所有风险。本软件包的作者和贡献者不承担因其使用而产生的任何损害或损失。

我们强烈建议不在任何关键或生产系统中使用此软件包。它仅供教育、实验和非商业目的使用。

请负责任地使用本软件包，并自行承担风险



