You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

siriuspy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

siriuspy

Development packages for Sirius

2.93.1
PyPI
Maintainers
1

INSTALL - siriuspy

This package can be installed using setuptools (>=16.0). There is no automatic dependency checking, so read the list below and ensure necessary dependencies are available. Developed and tested with Python 3 (3.4).

REQUIREMENTS

TESTS

To run the unittest suite:

  cd siriuspy
  ./setup.py test

To run a specific unittest subpacke:

   cd siriuspy
   ./setup.py test -s tests.search

INSTALLATION

To install to a default Python directory, run

    <python> setup.py install

Use the appropriate command in . Depending on permissions, it may be necessary to run the command with sudo or as superuser.

To install a development version, with a link to the local package files in the default Python directory, run

    <python> setup.py develop

Details and further options can be found in setuptools documentation.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts