Skip to main content

Six offical python ackage

Project description

Sixth

N|Solid

Six 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 six-python

usage

#import sixth SDK
from sixth_sense.sixth_sense import SixthSense
from fastapi import FastAPI

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


#....
SixthSense(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 SixthSense from "sixth-node";
import  express  from "express";

const app = express();

const six = new SixthSense("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-sense-0.0.5.tar.gz (9.8 kB view details)

Uploaded Source

Built Distribution

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

sixth_sense-0.0.5-py3-none-any.whl (12.8 kB view details)

Uploaded Python 3

File details

Details for the file sixth-sense-0.0.5.tar.gz.

File metadata

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

File hashes

Hashes for sixth-sense-0.0.5.tar.gz
Algorithm Hash digest
SHA256 a0b03b75d056a1b0710ecc3a5e524b80def9b5f1afda9433c87caff4bd4640e9
MD5 365cef85b61c69b82614e0871907d8b9
BLAKE2b-256 a9949d8f5e48573050126ea0265384891d6702d549ea3928bd1e697a7de82bcb

See more details on using hashes here.

File details

Details for the file sixth_sense-0.0.5-py3-none-any.whl.

File metadata

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

File hashes

Hashes for sixth_sense-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 a3489b5989403c016ad5ca50ccf96051615f4ccdecd34647add7da5a42e2475e
MD5 0ba308f7d52c2168d2062b7e9d3d5877
BLAKE2b-256 588f9e457b2c0d880c9630c2a7ec9bf4d391753a3b4cced85c5024c67054cd72

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