Generates a PDF reference for essential Pandas and Matplotlib functions.
Project description
PandaPlotDocs
A simple Python library to generate a PDF reference document containing essential functions and methods for Pandas and Matplotlib.
Installation
Ensure you have Python 3.8+ installed.
-
Clone the repository (if applicable):
git clone <your-repo-url> cd pandaplotdocs
-
Install the package: It's recommended to install in a virtual environment.
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate` pip install .
Alternatively, if you want to install it in editable mode (useful for development):
pip install -e .
This installs the necessary dependencies (
fpdf2).
Usage
Import the library and call the generate_docs_pdf function:
import pandaplotdocs
# Generate the PDF in the current directory with the default name
pandaplotdocs.generate_docs_pdf()
# Or specify a different output path/filename
# pandaplotdocs.generate_docs_pdf(output_filename="my_reference.pdf")
print("PDF reference generated!")
This will create a file named essential_plotting_docs.pdf
Contributing
Feel free to add more functions, improve descriptions, or enhance the PDF layout.
License
This project is licensed under the 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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pandaplotdocs-0.1.0.tar.gz.
File metadata
- Download URL: pandaplotdocs-0.1.0.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0532c287095647effd3b5e42a29386d3e669df01b2a55e28c640f77ed2034ea3
|
|
| MD5 |
f4c402896c670065738c2963b916e827
|
|
| BLAKE2b-256 |
2b2e9ae69b8114c20d9bea0993482d4d735b9570d3dd5facc85168d407cc7154
|
File details
Details for the file pandaplotdocs-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pandaplotdocs-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc18f266a088d2906c9265dcd13a6bb581fae137b81979c3e6c99aed4531c4f4
|
|
| MD5 |
ce9d35bb6e2c6f0a2dae2b77848d58ec
|
|
| BLAKE2b-256 |
ea25abba8a79356ec1b37dc2d3f33da346c80a7dc8552555ed64565afefb6b43
|