New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pysts

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pysts

Basic python utilities

  • 0.9.45
  • PyPI
  • Socket score

Maintainers
1

Download License Status Build Status Coverage Status Python

description

This is a utility package composed of several modules.

Installation

pip install pysts

Tests

If the module is installed through pip: pytest

Run the tests from the local setup directory: python -m pytest

Code coverage

Generate coverage report with: py.test --cov=python_utils tests/

before_script:
- bumpversion minor setup.py
or
- bumpversion --new-version 0.9.13 setup.py
script:
- pip install --user --upgrade setuptools wheel twine numpy
- python setup.py sdist bdist_wheel
- python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/pysts-0.9.13* -u USERNAME -p PASSWORD

NOTE: Delete previous builds before uploading

Add pypi repo:
- pip config --user set global.gtlpypi https://pypi.gtl.fyi/simple/
download:
- pip install --upgrade -i https://pypi.gtl.fyi/simple pysts

OR

-pip install --upgrade git+https://github.com/sdswart/pysts.git

Keywords

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc