Skip to content

Commit

Permalink
Merge branch 'master' into patch-update-readme-001
Browse files Browse the repository at this point in the history
  • Loading branch information
miurahr committed Jul 3, 2020
2 parents cf24c06 + 972f69b commit fe53208
Show file tree
Hide file tree
Showing 7 changed files with 150 additions and 10 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
@@ -1,4 +1,5 @@
include *.rst
include *.svg
include *.toml
include *.yml
include LICENSE
Expand All @@ -11,6 +12,7 @@ recursive-include tests *.7z
recursive-include tests *.0
recursive-include docs *.bat
recursive-include docs *.dot
recursive-include docs *.png
recursive-include docs *.py
recursive-include docs *.rst
recursive-include docs *.yml
Expand Down
15 changes: 10 additions & 5 deletions README.rst
@@ -1,6 +1,11 @@
=====
py7zr
=====
======================================
|logo| py7zr -- a 7z library on python
======================================

.. |logo| image:: logo.svg
:width: 80pt
:height: 80pt
:target: https://pypi.org/project/py7zr

.. image:: https://readthedocs.org/projects/py7zr/badge/?version=latest
:target: https://py7zr.readthedocs.io/en/latest/?badge=latest
Expand All @@ -21,11 +26,12 @@ py7zr
:target: https://coveralls.io/github/miurahr/py7zr?branch=master


Pure python 7-zip implementation


py7zr is a library and utility to support 7zip archive compression, decompression,
encryption and decryption written by Python programming language.


Install
=======

Expand All @@ -42,7 +48,6 @@ When you want to handle extra codecs (ZStandard) then add extra requirements to
$ pip install py7zr[zstd]
Documents
=========

Expand Down
Binary file added docs/_static/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion docs/conf.py
Expand Up @@ -121,10 +121,16 @@
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
# 'logo': 'logo.png',
'logo': 'logo.png',
'description': 'py7zr -- a 7z library',
'logo_name': True,
'github_banner': True,
'github_user': 'miurahr',
'github_repo': 'py7zr',
'page_width': 'auto',
'badge_branch': 'master',
'donate_url': 'https://liberapay.com/miurahr',
'truvis_button': True,
}
# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []
Expand Down
6 changes: 3 additions & 3 deletions docs/index.rst
@@ -1,6 +1,6 @@
==============================
py7zr -- 7-zip archive library
==============================
===============================
py7zr -- a 7z library on python
===============================

.. toctree::
:maxdepth: 3
Expand Down
127 changes: 127 additions & 0 deletions logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -6,7 +6,7 @@ universal = 0

[metadata]
name = py7zr
description = Pure python 7-zip decompression(restricted) library
description = Pure python 7-zip library
long_description = file: README.rst, Changelog.rst
long_description_content_type = text/x-rst
keywords = compression, 7zip, lzma, zstandard
Expand Down

0 comments on commit fe53208

Please sign in to comment.