Metadata-Version: 2.1
Name: swcpm
Version: 0.1.5
Summary: Manage Software City Packages
Home-page: https://github.com/Software-City/SWC_packagemanager
Author: davis_software
License: MIT
Download-URL: https://github.com/Software-City/SWC_packagemanager/archive/v0.1.2.tar.gz
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# SWC_packageinstaller

##### Easily installs packages from the Software City Projects Repository to your machine.

### Commands
`swcpm`
* `info <package>` Gives into about a package
* `install <package>` Installs a package
* `run <package>` Runs executable packages
* `remove <package>` Removes a package
* `wget <url>` Uses built-in installer like linux wget
* `debug` Lists all command modules

Standard installation directory:
`/home/<user>/SWC/Packages` or `C:\Users\<user>\SWC\Packages`

