Skip to main content

PyScaffold extension to create a custom PyScaffold extension

Project description

Travis ReadTheDocs Coveralls PyPI-Server

pyscaffoldext-custom-extension

PyScaffold extension that let’s 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 project is named pyscaffoldext-notebooks in setup.cfg,

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

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

  • creates a extension.py module holding a class Notebooks 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.

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.5.tar.gz (19.0 kB view details)

Uploaded Source

Built Distribution

pyscaffoldext_custom_extension-0.5-py2.py3-none-any.whl (13.2 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: pyscaffoldext-custom-extension-0.5.tar.gz
  • Upload date:
  • Size: 19.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyscaffoldext-custom-extension-0.5.tar.gz
Algorithm Hash digest
SHA256 d90346bb8e1b8e593336132dc66c0a8966cb644894fad246698f93a5f948945e
MD5 c41a9b0dbf037d65fd84b5e53dd09cd2
BLAKE2b-256 b34346374b4231d6a707f1b9b17a2487942d7634c2cadb07ef53f3b45e58a868

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyscaffoldext_custom_extension-0.5-py2.py3-none-any.whl
  • Upload date:
  • Size: 13.2 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyscaffoldext_custom_extension-0.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 9beb029b3c38d0b53c2fd643c95973fba37a0499be65da5ac36f42d816f6fe12
MD5 b0b96c161e85ff7f336bbcb138e73e1d
BLAKE2b-256 5720c32eae41ecffc2446527331c012fda3a607491ae4f5b66f1bbb71b217725

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