Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Aug 1, 2020
1 parent fa227c0 commit 96b630d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
25 changes: 10 additions & 15 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -372,16 +372,8 @@ Install from PPA (for Ubuntu)

Dependencies
============
Python 3.5+

Mandatory Dependencies
----------------------------------
- `DataProperty <https://github.com/thombashi/DataProperty>`__ (Used to extract data types)
- `mbstrdecoder <https://github.com/thombashi/mbstrdecoder>`__
- `pathvalidate <https://github.com/thombashi/pathvalidate>`__
- `sqliteschema <https://github.com/thombashi/sqliteschema>`__
- `tabledata <https://github.com/thombashi/tabledata>`__
- `typepy <https://github.com/thombashi/typepy>`__
- Python 3.5+
- `Python package dependencies (automatically installed) <https://github.com/thombashi/SimpleSQLite/network/dependencies>`__

Optional Dependencies
----------------------------------
Expand All @@ -390,11 +382,6 @@ Optional Dependencies
- `pandas <https://pandas.pydata.org/>`__
- `pytablereader <https://github.com/thombashi/pytablereader>`__

Test Dependencies
----------------------------------
- `pytest <https://docs.pytest.org/en/latest/>`__
- `tox <https://testrun.org/tox/latest/>`__

Documentation
===============
https://simplesqlite.rtfd.io/
Expand All @@ -403,3 +390,11 @@ Related Project
=================
- `sqlitebiter <https://github.com/thombashi/sqlitebiter>`__: CLI tool to convert CSV/Excel/HTML/JSON/LTSV/Markdown/TSV/Google-Sheets SQLite database by using SimpleSQLite

Sponsors
====================================
.. image:: https://avatars0.githubusercontent.com/u/44389260?s=48&u=6da7176e51ae2654bcfd22564772ef8a3bb22318&v=4
:target: https://github.com/chasbecker
:alt: Charles Becker (chasbecker)

`Become a sponsor <https://github.com/sponsors/thombashi>`__

4 changes: 3 additions & 1 deletion docs/make_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def main():

write_examples(maker)

maker.write_file(maker.doc_page_root_dir_path.joinpath("installation.rst"))
maker.write_introduction_file("installation.rst")

maker.set_indent_level(0)
maker.write_chapter("Documentation")
Expand All @@ -82,6 +82,8 @@ def main():
]
)

maker.write_file(maker.doc_page_root_dir_path.joinpath("sponsors.rst"))

return 0


Expand Down

0 comments on commit 96b630d

Please sign in to comment.