Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrustic committed Jun 22, 2021
1 parent 7129b2e commit 5cf54f5
Show file tree
Hide file tree
Showing 58 changed files with 2,237 additions and 202 deletions.
Empty file added CHANGELOG.md
Empty file.
Empty file added LATEST_RELEASE.md
Empty file.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
recursive-include hubstore *
global-exclude *.py[cod]
include VERSION

1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.0.8
106 changes: 106 additions & 0 deletions docs/reference/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@

# Reference Overview

[hubstore.\_\_init\_\_](https://github.com/pyrustic/hubstore/blob/master/docs/reference/content/hubstore.\_\_init\_\_.md)
<br>


[hubstore.\_\_main\_\_](https://github.com/pyrustic/hubstore/blob/master/docs/reference/content/hubstore.\_\_main\_\_.md)
<br>


[hubstore.hooking.\_\_init\_\_](https://github.com/pyrustic/hubstore/blob/master/docs/reference/content/hubstore.hooking.\_\_init\_\_.md)
<br>


[hubstore.hooking.ante\_build\_hook](https://github.com/pyrustic/hubstore/blob/master/docs/reference/content/hubstore.hooking.ante\_build\_hook.md)
<br>


[hubstore.hooking.ante\_release\_hook](https://github.com/pyrustic/hubstore/blob/master/docs/reference/content/hubstore.hooking.ante\_release\_hook.md)
<br>


[hubstore.hooking.post\_build\_hook](https://github.com/pyrustic/hubstore/blob/master/docs/reference/content/hubstore.hooking.post\_build\_hook.md)
<br>


[hubstore.hooking.post\_release\_hook](https://github.com/pyrustic/hubstore/blob/master/docs/reference/content/hubstore.hooking.post\_release\_hook.md)
<br>


[hubstore.host.\_\_init\_\_](https://github.com/pyrustic/hubstore/blob/master/docs/reference/content/hubstore.host.\_\_init\_\_.md)
<br>


[hubstore.host.constants](https://github.com/pyrustic/hubstore/blob/master/docs/reference/content/hubstore.host.constants.md)
<br>


[hubstore.host.core](https://github.com/pyrustic/hubstore/blob/master/docs/reference/content/hubstore.host.core.md)
<br>


[hubstore.host.main\_host](https://github.com/pyrustic/hubstore/blob/master/docs/reference/content/hubstore.host.main\_host.md)
<br>


[hubstore.misc.\_\_init\_\_](https://github.com/pyrustic/hubstore/blob/master/docs/reference/content/hubstore.misc.\_\_init\_\_.md)
<br>


[hubstore.misc.funcs](https://github.com/pyrustic/hubstore/blob/master/docs/reference/content/hubstore.misc.funcs.md)
<br>


[hubstore.misc.my\_theme](https://github.com/pyrustic/hubstore/blob/master/docs/reference/content/hubstore.misc.my\_theme.md)
<br>


[hubstore.view.\_\_init\_\_](https://github.com/pyrustic/hubstore/blob/master/docs/reference/content/hubstore.view.\_\_init\_\_.md)
<br>


[hubstore.view.about\_view](https://github.com/pyrustic/hubstore/blob/master/docs/reference/content/hubstore.view.about\_view.md)
<br>


[hubstore.view.app\_info\_view](https://github.com/pyrustic/hubstore/blob/master/docs/reference/content/hubstore.view.app\_info\_view.md)
<br>


[hubstore.view.auth\_view](https://github.com/pyrustic/hubstore/blob/master/docs/reference/content/hubstore.view.auth\_view.md)
<br>


[hubstore.view.central\_view](https://github.com/pyrustic/hubstore/blob/master/docs/reference/content/hubstore.view.central\_view.md)
<br>


[hubstore.view.downloader\_view](https://github.com/pyrustic/hubstore/blob/master/docs/reference/content/hubstore.view.downloader\_view.md)
<br>


[hubstore.view.exception\_view](https://github.com/pyrustic/hubstore/blob/master/docs/reference/content/hubstore.view.exception\_view.md)
<br>


[hubstore.view.footer\_view](https://github.com/pyrustic/hubstore/blob/master/docs/reference/content/hubstore.view.footer\_view.md)
<br>


[hubstore.view.header\_view](https://github.com/pyrustic/hubstore/blob/master/docs/reference/content/hubstore.view.header\_view.md)
<br>


[hubstore.view.import\_list\_view](https://github.com/pyrustic/hubstore/blob/master/docs/reference/content/hubstore.view.import\_list\_view.md)
<br>


[hubstore.view.init\_view](https://github.com/pyrustic/hubstore/blob/master/docs/reference/content/hubstore.view.init\_view.md)
<br>


[hubstore.view.main\_view](https://github.com/pyrustic/hubstore/blob/master/docs/reference/content/hubstore.view.main\_view.md)
<br>

10 changes: 10 additions & 0 deletions docs/reference/content/hubstore.__init__.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

Back to [Reference Overview](https://github.com/pyrustic/hubstore/blob/master/docs/reference/README.md)

# hubstore.\_\_init\_\_



<br>


19 changes: 19 additions & 0 deletions docs/reference/content/hubstore.__main__.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

Back to [Reference Overview](https://github.com/pyrustic/hubstore/blob/master/docs/reference/README.md)

# hubstore.\_\_main\_\_



<br>


```python

def main():
"""
"""

```

10 changes: 10 additions & 0 deletions docs/reference/content/hubstore.hooking.__init__.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

Back to [Reference Overview](https://github.com/pyrustic/hubstore/blob/master/docs/reference/README.md)

# hubstore.hooking.\_\_init\_\_



<br>


31 changes: 31 additions & 0 deletions docs/reference/content/hubstore.hooking.ante_build_hook.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

Back to [Reference Overview](https://github.com/pyrustic/hubstore/blob/master/docs/reference/README.md)

# hubstore.hooking.ante\_build\_hook



<br>


```python

def get_data():
"""
Return None or a dict with the keys:
'script', 'target', 'app_pkg' and 'version'
"""

```

<br>

```python

def main():
"""
"""

```

83 changes: 83 additions & 0 deletions docs/reference/content/hubstore.hooking.ante_release_hook.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@

Back to [Reference Overview](https://github.com/pyrustic/hubstore/blob/master/docs/reference/README.md)

# hubstore.hooking.ante\_release\_hook



<br>


```python
TEXT = "Released with [Pyrustic]({pyrustic_link}).
"

```

<br>

```python

def get_data():
"""
Return None or a dict with the keys:
'script', 'target', 'app_pkg' and 'version'
"""

```

<br>

```python

def get_jayson(pyrustic_data_path, config_name, readonly):
"""
"""

```

<br>

```python

def get_pyrustic_data_path(data):
"""
"""

```

<br>

```python

def get_release_description(target, owner, repo):
"""
"""

```

<br>

```python

def main():
"""
"""

```

<br>

```python

def update_release_jayson(target, release_jayson, build_report_jayson, app_pkg, version):
"""
"""

```

31 changes: 31 additions & 0 deletions docs/reference/content/hubstore.hooking.post_build_hook.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

Back to [Reference Overview](https://github.com/pyrustic/hubstore/blob/master/docs/reference/README.md)

# hubstore.hooking.post\_build\_hook



<br>


```python

def get_data():
"""
Return None or a dict with the keys:
'script', 'target', 'app_pkg' and 'version'
"""

```

<br>

```python

def main():
"""
"""

```

54 changes: 54 additions & 0 deletions docs/reference/content/hubstore.hooking.post_release_hook.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@

Back to [Reference Overview](https://github.com/pyrustic/hubstore/blob/master/docs/reference/README.md)

# hubstore.hooking.post\_release\_hook



<br>


```python

def get_data():
"""
Return None or a dict with the keys:
'script', 'target', 'app_pkg' and 'version'
"""

```

<br>

```python

def get_date():
"""
Returns the current date. Format: Month day, year.
Example: January 15, 2020
"""

```

<br>

```python

def main():
"""
"""

```

<br>

```python

def update_changelog(path, data, version):
"""
Update the file CHANGELOG.md located at path, with data and version
"""

```

10 changes: 10 additions & 0 deletions docs/reference/content/hubstore.host.__init__.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

Back to [Reference Overview](https://github.com/pyrustic/hubstore/blob/master/docs/reference/README.md)

# hubstore.host.\_\_init\_\_



<br>


21 changes: 21 additions & 0 deletions docs/reference/content/hubstore.host.constants.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

Back to [Reference Overview](https://github.com/pyrustic/hubstore/blob/master/docs/reference/README.md)

# hubstore.host.constants



<br>


```python
HUBSTORE_SHARED_DATA_FILE = "/home/alex/PyrusticData/hubstore/hubstore_shared_data.json"

HUBSTORE_SHARED_FOLDER = "/home/alex/PyrusticData/hubstore"

PYRUSTIC_DATA = "/home/alex/PyrusticData"

USER_AGENT = ('User-Agent', 'Pyrustic')

```

Loading

0 comments on commit 5cf54f5

Please sign in to comment.