ποΈ Create Commune
Before creating a module, we will need to go over the following:
ποΈ Deploy Module
So you have your first module ready. Now you want to deploy it as a remote module.
ποΈ Register Commune
Register a Module
ποΈ Namespace
A namespace is a map of the module's name to it's IP address that its served on. The purpose of this is for navigation over modules across the internet. Namespaces can be local to you, between you and a few buds, or global across the network.
ποΈ Connect a Module
To connect with a module within a namespace, do this:
ποΈ PyParse Cli Basics
We have a pythonic cli for commune, which is a wrapper around the c.Module library. This is a simple way to interact with the commune library. This does not need to be formated like argparse, and is more like a pythonic cli, where you can test out the functions and modules.
ποΈ Key Basics
Listing Keys