A P2P framework which base on multi-process and threading with DNS syncing mechanism.
Project description
AtomicP2P
A high-availability peer-to-peer framework which base on multi-process and threading with distribute and DNS syncing mechanism.
Feature
- High-Availability with whole network.
- Multiprocessing / threading with each peer.
- Healthy infrastructure to build top application.
- DNS syncing mechanism.
- Decentralized and Kubernets / docker friendly deployed.
Installation
$ pip install AtomicP2P
Contributing
Tag a commit with AtomicP2P's __version__
.
# Add a simple tag.
$ grep "__version__ = " atomic_p2p/__init__.py | cut -d '"' -f 2 | xargs git tag
# Add a tag with messages.
$ grep "__version__ = " atomic_p2p/__init__.py | cut -d '"' -f 2 | xargs git tag -a
# Remove a tag.
$ grep "__version__ = " atomic_p2p/__init__.py | cut -d '"' -f 2 | xargs git tag -d
Doc Update
$ sphinx-apidoc -o ./docs/source/ ./atomic_p2p/ -f
$ sphinx-build -b html ./docs/source/ ./docs
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
AtomicP2P-0.0.6.tar.gz
(22.1 kB
view details)
File details
Details for the file AtomicP2P-0.0.6.tar.gz
.
File metadata
- Download URL: AtomicP2P-0.0.6.tar.gz
- Upload date:
- Size: 22.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fbc670c9eea1a063e79c7015b1c7d3f15de3ebdb04558d9a7e97a855980b2b3 |
|
MD5 | 4b2535f42a6e901a2b149a537fb8d48c |
|
BLAKE2b-256 | 530f455aceecfa9d0a0cba8074f0000804bd086aac32d736b9cad5201858760a |