Plotting functionality for common experimental datasets
Project description
sugarplot - Making pretty data analysis easier
This is a template repository for python projects which use sphinx for documentation, github actions for building, pytest and codecov for test coverage.
Getting Started
Installation via pip
pip install sugarplot
Features
- Github actions unit test integration via pytest
- Github actions package management with conda
- Github actions documentation build using sphinx and reST/markdown, with auto self-push to repository after successful build
- Github pages documentation hosting/integration
- Local commits hooks run full test suite
- Coverage uploaded automatically to codecov after successful build
- [FUTURE] Auto-deploy to pyPi/testpyPi after successful build
Common Issues
- Re-running builds on github actions will cause them to fail, as the build number deployed to PyPi depends on the github run number, which does not change if you restart a build.
- Pypi deploy is a little slower than test pypi, so it may not always be downloading the latest version.
How to Use
Adding Additional Unit Tests
- Any time you want to add additional unit tests just add them to those in the
tests/
directory and prepend with the nametest
. These will be automatically found by pytest and run during local commits and remote builds.
Writing the Documentation
- The documentation source is located in
docs/source
and is written in restructured text (markdown is also available).
Building the Documentation
Simply run make html
from the docs/
directory. This will compile the
files in the docs/source/
directory, and place them in the main docs/
directory where github pages can find them.
Dependencies / Technologies Used
Acknowledgements
Thanks to all the great people on stack overflow and github, for their seemingly boundless tolerance to my and others' questions.
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
sugarplot-0.1.34.tar.gz
(18.6 kB
view details)
Built Distribution
File details
Details for the file sugarplot-0.1.34.tar.gz
.
File metadata
- Download URL: sugarplot-0.1.34.tar.gz
- Upload date:
- Size: 18.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f00ec2524575ec9c7918d24052c14d884873241499e37f98fc693f07a86f6ea4 |
|
MD5 | ffe96d7babf479a77cf1c7f541bca696 |
|
BLAKE2b-256 | 3422376408530fe45786031565a69be32ee392efb4fbe8e0c190a0f235d11a13 |
File details
Details for the file sugarplot-0.1.34-py3-none-any.whl
.
File metadata
- Download URL: sugarplot-0.1.34-py3-none-any.whl
- Upload date:
- Size: 20.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39158434a5c0a54fa39888396ffbc94a5581f2d8315d4ed1530c7c49a4e21639 |
|
MD5 | 99a6ac9279534fd08688c091d25b2c8c |
|
BLAKE2b-256 | 21b420ac6d0e5b63b5e8a6eaea95f4d916c7a1858d9097cc1bcf58c27ebd650b |