python-installer

A package installer for python


Keywords
python, package, installer, json
License
MIT
Install
pip install python-installer==0.0.2

Documentation

PSON

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

💬 Usage


To add a JSON to your program(for developers)
package build

To install the dependencies(for users)
package install

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.