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

inators

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inators

inators: utilities for inators

2.1.0
PyPI
Maintainers
1

======= inators

.. image:: https://img.shields.io/pypi/v/inators?logo=python&logoColor=white :target: https://pypi.org/project/inators/ .. image:: https://img.shields.io/pypi/l/inators?logo=open-source-initiative&logoColor=white :target: https://pypi.org/project/inators/ .. image:: https://img.shields.io/github/workflow/status/renatahodovan/inators/main/master?logo=github&logoColor=white :target: https://github.com/renatahodovan/inators/actions .. image:: https://img.shields.io/coveralls/github/renatahodovan/inators/master?logo=coveralls&logoColor=white :target: https://coveralls.io/github/renatahodovan/inators

.. start included documentation

inators is a collection of useful utilities mostly used by the ...inator project family, whence its name.

Requirements

  • Python_ >= 3.5

.. _Python: https://www.python.org

Install

To use inators in another project, it can be added to setup.cfg as an install requirement (if using setuptools_ with declarative config):

.. code-block:: ini

[options]
install_requires =
    inators

To install inators manually, e.g., into a virtual environment, use pip_::

pip install inators

The above approaches install the latest release of inators from PyPI_. Alternatively, for the development version, clone the project and perform a local install::

pip install .

.. _setuptools: https://github.com/pypa/setuptools .. _pip: https://pip.pypa.io .. _PyPI: https://pypi.org/

.. end included documentation

Licensed under the BSD 3-Clause License_.

.. _License: LICENSE.rst

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