Skip to main content

pd supercharges your development workflows

Project description

pd (Product Development and Deployment)

PyPI version

PD

pd is a command-line tool that helps you with various development and deployment tasks.

Feature Description
1 Project initialization (init) Quickly initialize new development projects (e.g. FastAPI, Electron etc)
2 Content downloading (down) Download content from the internet (YouTube, Libgen).
3 File conversion (conv) Convert files into other formats (Image, Audio, Video).
4 EC2 instance management (ec2) Manage EC2 instances (launch, terminate).
5 Image editing (edit) Edit images (scale, round, favicon, logo variants etc).
6 Web utilities (web) Inspect or view web pages in the terminal.
7 Environment management (env) Setup and configure development environment (zsh, vim, git, etc).
8 Nginx management (nginx) Manage Nginx configuration files (proxy, static resources).

See COMMANDS for more details.

Installation

pip install zf-pd

This installs a pd command in your system (even though the package name is zf-pd).

Like other shell tools, pd stores its config in ~/.pdconfig.json.

See CONFIG for more details.

Usage

Initializing a new Project

$ pd init fastapi --name /path/to/fastapi-test

This will create a new FastAPI project called fastapi-test inside /path/to directory.

Downloading a YouTube video

pd down youtube -l https://www.youtube.com/watch?v=... -f mp4 # or mp3, text etc

This will output a file called {TITLE}.txt at the current directory.

Downloading a Book

pd down libgen -n "Sun Tzu" -t "The Art of War"

This will output a file called The Art of War.pdf at the current directory.

Generating logo varations

$ pd edit logos -p /path/to/logo.png -t iOS - "20%"

# Outputs
# /path/to/logo40.png
# /path/to/logo60.png
# ...

This will generate all required iOS logos with 20% border radius at /path/to directory.

Resizing multiple images

You can use the resize command to resize multiple images at once. You specify the dimensions using -d "512x512" and -n specifies no suffix.

$ pd edit resize -p path/to/folder/*.png -d "512x512" -n

# Outputs
# Resized image saved as path/to/folder/0.png
# Resized image saved as path/to/folder/1.png

Converting MP4 to MP3

$ pd conv video -p /path/to/file.mp4 -f mp3

This will output a file called file.mp3 at /path/to directory.

Processing a modern webpage

$ pd web view -l https://zeffmuks.com

This will display the renderred HTML source of the web page in the terminal.

You can query the rendered HTML using htmlq.

$ pd web view -l https://zeffmuks.com | htmlq ".css-17vaxo2"

<p class="chakra-text css-17vaxo2">Fast JSON5 Python Library</p>
...
<p class="chakra-text css-17vaxo2">Next Generation Content Platform</p>

Launching an EC2 instance

You can launch an EC2 instance using a launch template as below:

$ pd ec2 launch -n ec2-test -c 1

This will launch 1 EC2 instance called ec2-test using the launch template specified in ~/. pdconfig.json.

Check out the CONFIG.md for more details.

Generating an Nginx Config

You can generate a Nginx configuration file using the generate command.

$ pd nginx generate -h localhost -p 80 -d example.com -s /path/to/static

This will generate Nginx configuration for the given host, port, domain, and static file path.

License

MIT License

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

zf-pd-0.2.12.tar.gz (7.3 MB view details)

Uploaded Source

Built Distribution

zf_pd-0.2.12-py3-none-any.whl (7.3 MB view details)

Uploaded Python 3

File details

Details for the file zf-pd-0.2.12.tar.gz.

File metadata

  • Download URL: zf-pd-0.2.12.tar.gz
  • Upload date:
  • Size: 7.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.9

File hashes

Hashes for zf-pd-0.2.12.tar.gz
Algorithm Hash digest
SHA256 3764754978108a6eca3aa1d7bcba74dbd22219184886b0b4d79f26e87e0cb801
MD5 6b408d7102e86e2858c0f4d9f24abca3
BLAKE2b-256 850da4c537ea076292e1de3e713438a8fe31264983a7bbb345570e846cb2ebb0

See more details on using hashes here.

File details

Details for the file zf_pd-0.2.12-py3-none-any.whl.

File metadata

  • Download URL: zf_pd-0.2.12-py3-none-any.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.9

File hashes

Hashes for zf_pd-0.2.12-py3-none-any.whl
Algorithm Hash digest
SHA256 a19e2d64cd22440bc417b8e8ff8b34bea7d7e04d5caa82265b71aeaa70b184b9
MD5 0c6d2441f1785c2d39ac297584e62e86
BLAKE2b-256 b97eaed245d819c91e02fbda2d0c66dd4fd87d253245a0a36d201c12285220e6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page