mirror of
https://git.zavage.net/Zavage-Software/app_skellington.git
synced 2024-12-21 22:29:20 -07:00
doc: pypi instructions
This commit is contained in:
parent
afd2b5eb42
commit
f0fb18da71
13
README.md
13
README.md
@ -5,8 +5,6 @@ include_toc: true
|
|||||||
|
|
||||||
**app_skellington**
|
**app_skellington**
|
||||||
|
|
||||||
===============
|
|
||||||
|
|
||||||
Application framework for Python, features include:
|
Application framework for Python, features include:
|
||||||
- Pain-free multi-level command menu: Expose public class methods as commands available to user.
|
- Pain-free multi-level command menu: Expose public class methods as commands available to user.
|
||||||
- Simple to define services and automatic dependency injection based on name (with custom invocation as an option). \*WIP
|
- Simple to define services and automatic dependency injection based on name (with custom invocation as an option). \*WIP
|
||||||
@ -22,8 +20,19 @@ Principles:
|
|||||||
|
|
||||||
# PyPi Hosted Link
|
# PyPi Hosted Link
|
||||||
|
|
||||||
|
This is the project page for PyPi: The Python Package Index for community third-party libraries
|
||||||
|
|
||||||
https://pypi.org/project/app-skellington/
|
https://pypi.org/project/app-skellington/
|
||||||
|
|
||||||
|
```
|
||||||
|
pip install app_skellington # install
|
||||||
|
pip uninstall app_skellington # uninstall
|
||||||
|
pip download app_skellington # download .whl wheel files for redistributable install
|
||||||
|
pip install -U app_skellington # upgrade
|
||||||
|
pip list # list install packages in environment
|
||||||
|
pip index version app_skellington # enumerate available distributions in pypi for package
|
||||||
|
```
|
||||||
|
|
||||||
# Application Configuration
|
# Application Configuration
|
||||||
|
|
||||||
Site configurations are supported through ConfigObj. There is a config.spec
|
Site configurations are supported through ConfigObj. There is a config.spec
|
||||||
|
Loading…
Reference in New Issue
Block a user