Skip to main content

Python project manager

Project description

PyProjectManager

Python project manager smooths workflow to create, install and maintain python projects

Requirements

The package is tested and working with Click 7.1.1. Other required packages are specified in setup files.

Method of installation

To install Python Project manager from PyPi run this command in terminal

pip install pyPman

Or

To clone it from github :

git clone https://github.com/sunilk-n/PyProjectManager.git

Then use python directly in the main folder

python setup.py sdist

To get the ".gz" file

Complete help information about init:

  • pyPman init : Starts project initialization
  • pyPman init [-p <projectName>] : Starts project initialization setting projectName as provided
  • pyPman init [-p <projectName> -d <dependancy>] : Adds 3rd party dependancy modules to the project Usage: pyPman init -p <projectName> -d <moduleName>[==<module_version>].... Mentioning no version will take the latest version of specified dependency * Ex: pyPman init -p PyProjectManager -d click (or) * Ex: pyPman init -p PyProjectManager -d click==7.1.1 * Ex: pyPman init -p PyProjectManager -d click==7.1.1 -d traVer...(For multiple dependencies
  • pyPman init [-p <projectName> -m <module> -m <module>...] : Adds user defined module package to the project
    • Usage: pyPman init -p <projectName> -m <moduleName>
      • Ex: pyPman init -p PyProjectManager -m testModule -m testModule2

Complete help information about install:

  • pyPman install [-p <projectName>] : Starts installing project to the current directory
    • Usage: pyPman install -p <projectName>
      • Ex: pyPman install -p PyProjectManager

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

pyPman-1.1.1.tar.gz (23.7 kB view details)

Uploaded Source

File details

Details for the file pyPman-1.1.1.tar.gz.

File metadata

  • Download URL: pyPman-1.1.1.tar.gz
  • Upload date:
  • Size: 23.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.7

File hashes

Hashes for pyPman-1.1.1.tar.gz
Algorithm Hash digest
SHA256 4b32c724e2dbef3e7ae385323f892742ad1872f7b01fbc45f15cf02cb01eccfb
MD5 a73f85dbdb358200ebc1b463f1ed245e
BLAKE2b-256 0ea090aac3cdd9662785bc0fa974f7f1813eed8040d83c741bf3e74f03806f90

See more details on using hashes here.

Supported by

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