PyScaffold extension to create a custom PyScaffold extension
Project description
pyscaffoldext-custom-extension
A PyScaffold’s extension to 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 an 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, (TODO)
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 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 (TODO),
provides a modified README.rst indicating that this is a PyScaffold extensions and how to install it (TODO).
Note
For more information about PyScaffold and its extension mechanism, check out http://pyscaffold.org/.
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 pyscaffoldext-custom-extension-0.2.tar.gz
.
File metadata
- Download URL: pyscaffoldext-custom-extension-0.2.tar.gz
- Upload date:
- Size: 18.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3da5ec38df2b483963c53eb995b3bd51eafb8d10de58941bebdf46c412f8aa3 |
|
MD5 | 6136ba654a84199b5b967d189da86e0e |
|
BLAKE2b-256 | 02371dc416491f85abb066943cb48882d7b1b61cc4034d6b2459053b05e05562 |
File details
Details for the file pyscaffoldext_custom_extension-0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: pyscaffoldext_custom_extension-0.2-py2.py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 600829185075f8eb7c2611ff511ca0daa68e04174e361455016eb975de97a7ff |
|
MD5 | d9c096559fa40c367671b6748c94668f |
|
BLAKE2b-256 | ee9fda586187a13cc009576439fb90e49a53d75940908d20acce7c5588f2f638 |