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

pypara

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pypara

Currencies, Monetary Value Arithmetic/Conversion and Some Type Convenience

  • 0.1.1
  • PyPI
  • Socket score

Maintainers
1

Python Library for Currencies and Monetary Values

PyPI Python Versions License Builds Issues Last Commit

TODO: Provide a complete README.

Development Notes

Enter the Nix shell:

nix-shell

Run the test suite:

python -m nox

Note: Since we are under Nix shell, nox command will attempt to use its own Python interpreter pinned during nox installation. We want our own interpreter to be used during nox checks.

Alternatively:

nix-shell --argstr python python39  --run "python -m nox"
nix-shell --argstr python python310 --run "python -m nox"
nix-shell --argstr python python311 --run "python -m nox"

Note: Python 3.9 test are not added to GitHub Actions test workflow. It takes very long to setup the Nix shell as Python 3.9 packages are no longer fetched from the cache.

Publishing

Building a package and uploading it to PyPI is handled by the GitHub Action upon successful GitHub Release (using Release Please Action).

However, in the event of emergency, you can still manually build a package and upload it to PyPI:

rm -Rf dist/
python -m build
twine check dist/*
twine upload -s dist/*

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