Metadata-Version: 2.1
Name: dimensigon
Version: 0.2.6.dev2
Summary: Distributed Management and orchestration through RESTful, Mesh Networking and with a flair of IoT.
Home-page: https://github.com/dimensigon/dimensigon
Author: Joan Prat
Author-email: joan.prat@dimensigon.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: PyYAML
Requires-Dist: RestrictedPython
Requires-Dist: aiohttp
Requires-Dist: apscheduler
Requires-Dist: click
Requires-Dist: coolname
Requires-Dist: coverage
Requires-Dist: cryptography
Requires-Dist: dataclasses
Requires-Dist: dill
Requires-Dist: docopt
Requires-Dist: Flask
Requires-Dist: flask-JWT-Extended
Requires-Dist: flask-RESTFul
Requires-Dist: flask-SQLAlchemy
Requires-Dist: gunicorn
Requires-Dist: jinja2
Requires-Dist: jinja2schema
Requires-Dist: jsonschema
Requires-Dist: netifaces
Requires-Dist: passlib
Requires-Dist: prompt-toolkit
Requires-Dist: pygments
Requires-Dist: python-dateutil
Requires-Dist: requests
Requires-Dist: rsa
Requires-Dist: schema
Requires-Dist: setuptools
Requires-Dist: six
Requires-Dist: tzlocal (<3.0)
Requires-Dist: watchdog

**Dimensigon (DM)** is our backend technology at store.dimensigon.com to bootstrap ELASTIC Services.

As main features:

- Polyglot or Heterogeneous orquestrations
- Mesh Networking
- Decentralization of IoT or IoT 2.0 as we understand it for our own implementation.
- Distributed-Decentralized Server Management, High-complex orchestrations
- Full RESTful and easily embeddable
- Distributed Vault for Configuration Management or Secrets
- Log Federation
- Double Encryption (SSL + Encrypted messaging by default)
- ACLs for higher granularity and security control on top of OS Security.


All these functionality makes **Dimensigon (DM)** a good standard for companies serving as Coordination layer for all automation technologies (Polyglot).
**Dimensigon** (DM) lowers the costs of administration and simplify the management of high-complex environments like Hybrid Multi-Cloud.


**Dimensigon (DM)** is a 100% Python and REAL Open Source project.

**REAL Open Source** => No Freemium or Enterprise versions would be available in the future

```shell script
echo "1245 root p_mon_DWCH_2 " |
while read PID PUSER PARGS RESTVAR; do
    DBNAME_LENGTH=${#PARGS} && DBNAME=${PARGS:9:DBNAME_LENGTH}
    ORACLE_HOME=`echo $PID`
    echo "$PUSER:$ORACLE_HOME:$DBNAME"    
done
```


