Skip to main content

The Plugin Oriented Programming System

Project description

Pop is used to express the Plugin Oriented Programming Paradigm. The Plugin Oriented Programming Paradigm has been designed to make pluggable software easy to write and easy to extend.

Plugin Oriented Programming presents a new way to scale development teams and deliver complex software. This is done by making the applications entirely out of plugins, and also making the applications themselves natively pluggable with each other.

Using Plugin Oriented Programming it then becomes easy to have the best of both worlds, software can be build in small pieces, making development easier to maintain. But the small pieces can then be merged and deployed in a single binary, making code deployment easy as well.

All this using Python, one of the world’s most popular and powerful programming language.

Getting Started

A more complete Getting Started Guide is available inside of the documentation for pop. The best place to start is in the doc’s Getting Started Guide found here:

https://pop.readthedocs.io

First off, install pop from pypi:

pip3 install pop

Now that you have pop, use the tool that pop ships with to bootstrap your project! This tool is called pop-seed and it will make your Python project boiler plate for you!

mkdir poppy
cd poppy
pop-seed poppy

Now you have a setup.py file will detect changes to you project and “Just Work”. Feel free to open it up and fill in some of the blank places, like author name, description, etc. The pop-seed program also made your first directories, your run.py startup script, everything you need to install your project and the pop conf.py file used to load in configuration. Running pop-seed also made a few other files, but nothing to worry about now.

Congratulations! You have a pop project! Now you can run the project:

python3 run.py

With a project up and running you can now add more plugins, more code and more plugin subsystems!

What Happened?

Take a look at the poppy/poppy/init.py file, your little run.py script created the hub, loaded your first plugin subsystem, poppy and called the run function therein. This is the starting point for your app.

Next dive into the pop documentation, we will take you through how to think in Plugin Oriented Programming, helping you see a new way to write code that is more flexible and dynamic than anything you have seen before!

Single Binary

In the first few sentences of this document I promised you a single binary! This is easy to do! Just pip install tiamat:

pip install tiamat
tiamat -n poppy

This will build a single binary of your program! If something goes wrong it is most likely because PyInstaller does not support the latest version of Python yet. To fix this you can usually just run tiamat with the –dev-pyinst to build the binary with the latest development snapshot of PyInstaller.

Documentation

Check out the docs at:

https://pop.readthedocs.io

There is a much more in depth tutorial here, followed by documents on how to think in Plugin Oriented Programming. Take your time to read it, it is not long and can change how you look at writing software!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pop-20.0.0.tar.gz (34.3 kB view details)

Uploaded Source

Built Distribution

pop-20.0.0-py3-none-any.whl (37.7 kB view details)

Uploaded Python 3

File details

Details for the file pop-20.0.0.tar.gz.

File metadata

  • Download URL: pop-20.0.0.tar.gz
  • Upload date:
  • Size: 34.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5

File hashes

Hashes for pop-20.0.0.tar.gz
Algorithm Hash digest
SHA256 8ba23674a4f8017f5840afb38e1b81c5f728891f819d1f5e1eebebf7d75586d2
MD5 8556c51e57894b1d1a7d3f091eb3402f
BLAKE2b-256 0a769647f2bdf151476f990de6c3ad296fc4e0eb2956cc241ebe8adc6b7aca99

See more details on using hashes here.

File details

Details for the file pop-20.0.0-py3-none-any.whl.

File metadata

  • Download URL: pop-20.0.0-py3-none-any.whl
  • Upload date:
  • Size: 37.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5

File hashes

Hashes for pop-20.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3f9aedac01fa60568b58eebbf4371f7257aa92710d08280b67077b05c4dd9f69
MD5 fe77bbbd27a02011b1d5aa10f17fee43
BLAKE2b-256 7f6caaf571c0753ef181861e5466c4b4734188e2e67b3fb52cceae9caed36a90

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page