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

lmrtfy

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lmrtfy

Turn variables into program arguments. Auto-generates a CLI interface and an API using lmrtfy.de.

  • 0.0.13
  • PyPI
  • Socket score

Maintainers
2

Logo

web app

Website badge

repo badge GitHub Stars BSD-3 badge

LMRTFY stands for Let Me Run That For You.

✅ Create functions that run in the cloud, on your servers or even on your laptop.

✅ Call them from code that runs somewhere else, just like a regular function.

Share functions with friends and colleagues, track their usage and monetize their usage.

✅ Works with Python, but more languages will be added in the future.


Linter Documentation (stable) Documentation (latest)

Introduction

LMRTFY is a tool to share scripts via the cloud. Your scripts can run on your laptop, on your server or in the cloud. You and everybody you shared your deployed script with can call the function straight from their own code using the lmrtfy package

We strive to provide a frictionless developer experience:

  • Change as little code as possible to use LMRTFY
  • Call deployed function like any other function provided by a local library

Quickstart - TL;DR

  1. install with pip install lmrtfy
  2. login/sign up with lmrtfy login
  3. run $ ipython and from lmrtfy.functions import catalog
  4. call the provided example with job = catalog.examples.free_fall_lmrtfy(100.)
  5. get the results with job.results

As you can see in step 4, it's as simple as calling a regular function from any other library you have installed locally.

Examples

The examples are provided in the examples/ directory. They are work in progress. As lmrtfy matures, more and more examples will be added.

If you miss an example for a specific use case, please let us know, and we will add one!

License

BSD 3-Clause License

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