Skip to main content

PyScaffold extension to create a custom PyScaffold extension

Project description

Build Status ReadTheDocs Coveralls PyPI-Server

pyscaffoldext-custom-extension

PyScaffold extension that lets you create your own custom extensions.

Description

This extension serves as a support for the users interested in developing their own extension for PyScaffold. It configures your project so that you can start writing your extension logic and tests right away, taking care of all the wiring required to conform to PyScaffold’s needs.

Let’s say you want to create an extension named notebooks that creates a notebooks folder with some template Jupyter notebook. After having installed this extension with:

pip install pyscaffoldext-custom-extension

you will be able to just use it with:

putup --custom-extension notebooks

This will create a typical PyScaffold project template with some modifications:

  • the topmost namespace will be pyscaffoldext to have a unified namespace for PyScaffold extensions,

  • assures that the package (as pip/PyPI sees it) is named pyscaffoldext-notebooks in setup.cfg,

  • sets the correct install_requires as well as the options.entry_points parameters in setup.cfg,

  • automatically activates the extensions --no-skeleton, --pre-commit, --cirrus and since we want clean-coded, high-quality extensions,

  • creates a extension.py module holding a class which serves you as a template for your extension,

  • adds basic unit tests checking that the invocation of your extension works and that it complies with our flake8 code guidelines,

  • provides a modified README.rst indicating that this is a PyScaffold extensions and how to install it.

Making Changes & Contributing

This project uses pre-commit, please make sure to install it before making any changes:

pip install pre-commit
cd pyscaffoldext-custom-extension
pre-commit install

It is a good idea to update the hooks to the latest version:

pre-commit autoupdate

Please also check PyScaffold’s contribution guidelines,

Note

For more information about PyScaffold and its extension mechanism, check out http://pyscaffold.org/.

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

pyscaffoldext-custom-extension-0.6.2.tar.gz (25.4 kB view details)

Uploaded Source

Built Distribution

pyscaffoldext_custom_extension-0.6.2-py2.py3-none-any.whl (14.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pyscaffoldext-custom-extension-0.6.2.tar.gz.

File metadata

  • Download URL: pyscaffoldext-custom-extension-0.6.2.tar.gz
  • Upload date:
  • Size: 25.4 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.60.0 CPython/3.7.10

File hashes

Hashes for pyscaffoldext-custom-extension-0.6.2.tar.gz
Algorithm Hash digest
SHA256 f703f319493d8d524cafa043a0896eb5f175304e51d6b9068946bc7808b87173
MD5 042f5a1b79b9670c7005ef8be554e58f
BLAKE2b-256 752a0a2634abddfee1d512078420beb655d76d4d36480cb22d3fc113eab23dd9

See more details on using hashes here.

File details

Details for the file pyscaffoldext_custom_extension-0.6.2-py2.py3-none-any.whl.

File metadata

  • Download URL: pyscaffoldext_custom_extension-0.6.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 14.3 kB
  • Tags: Python 2, 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.60.0 CPython/3.7.10

File hashes

Hashes for pyscaffoldext_custom_extension-0.6.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 55930416ebe2931ef7d3dc5633fb621036e10685ead482b3f9e286964a151238
MD5 384fef6c0ca02e964cac5d932cdc3dbe
BLAKE2b-256 4ea1da22cce86fa9a5b0784400ce5b5195bcbe032b96b1483dc50586a224e002

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