Skip to main content

A P2P framework which base on multi-process and threading with DNS syncing mechanism.

Project description

AtomicP2P

PyPI version Build Status codecov Maintainability
A high-availability peer-to-peer framework which base on multi-process and threading with distribute and DNS syncing mechanism.

Feature

  1. High-Availability with whole network.
  2. Multiprocessing / threading with each peer.
  3. Healthy infrastructure to build top application.
  4. DNS syncing mechanism.
  5. 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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page