Browse Source

Update various READMEs

pull/8/head
Joseph Henry 5 years ago
parent
commit
43ebeb2760
No known key found for this signature in database
GPG Key ID: C45B33FF5EBC9344
  1. 2
      README.md
  2. 11
      pkg/README.md
  3. 20
      pkg/pypi/README.md
  4. 0
      pkg/pypi/README.rst

2
README.md

@ -12,7 +12,7 @@ Peer-to-peer and cross-platform encrypted connections built right into your app
<br>
<a href="https://www.twitter.com/zerotier"><img alt="latest libzt version" src="https://img.shields.io/github/v/tag/zerotier/libzt?label=latest version"/></a>
<img alt="latest libzt version" src="https://img.shields.io/github/v/tag/zerotier/libzt?label=latest version"/></a>
<a href="https://github.com/zerotier/libzt/commits/master"><img alt="Last Commit" src="https://img.shields.io/github/last-commit/zerotier/libzt"/></a>
<a href="https://github.com/zerotier/libzt/actions"><img alt="Build Status (master branch)" src="https://img.shields.io/github/workflow/status/zerotier/libzt/CMake/master"/></a>
</div>

11
pkg/README.md

@ -0,0 +1,11 @@
# Packages
This is where package spec files, source trees, project configs, etc live.
## Example usage
- See [examples/](../../examples/)
## Implementation Details
- See [src/bindings/](../../src/bindings/)

20
pkg/pypi/README.md

@ -1,13 +1,17 @@
# PyPI Package ([pypi/libzt](https://pypi.python.org/pypi/libzt))
<div align="center">
```
pip install libzt
```
<img width=120px src=https://github.com/zerotier/ZeroTierOne/raw/master/artwork/ZeroTierIcon512x512.png></img>
### Example usage
<h1>libzt (ZeroTier)</h1>
Peer-to-peer and cross-platform encrypted connections built right into your app or service. No drivers, no root, and no host configuration.
- See [examples/python](../../examples/python)
<a href="https://github.com/zerotier/libzt/"><img alt="latest libzt version" src="https://img.shields.io/github/v/tag/zerotier/libzt?label=latest version"/></a>
<a href="https://github.com/zerotier/libzt/commits/master"><img alt="Last Commit" src="https://img.shields.io/github/last-commit/zerotier/libzt"/></a>
<a href="https://github.com/zerotier/libzt/actions"><img alt="Build Status (master branch)" src="https://img.shields.io/github/workflow/status/zerotier/libzt/CMake/master"/></a>
</div>
### Implementation Details
<div align="center">
- See [src/bindings/python](../../src/bindings/python)
Examples, tutorials and API docs for Python and other languages: [github.com/zerotier/libzt](https://www.github.com/zerotier/libzt)
*NOTE: The implementation of this language binding attempts to be as Pythonic as possible. If something is not as it should be, please make a pull request or issue. Thanks.*

0
pkg/pypi/README.rst

Loading…
Cancel
Save