Socket
Socket
Sign inDemoInstall

types-sqlalchemy-utils

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

types-sqlalchemy-utils

Type Stubs for sqlalchemy-utils


Maintainers
1

types-sqlalchemy-utils

This is a package containing type annotations for sqlalchemy-utils.

Installing:

Simply run the following in the environment in which you want to install this package:

# install types-sqlalchemy-utils
$ python -m pip install types-sqlalchemy-utils

or add it to your requirements file.

Developing

This is a partial stub package, only covering a part of the functions and objects available in sqlalchemy-utils. Contributions (both in adding stubs for more functions, or keeping up to date with sqlalchemy-utils itself) are welcome.

All the formatting is done using pre-commit. To use this, run the following:

# install pre-commit
$ python -m pip install pre-commit

# Set up the hooks (so pre-commit automatically runs when you do a commit)
$ cd root/directory/of/the/pulled/repository
$ pre-commit install

# This will run automatically whenever a commit is created
# To run it manually, use:
$ pre-commit run --all-files

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc