A small python package
Project description
# SD Renderer (PyPI Package)
A Python package for rendering structured content (Markdown / Docs / Code) into clean output formats.
—
## 🚀 Setup Instructions
### Step 1: Create Virtual Environment
`bash conda create -n renderer python=3.8 -y conda activate renderer `
—
### Step 2: Create Project Structure
Project Name: SDRenderer
Create the standard folder structure using your template.
Example:
` SDRenderer/ │── src/ │── tests/ │── setup.py │── setup.cfg │── pyproject.toml │── requirements_dev.txt `
—
### Step 3: Install Development Dependencies
`bash pip install -r requirements_dev.txt `
—
### Step 4: Configure Packaging Files
Make sure the following files are properly implemented:
setup.py
setup.cfg
pyproject.toml
These files define how your package is built and distributed.
—
## 📦 Build & Install Package (Optional)
`bash pip install . `
—
## 🧪 Run Tests (Optional)
`bash pytest `
—
## 📌 Notes
Always activate the virtual environment before working
Keep dependencies updated in requirements_dev.txt
Follow proper versioning before publishing to PyPI
—
## 👨💻 Author
Shuvo Dutta
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 sdrenderer-0.0.1.tar.gz.
File metadata
- Download URL: sdrenderer-0.0.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b7875a8e3b27e7a4eba49da8b9b643dd4a64eb54c39eb05ef90d63c3ffc6acc
|
|
| MD5 |
b59b9b05cd7c4245644d72458149aaa7
|
|
| BLAKE2b-256 |
a2befa2d38c26551874cadfa4a34fc602222889f111041ded28a9435d4e9326d
|
File details
Details for the file sdrenderer-0.0.1-py3-none-any.whl.
File metadata
- Download URL: sdrenderer-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a94d39bffdb783101fa4555a0a246bf11e563c2c68f974c33e6dcc51d13cc3f
|
|
| MD5 |
7a64dbdeaadcc20ace69a40f8b7273a5
|
|
| BLAKE2b-256 |
9f16b966ac89c83b61e06b0dca792fefa05223ee634ffba38df800ef57c53503
|