Create new pop projects
Project description
Create new pop projects.
About
pop-create will initialize a new pop project.
What is POP?
This project is built with pop, a Python-based implementation of Plugin Oriented Programming (POP). POP seeks to bring together concepts and wisdom from the history of computing in new ways to solve modern computing problems.
For more information:
Geting Started
pip3 install pop-create
Now that you have pop-create installed you can run:
pop-create seed --help
pop-create seed -n poppy
This initial release should have identical functionality as pop-seed as currently provided by the pop project.
Dynamic Name Spaces
You can specify dynamic namespaces that your app will extend with “-d”. In this example we extend the dynamic name spaces of “states”, “exec”, “acct”, and “tool”; All common extensions of the idem project.
pop-create seed -n poppy -d exec states acct tool
Vertically App Merged Project
If your entrypoint will exist in another project, then you are making a vertically app merged project. For example, if you are extending idem to write exec modules or states modules, your project won’t have an entrypoint. The code of your project will be dynamically extended on top of the namespace of those other tools.
Create a vertically app merged project by adding the –vertical flag to pop-create seed
pop-create seed --vertical -n poppy
Tests
Now create the boilerplate code for your project’s tests. This will set your project up with some useful fixtures for testing pop projects and some basic unit/integration tests.
pop-create tests -n poppy
Docs
Now create the boilerplate code for your project’s docs. This will set your project up with a rudimentary docs directory that can be easily added to and built.
pop-create docs -n poppy
Run all core subparsers
If no subparser is specified, all the core subparsers (seed, cicd, docs, tests) will be run.
pop-create -n poppy
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pop_create-8.1.2.tar.gz
.
File metadata
- Download URL: pop_create-8.1.2.tar.gz
- Upload date:
- Size: 38.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/41.0 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.0.4 tqdm/4.66.1 importlib-metadata/6.8.0 keyring/24.2.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f388568e34d4268d85f4a1f09a45027d5235e816368bfba668ada1dafc928d28 |
|
MD5 | 557e953c8e01efb49542406564082479 |
|
BLAKE2b-256 | aa1fc45e74cc8916bf1c03c30a192ab41bc598ed0f112c982ea54062f2c15e8e |
File details
Details for the file pop_create-8.1.2-py3-none-any.whl
.
File metadata
- Download URL: pop_create-8.1.2-py3-none-any.whl
- Upload date:
- Size: 49.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/41.0 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.0.4 tqdm/4.66.1 importlib-metadata/6.8.0 keyring/24.2.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88f60e14a648a26b0905dab17732b4982aa7a3ff9d1f5c205e35de70d9d7ec69 |
|
MD5 | ae1f028dc82d2f2f7ae512b2125de42f |
|
BLAKE2b-256 | 652eccc5dce94d04653b88839821818baed6a5daec2c736aacf3fd2c9faf1fb8 |