packaged

The easiest way to ship python applications.

GPL-2.0 License

Downloads
743
Stars
40

Bot releases are visible (Hide)

packaged - `.pyc` generation Latest Release

Published by tusharsadhwani 4 months ago

With the help of the pycify package, it's now possible to convert the bundled .py files in the project to .pyc files, for performance or obfuscation uses.

What's Changed

New Contributors

Full Changelog: https://github.com/tusharsadhwani/packaged/compare/v0.5.3...v0.6.0

packaged - Better error handling

Published by github-actions[bot] 5 months ago

What's Changed

Full Changelog: https://github.com/tusharsadhwani/packaged/compare/v0.5.2...v0.5.3

packaged - arm64 on Linux

Published by github-actions[bot] 5 months ago

What's Changed

Full Changelog: https://github.com/tusharsadhwani/packaged/compare/v0.5.1...v0.5.2

packaged - Spinners!

Published by github-actions[bot] 5 months ago

What's Changed

Full Changelog: https://github.com/tusharsadhwani/packaged/compare/v0.5.0...v0.5.1

packaged - Support console scripts

Published by github-actions[bot] 5 months ago

What's Changed

Full Changelog: https://github.com/tusharsadhwani/packaged/compare/0.4.0...v0.5.0

packaged - Specifying python versions

Published by tusharsadhwani 5 months ago

What's Changed

Full Changelog: https://github.com/tusharsadhwani/packaged/compare/0.3.1...0.4.0

packaged - Proper licensing

Published by tusharsadhwani 6 months ago

This relicenses packaged to be under GPLv2. This is done because makeself is a direct dependency.

However this license doesn't affect the users of the package.

packaged - `packaged.toml` support

Published by tusharsadhwani 6 months ago

What's Changed

Full Changelog: https://github.com/tusharsadhwani/packaged/compare/0.2.0...0.3.0

packaged - First release

Published by tusharsadhwani 6 months ago

First working release! Adds an okayish CLI interface, a README and a few examples.