Fabric is a high level Python (2.7, 3.4+) library designed to execute shell commands remotely over SSH, yielding useful Python objects in return
pip install fabric
from fabric import Connection
| import asyncio | |
| import inspect | |
| import json | |
| import logging | |
| import uuid | |
| from asyncio import Queue, CancelledError | |
| from sanic import Sanic, Blueprint, response | |
| from sanic.request import Request | |
| from typing import Text, List, Dict, Any, Optional, Callable, Iterable, Awaitable |
| import logging | |
| import uuid | |
| from sanic import Blueprint, response | |
| from sanic.request import Request | |
| from socketio import AsyncServer | |
| from typing import Optional, Text, Any, List, Dict, Iterable | |
| from rasa.core.channels.channel import InputChannel | |
| from rasa.core.channels.channel import UserMessage, OutputChannel |
| import logging | |
| import json | |
| from copy import deepcopy | |
| from sanic import Blueprint, response | |
| from sanic.request import Request | |
| from telegram import ( | |
| Bot, | |
| InlineKeyboardButton, | |
| Update, | |
| InlineKeyboardMarkup, |
cd /etc/mongod.conf
#security:
# authroization: "enabled"
| import logging | |
| import json | |
| from copy import deepcopy | |
| from sanic import Blueprint, response | |
| from sanic.request import Request | |
| from telegram import ( | |
| Bot, | |
| InlineKeyboardButton, | |
| Update, | |
| InlineKeyboardMarkup, |
git clone https://www.github.com/shivampip/tenpy
git checkout -b my_new_branch