Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

thoth-python

Package Overview
Dependencies
Maintainers
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thoth-python

A Python ecosystem specific library

  • 0.17.0
  • Source
  • PyPI
  • Socket score

Maintainers
4

Thoth Python

This library provides routines for Python specific operations for project Thoth <https://thoth-station.ninja>_. An example of routines present in this library:

  • manipulating with project (see Project abstraction)
  • operations on top of requirements.txt files and/or Pipfile and Pipfile.lock files
  • operations on top of constraints.txt files
  • operations for operating with Python package source indexes (PEP-0503 <https://www.python.org/dev/peps/pep-0503/>_ compatible simple repository API)
  • operations for Python packages (default and the development ones) and their in memory hierarchical structures

Installation

This package is available on PyPI <https://pypi.org/project/thoth-python/>. You can install it with pip or Pipenv <https://pipenv.readthedocs.io>:

.. code-block:: console

pipenv install thoth-python

Running and testing

You can use Pipenv for managing this project and execute testsuite using setup.py's test command:

.. code-block:: console

Clone this package:

git clone https://github.com/thoth-station/python.git thoth-python cd thoth-python pipenv install --dev pipenv run python3 setup.py test

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