Updated PyPI (python) build script

This commit is contained in:
Joseph Henry
2018-02-08 16:02:32 -08:00
parent ec16276b4f
commit b08b856389
6 changed files with 39 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
# libzt
*Embed ZeroTier directly into your app*
*ZeroTier: Encrypted P2P communication between apps and services*
***
A library version of [ZeroTier](https://github.com/zerotier/ZeroTierOne), **libzt** makes it easy to securely connect devices, servers, cloud VMs, containers, and apps everywhere and manage them at scale. Now you can bake this ability directly into your app or service using your preferred language. We provide a POSIX-like socket API supporting `SOCK_STREAM`, `SOCK_DGRAM`, and `SOCK_RAW` to make the integration simple. There's no need for system-wide virtual interfaces. This connection is exclusive to your app and fully encrypted via the [Salsa20](https://en.wikipedia.org/wiki/Salsa20) cipher. For a more in-depth discussion on the technical side of ZeroTier, check out our [Manual](https://www.zerotier.com/manual.shtml?pk_campaign=github_libzt)