Metadata-Version: 2.1
Name: condansis
Version: 0.3.2
Summary: Create installers for Python packages using NSIS and Conda
Home-page: http://guilhermebs.github.io/condansis
Author: Guilherme Saturnino
Author-email: GUISA@orsted.dk
License: UNKNOWN
Description: CondaNSIS
        ==========
        
        [![Test and Release](https://github.com/guilhermebs/CondaNSIS/actions/workflows/main.yml/badge.svg)](https://github.com/guilhermebs/CondaNSIS/actions/workflows/main.yml)
        
        [CondaNSIS](http://guilhermebs.github.io/condansis) packages Python applications into self-extracting installers for **Windows** by leveraging both [conda-pack](https://conda.github.io/conda-pack/) and [NSIS](https://nsis.sourceforge.io/Main_Page).
        
        This project is inspired by [PyNSIST](https://pynsist.readthedocs.io/en/latest/).
        
        Why?
        ----
        Bundlers such as [PyInstaller](https://www.pyinstaller.org/) are great for small apps, but often have problems packaging complex projects with many dependencies.
        Alternativelly, deployment with [Conda](https://docs.conda.io/en/latest/) can be difficult as as it requires an Anaconda or a Miniconda installation.
        
        CondaNSIS solves this problem by packaging your Python app together with a **local** and **isolated** Python environment, such that the target computer does not need neither Python nor a Conda already installed.
        
        Installation
        ------------
        CondaNSIS is avaliable through conda-forge
        
        ```
        conda install -c conda-forge condansis
        ```
        
        Usage
        ------
        Please see the [documentation page](http://guilhermebs.github.io/condansis)
        
        Developers
        -----------
        Guilherme Bicalho Saturnino (guisa@orsted.dk)
        
Keywords: packaging,installer,windows
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.5, <4
Description-Content-Type: text/markdown
Provides-Extra: test
