Skip to main content

Sixth offical python package

Project description

Sixth

N|Solid

Sixth helps you proactively identify security vulnerabilities and prevent cyberattacks on your system that could cost you millions of dollars.

Features

  • Automated Penetration Testing
  • End to End encryption of data
  • DDOS attack mitigation
  • Man in the Middle Attack prevention
  • No Rate Limit Attack Prevention
  • Cross site scripting mitigation
  • Cross site request forgery mitigation

Sixth SDK is a lightweight library that helps you make sure your application stays secured from all sorts of cybersecurity threats and attacks and helps you mitigate them. visit our website to get started!.

Installation and usage

Python

Sixth SDK is currently only available for fasiapi and can be installed as followed.

Installation

pip install sixth-python

usage

#import sixth SDK
from sixth.sdk import Sixth
from fastapi import FastAPI

app = FastAPI()
# initalize app, add routes, middleware, exception handlers etc


#....
Sixth(apikey="api key", app=app).init()
if __name__ == "__main__":
    uvicorn.run(app, host=host, port=PORT)

Javascript

Sixth SDK is currently only available for express and can be installed as followed.

Installation

npm i sixth-node

usage

import Sixth from "sixth-node";
import  express  from "express";

const app = express();

const six = new Sixth("apikey", app)
await six.init()
// add routes, middleware, exception handlers etc


// after done adding routes, middleware, etc
six.sync_project();
app.listen(PORT, ()=> console.log(`Server running on port: http://localhost:${PORT}`))

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

sixth-python-0.1.9.tar.gz (51.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sixth_python-0.1.9-py3-none-any.whl (64.1 kB view details)

Uploaded Python 3

File details

Details for the file sixth-python-0.1.9.tar.gz.

File metadata

  • Download URL: sixth-python-0.1.9.tar.gz
  • Upload date:
  • Size: 51.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.9

File hashes

Hashes for sixth-python-0.1.9.tar.gz
Algorithm Hash digest
SHA256 6a5452b66bea1f43bb4d123425475722580d8d82da1ea68ee37c3b21881b74ca
MD5 5a598583a39bcea4ba2acb4731848948
BLAKE2b-256 4c90b7b296a797fac771475c60652ec9d104acdc4f0e45e1e671b3c0336f42b5

See more details on using hashes here.

File details

Details for the file sixth_python-0.1.9-py3-none-any.whl.

File metadata

  • Download URL: sixth_python-0.1.9-py3-none-any.whl
  • Upload date:
  • Size: 64.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.9

File hashes

Hashes for sixth_python-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 2f1c245ec2492b998be410545bf5224dea47529e0ea2c2bb69a2fef692d10ba8
MD5 a949a57fbc2d6fda084e70ad8f403e2e
BLAKE2b-256 6b1e7b9d8a795b83b9aba826dfe2c60cc35d3999c162108cc1e1cd9847fdf903

See more details on using hashes here.

Supported by

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