Example output for https://github.com/nickderobertis/copier-pypi-sphinx-flexlate
Project description
pypi-sphinx-flexlate-example
Overview
Example output for https://github.com/nickderobertis/copier-pypi-sphinx-flexlate
Getting Started
Install pypi-sphinx-flexlate-example
:
pip install pypi-sphinx-flexlate-example
A simple example:
import pypi_sphinx_flexlate_example
# Do something with pypi_sphinx_flexlate_example
See a more in-depth tutorial here.
Links
See the documentation here.
Development Status
This project is currently in early-stage development. There may be breaking changes often. While the major version is 0, minor version upgrades will often have breaking changes.
Developing
Initial Setup
First, you need a couple global dependencies installed, see their documentation for details:
Note that these tools require a UNIX-style shell, such as bash or zsh. If you are on Windows, you can use WSL or Git Bash. If you are using Pycharm, you can configure the built-in terminal to use Git Bash.
Then clone the repo and run direnv allow
. This will take a while on the first time
to install the remaining dependencies.
Day to Day Development
Make your changes and then run just
to run formatting,
linting, and tests.
Develop documentation by running just docs
to start up a dev server.
To run tests only, run just test
. You can pass additional arguments to pytest,
e.g. just test -k test_something
.
Prior to committing, you can run just
with no arguments to run all the checks.
Conventional Commits & Semantic Release
This project uses conventional commits to power semantic release. This means that when you commit, you should use the following format:
<type>[optional scope]: <description>
For example, feat: Add new feature
or fix: Fix bug
.
When creating a PR, please name the PR in this way as well so that the squashed commit from the PR will have a conventional commit message.
Pre-commit Hooks
This project uses Husky and Lint-staged to run pre-commit hooks. This means that
when you commit, it will run just format
and just strip
on the files
you edited, and also check that your commit message is a conventional commit.
If you are not able to commit, it is likely because your commit message is not in the conventional commit format.
Author
Created by Nick DeRobertis. MIT License.
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 pypi_sphinx_flexlate_example-0.70.0.tar.gz
.
File metadata
- Download URL: pypi_sphinx_flexlate_example-0.70.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.10.9 Linux/5.15.0-1031-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39839f6db9a1d8ce1f3469705a900c4f254aa275f992aecc4b2b8ec819cf8e25 |
|
MD5 | b237ae78144e488191aca90b4419a1df |
|
BLAKE2b-256 | 3eb654c2a2716e94a4337e382af3052ab89688de234356e4cbd9bcd7d4c11189 |
File details
Details for the file pypi_sphinx_flexlate_example-0.70.0-py3-none-any.whl
.
File metadata
- Download URL: pypi_sphinx_flexlate_example-0.70.0-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.10.9 Linux/5.15.0-1031-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8afccb1f607acedcddda5363fbf26107080ddd0c89ebb4a61822795072aff19 |
|
MD5 | 709984ea4dcb1b572c79eb3c53f64f5e |
|
BLAKE2b-256 | d8c5a30c6bbe336aba7b118dcac4038da8427c0ca2fb08cc167712d7517626eb |