Metadata-Version: 2.1
Name: k3net
Version: 0.1.0
Summary: Utility functions for network related operation.
Home-page: https://github.com/pykit3/k3net
Author: Zhang Yanpo
Author-email: drdr.xp@gmail.com
License: MIT
Keywords: python,net
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.0
Description-Content-Type: text/markdown
Requires-Dist: k3ut (<0.2,>=0.1.15)
Requires-Dist: netifaces (~=0.11.0)
Requires-Dist: PyYAML (>=5.0.0)

# k3net

[![Action-CI](https://github.com/pykit3/k3net/actions/workflows/python-package.yml/badge.svg)](https://github.com/pykit3/k3net/actions/workflows/python-package.yml)
[![Build Status](https://travis-ci.com/pykit3/k3net.svg?branch=master)](https://travis-ci.com/pykit3/k3net)
[![Documentation Status](https://readthedocs.org/projects/k3net/badge/?version=stable)](https://k3net.readthedocs.io/en/stable/?badge=stable)
[![Package](https://img.shields.io/pypi/pyversions/k3net)](https://pypi.org/project/k3net)

Utility functions for network related operation.

k3net is a component of [pykit3] project: a python3 toolkit set.


Utility functions for network related operation.



# Install

```
pip install k3net
```

#   Author

Zhang Yanpo (张炎泼) <drdr.xp@gmail.com>

#   Copyright and License

The MIT License (MIT)

Copyright (c) 2015 Zhang Yanpo (张炎泼) <drdr.xp@gmail.com>


[pykit3]: https://github.com/pykit3

