CondaNSIS
CondaNSIS is a solution to package Python applications into self-extracting installers by leveraging both conda-pack and NSIS. This project is inspired by PyNSIST.
Why?
PyInstaller is great for small apps, but it has problems packaging complex projects with many dependencies. However, deployment with conda can be difficult as environments are managed globally and things can get very confusing, especially if the application is deployed to users' computers and they have the added responsibility of managing their own environments. CondaNSIS solves this problem by providing a way to package your Python app together with a local and isolated Python environment, such that the target computer does not even need conda to run it!
Installation
TODO
Usage
TODO: Link to docs
How it works
CondaNSIS will:
- Create the conda environment described in the package's environment.yml in a temporary directory
- Isolate the environment using conda-pack
- Package the isolated environment together with any extra files in a self-extracting executable using NSIS
FAQ
-
Can I execute the installer silently without the GUI?
Yes, just use the
/Sswitch. Please refer to the NSIS documentation for more options
Developers
Guilherme Bicalho Saturnino (guisa@orsted.dk)
Release files for condansis 0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| condansis-0.3-py3-none-any.whl | Python 3 | none | any | Details |
Release files / condansis-0.3-py3-none-any.whl
| Download URL | condansis-0.3-py3-none-any.whl |
|---|---|
| Size | 11.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
482ec2dccd6eebf9b19bd89141269b0b6ad4c8190aca370fc952fc73140b759e
|
|
BLAKE2b-256 checksum How to use checksums |
dd225d3e3b5a723cf72aa5bdf832ae7d4d2507b372abb1ff502e166b28c286e6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
|