How to ship a project to a customer without them being able to read code, strings?

This page summarizes the projects mentioned and recommended in the original post on /r/Python

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
  • chameleon

    PowerShell Script Obfuscator (by klezVirus)

  • Is an obfuscator the only way? https://github.com/klezVirus/chameleon seems like the best recommendation I can find here.

  • Nuitka

    Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, and 3.11. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.

  • https://nuitka.net/ is a great compiler for python code. Another option that isn't as obfuscated is the official compiler used in mypy if you have 100% type coverage: https://mypyc.readthedocs.io/en/latest/

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Py2wasm – A Python to WASM Compiler

    4 projects | news.ycombinator.com | 22 Apr 2024
  • Briefcase: Convert a Python project into a standalone native application

    4 projects | news.ycombinator.com | 3 Aug 2023
  • Ask HN: How does Nuitka (Python compiler) work?

    1 project | news.ycombinator.com | 22 Jul 2023
  • Python cruising on back of c++

    3 projects | /r/ProgrammerHumor | 18 May 2023
  • Is cython a safe option for obfuscate a python project?

    1 project | /r/learnpython | 13 May 2023