plum
A marketplace application for Python applications like pretix plugins
File Explorer
- entrypoint.sh
- banner.png
- banner.svg
- __init__.py
- __init__.py
- formats.py
- __init__.py
- __init__.py
- scan_apks.py
- sync_pypi.py
- __init__.py
- 0001_initial.py
- 0002_auto_20190413_1650.py
- 0003_auto_20190413_1718.py
- 0004_auto_20190413_1724.py
- 0005_product_vendor.py
- 0006_siteconfiguration_currency.py
- 0007_product_pypi_name.py
- 0008_auto_20190413_2354.py
- 0009_auto_20190414_0006.py
- 0010_auto_20190414_0007.py
- 0011_auto_20190414_0022.py
- 0012_auto_20190414_1534.py
- 0013_auto_20190414_1539.py
- 0014_auto_20190414_1546.py
- 0015_productversion_deliverable_file_name.py
- 0016_auto_20190414_1652.py
- 0017_auto_20190414_2122.py
- 0018_auto_20190414_2247.py
- 0019_auto_20190414_2320.py
- 0020_auto_20190415_1532.py
- 0021_auto_20191112_2225.py
- 0022_auto_20210717_2113.py
- 0023_auto_20210718_1347.py
- 0024_auto_20220107_2129.py
- 0025_auto_20220108_2036.py
- 0026_product_android_is_on_gplay.py
- 0027_product_unlisted.py
- 0028_alter_user_managers_product_pricing_url.py
- 0029_productversion_allow_suggest.py
- 0030_productversion_suggest_percentage_and_more.py
- __init__.py
- __init__.py
- account.py
- auth.py
- license.py
- platform.py
- product.py
- settings.py
- __init__.py
- index.html
- package.html
- __init__.py
- fdroid.py
- file.py
- pep503.py
- __init__.py
- licenses.py
- urls.py
- __init__.py
- account.py
- auth.py
- vendor.py
- create.html
- edit.html
- index.html
- server_create.html
- login.html
- password_change.html
- register.html
- register_off.html
- reset.html
- reset_confirm.html
- reset_email.html
- reset_email_subject.html
- create.html
- edit.html
- index.html
- product_create.html
- product_create_paid.html
- product_edit.html
- base.html
- categories.html
- category.html
- index.html
- product.html
- product_base.html
- product_buy.html
- product_card.html
- product_instructions.html
- product_pricing.html
- product_versions.html
- user_index.html
- vendor.html
- money.py
- rich_text.py
- __init__.py
- account.py
- auth.py
- listings.py
- vendor.py
- __init__.py
- context.py
- urls.py
- main.js
- _variables.scss
- main.scss
- _alert.scss
- _background-variant.scss
- _border-radius.scss
- _box-shadow.scss
- _breakpoints.scss
- _buttons.scss
- _caret.scss
- _clearfix.scss
- _deprecate.scss
- _forms.scss
- _gradients.scss
- _grid-framework.scss
- _grid.scss
- _hover.scss
- _image.scss
- _list-group.scss
- _lists.scss
- _nav-divider.scss
- _pagination.scss
- _reset-text.scss
- _resize.scss
- _screen-reader.scss
- _table-row.scss
- _text-emphasis.scss
- _text-truncate.scss
- _transition.scss
- _align.scss
- _background.scss
- _borders.scss
- _clearfix.scss
- _display.scss
- _embed.scss
- _flex.scss
- _float.scss
- _overflow.scss
- _position.scss
- _screenreaders.scss
- _shadows.scss
- _sizing.scss
- _spacing.scss
- _stretched-link.scss
- _text.scss
- _visibility.scss
- _rfs.scss
- _alert.scss
- _badge.scss
- _breadcrumb.scss
- _button-group.scss
- _buttons.scss
- _card.scss
- _carousel.scss
- _close.scss
- _code.scss
- _custom-forms.scss
- _dropdown.scss
- _forms.scss
- _functions.scss
- _grid.scss
- _images.scss
- _input-group.scss
- _jumbotron.scss
- _list-group.scss
- _media.scss
- _mixins.scss
- _modal.scss
- _nav.scss
- _navbar.scss
- _pagination.scss
- _popover.scss
- _print.scss
- _progress.scss
- _reboot.scss
- _root.scss
- _spinners.scss
- _tables.scss
- _toasts.scss
- _tooltip.scss
- _transitions.scss
- _type.scss
- _utilities.scss
- _variables.scss
- bootstrap-grid.scss
- bootstrap-reboot.scss
- bootstrap.scss
- bootstrap.js
- ekko-lightbox.js
- ekko-lightbox.scss
- forkawesome-webfont.eot
- forkawesome-webfont.svg
- forkawesome-webfont.ttf
- forkawesome-webfont.woff
- forkawesome-webfont.woff2
- _animated.scss
- _bordered-pulled.scss
- _core.scss
- _fixed-width.scss
- _functions.scss
- _icons.scss
- _larger.scss
- _list.scss
- _mixins.scss
- _path.scss
- _rotated-flipped.scss
- _screen-reader.scss
- _stacked.scss
- _variables.scss
- fork-awesome.scss
- jquery.js
- popper.min.js
- __init__.py
- upload.py
- __init__.py
- urls.py
- __init__.py
- settings.py
- urls.py
- wsgi.py
- manage.py
- plum.cfg.example
- requirements.txt
- .gitignore
- Dockerfile
- LICENSE
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
pip
View Details ▼
pip
Python package manager.
Some subcommands such as `install` have their own usage documentation.
pip install {{package}}
Install a package (see `pip install` for more install examples):
pip install --user {{package}}
Install a package to the user's directory instead of the system-wide default location:
pip install {{[-U|--upgrade]}} {{package}}
Upgrade a package:
// repository documentation
Was this content helpful?
(0 ratings)
