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

acnaweblib

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acnaweblib

  • 0.1.19
  • PyPI
  • Socket score

Maintainers
1

Welcome to acnaweblib

version licence

This is a Python library for testing

Installation

acnaweblib supports Python 3.8 and higher.

System-wide or user-wide installation with pipx

Use the package manager pip to install acnaweblib.

$ pip install acnaweblib

Usage

from acnaweblib import calculator

# returns 6
result = calculator.add(4,2)

Developing

Development requires Python 3.8+; otherwise you'll get false positive type failures.

To work on the acnaweblib code: pull the repository, create and activate a virtualenv, then run:

make dev

Testing

make test

Publish

make push

Author

👤 Antonio Carlos de Lima Junior

References

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