mirror of
https://git.zavage.net/Zavage-Software/app_skellington.git
synced 2024-12-21 22:29:20 -07:00
doc: more cleanup and description, linking license
This commit is contained in:
parent
f0fb18da71
commit
b2e082b7c6
11
README.md
11
README.md
@ -18,7 +18,7 @@ Principles:
|
||||
- Compatible with Linux, Windows, and Mac. Try to be compatible as possible otherwise.
|
||||
- Try to be compatible with alternate Python runtimes such as PyPy and older python environments. \*WIP
|
||||
|
||||
# PyPi Hosted Link
|
||||
# Python Package Index (PyPi) - Installation Instruction
|
||||
|
||||
This is the project page for PyPi: The Python Package Index for community third-party libraries
|
||||
|
||||
@ -33,6 +33,11 @@ pip list # list install packages in environment
|
||||
pip index version app_skellington # enumerate available distributions in pypi for package
|
||||
```
|
||||
|
||||
# Description
|
||||
|
||||
This is a library. There is nothing to run by itself. It would be helpful to have a sample application that uses
|
||||
it or something, but I don't have that ready at the moment.
|
||||
|
||||
# Application Configuration
|
||||
|
||||
Site configurations are supported through ConfigObj. There is a config.spec
|
||||
@ -77,7 +82,7 @@ or
|
||||
|
||||
# Tests
|
||||
|
||||
Tests are a WIP. Recommendation is to run 'pytest' in the 'tests' directory.
|
||||
Tests are a WIP and not fully built out yet. Recommendation is to run 'pytest' in the 'tests' directory.
|
||||
|
||||
# Development
|
||||
|
||||
@ -157,6 +162,8 @@ You can view the current version number with the command:
|
||||
|
||||
# License
|
||||
|
||||
See [license](LICENSE.txt)
|
||||
|
||||
MIT no attribution required - https://opensource.org/license/mit-0
|
||||
|
||||
* Allows commercial use.
|
||||
|
Loading…
Reference in New Issue
Block a user