A Python package for chartly multiple plots.
Project description
plotting Package
plotting
is a lightweight Python package designed to plot and customize multiple subplots and overlays onto one master plot.
Project Status
Here's the current status of our workflows:
Workflow | Status |
---|---|
Testing Suite | |
Deployment Suite | |
Sphinx Documentation | |
Guard Main Branch | |
Code Quality Checker |
Components
The plotting's codebase structure is as shown below:
.
├── LICENSE
├── README.md
├── MANIFEST.in
├── VERSION
├── Dockerfile
├── docker-compose.yml
├── CHANGELOG.md
├── docs
│ ├── index.html
│ ├── static
| │ ├── css
| | │ └── site.css
| | └── js
| | └── site.js
├── requirements
│ ├── testing.txt
│ ├── staging.txt
│ └── production.txt
├── requirements.txt
├── setup.py
├── scripts
│ ├── ci
│ │ └── run-ci.sh
│ └── dev
│ └── sleeping_daemon.sh
└── src
│ ├── plotting
│ │ ├── __init__.py
│ │ └── plotting.py
│ └── tests
│ │ ├── __init__.py
│ │ └── test_plotting.py
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
chartly-0.0.1.tar.gz
(11.3 kB
view details)
Built Distribution
chartly-0.0.1-py3-none-any.whl
(12.0 kB
view details)
File details
Details for the file chartly-0.0.1.tar.gz
.
File metadata
- Download URL: chartly-0.0.1.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22f93ef694f20889e6bea3f1309b7ac3dbe89bab868aa522889c26eff6c21b25 |
|
MD5 | c01470dd52f468ac2aa0e767931c6411 |
|
BLAKE2b-256 | eeba21d8d2521a74a6f7aab5a3ea9fcd7df57a698160359787807f6015fbb918 |
File details
Details for the file chartly-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: chartly-0.0.1-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e988f68aa444330233e93882da2b7a0a4943f5ec85a68e302b25b5c1920215e4 |
|
MD5 | fa90493ce6663c4fa9f5438f9f507752 |
|
BLAKE2b-256 | 4371126c5fe5e00168167c067de3eace7a8af8b0d90adea03394bcabaa28204c |