Quick Start
First of all you need an account. Sign up to obtain an api token.
Note
With the registration, you can obtain a free token to build a daily valid software or production token with no limit for your builded software. An api token is a 40 character lenght string.
Install secupy from pip:
$ pip install secupy
Activate your host secupy activate --token <api token>
$ secupy activate --token X123456789Y123456789Z123456789K123456789
Build you software secupy build -s <source code directory> -d <destination directory>
$ secupy build -s . -d ./protected_src
And finally run it assuming we call a module called entrypoint
in the protected_src
directory:
$ cd protected_src
$ secupy -m entrypoint