Metadata-Version: 2.1
Name: pyship
Version: 0.1.2
Summary: freezer, installer and updater for Python applications
Home-page: https://github.com/jamesabel/pyship
Author: abel
Author-email: j@abel.co
License: MIT License
Download-URL: https://github.com/jamesabel/pyship
Keywords: freezer,installer,ship
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools
Requires-Dist: wheel
Requires-Dist: ismain
Requires-Dist: balsa
Requires-Dist: requests
Requires-Dist: attrs
Requires-Dist: typeguard
Requires-Dist: toml
Requires-Dist: pyinstaller
Requires-Dist: semver
Requires-Dist: python-dateutil
Requires-Dist: wheel-inspect
Requires-Dist: boto3
Requires-Dist: awsimple
Requires-Dist: pyshipupdate


# PyShip

Enables shipping a python application to end users.

## PyShip's Major Features

* Freeze practically any Python application
* Creates an installer
* Uploads application installer and updates to the cloud
* Automatic application updating in the background (no user intervention)
* OS native application (e.g. .exe for Windows)
* Run on OS startup option

## Documentation and Examples

[Learn PyShip By Example](https://github.com/jamesabel/pyshipexample)

[Short video on pyship given at Pyninsula](https://abelpublic.s3.us-west-2.amazonaws.com/pyship_pyninsula_10_2020.mkv)


