A package that allows you to easily add a package installer to your project that keeps all of the modules included in the project and allows others to utilise it.
A JSON file providing information on the author, dependencies utilised, and dependencies that can be installed with a single command.
📥 Installation
pip install pson
To add a JSON to your program(for developers)
package build
To install the dependencies(for users)
package install
Contributions, issues and feature requests are welcome!
Feel free to check issues page.