New:Socket for Asana Is Now Available.Learn more
Get Started

braxton

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

braxton

Python utility and cryptography library

pipPyPI
Version
0.1.37
Weekly downloads
243
-15.33%
Maintainers
1
Weekly downloads
 
Created

infrared

Requirements

  • Python 3.11 or newer https://www.python.org/downloads/

Make a project and change to your project

mkdir your_project
cd your_project

Create and use virtual environment

python3.11 -m venv venv
source venv/bin/actiavte

Install braxton

What did you have in mind?

python -m pip install --upgrade --no-cache-dir braxton

USAGE EXAMPLE

import braxton

braxton.cwd_files()

creates RSA private and public key in current working directory

import braxton

braxton.home_cloud(port) 

creates a cloud web-app to share files in your local network

FAQs

Related posts