pycall.rb VS Themis

Compare pycall.rb vs Themis and see what are their differences.

pycall.rb

Calling Python functions from the Ruby language (by mrkn)

Themis

Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms. (by cossacklabs)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
pycall.rb Themis
6 2
1,030 1,811
- 0.9%
6.0 5.1
7 months ago 10 days ago
C C
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pycall.rb

Posts with mentions or reviews of pycall.rb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-08.
  • Call Python functions from the Ruby language
    1 project | news.ycombinator.com | 13 Mar 2024
  • RFC: Run Python from Ruby and Ruby from Python
    3 projects | /r/ruby | 8 Oct 2023
    Yeah, I know there are few libraries that do similar things: pycall.rb and rb_call, and there is also rubypython, but it's not supported and doesn't work with Python 3. I used pycall to create matplotlib charts from Ruby, it's great, and I'm gonna use part of its code, type conversion implementation, for example. But I don't think it's enough, it's like a one way bridge, I want more, I want to call Python from Ruby and Ruby from Python at the same time: create an Airfow PythonOperator, invoke Ruby code inside, store some value into XCom. What about rb_call, I don't like how it's implemented at all, it starts a separate process and serializes data using MessagePack RPC, so you can't use callbacks. It's not even possible to pass a Python object as an argument or call Ruby method that requires a block. And of course it's not effective.
  • Building an app around a LLM, Rails + Python or just Python?
    6 projects | /r/rails | 6 Jun 2023
    I have build a rails app that uses openai gem and it's working very well. For more advanced things I am exploring Pycall: https://github.com/mrkn/pycall.rb to call python functions. Don't have any experience though.
  • What's the easiest way to interface my Rails app with a Python library?
    1 project | /r/rubyonrails | 22 Jan 2023
    I have use this before cool and easy also could run in heroku ()( for my case https://github.com/mrkn/pycall.rb
  • Help!
    3 projects | /r/ruby | 13 Jan 2023
    From docs. I was able to install matplotlib (without --pre):
  • Tips for collaborating with datascience teams
    1 project | /r/rails | 29 Oct 2021
    We use https://github.com/mrkn/pycall.rb extensively to interface with python libraries. So far, the only problem we have is memory leaks in python, but we mitigated the problem by isolating the leaking parts in a separate process.

Themis

Posts with mentions or reviews of Themis. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-12.

What are some alternatives?

When comparing pycall.rb and Themis you can also consider the following projects:

hashpling - hashpling allows you to use shebang on non-UNIX platform

DOMPurify - DOMPurify - a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. DOMPurify works with a secure default, but offers a lot of configurability and hooks. Demo:

data-science-with-ruby - Practical Data Science with Ruby based tools.

tweetnacl-java - TweetNaCl in Java - a port of TweetNaCl-js

ruby-openai - OpenAI API + Ruby! 🤖❤️ Now with Assistants v2, Batches & Ollama/Groq 🚀

cryptography - cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.

soloud - Free, easy, portable audio engine for games

snyk - Snyk CLI scans and monitors your projects for security vulnerabilities. [Moved to: https://github.com/snyk/cli]

boxcars - Building applications with composability using Boxcars with LLM's. Inspired by LangChain.

NeDB - The JavaScript Database, for Node.js, nw.js, electron and the browser

langchainrb - Build LLM-powered applications in Ruby

Paramiko - The leading native Python SSHv2 protocol library.