Skip to content

Commit

Permalink
docs: improve frontpages on github, PyPI, and Conda Forge
Browse files Browse the repository at this point in the history
  • Loading branch information
Juarez Rudsatz authored and juarezr committed Feb 3, 2022
1 parent 9215549 commit 23d786a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 14 deletions.
18 changes: 12 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,21 @@ petl - Extract, Transform and Load
loading tables of data.

.. image:: docs/petl-architecture.png
:align: center
:alt: petl architecture example

- Docs: http://petl.readthedocs.org/
- Source: https://github.com/petl-developers/petl
- Download: http://pypi.python.org/pypi/petl
- Mailing list: http://groups.google.com/group/python-etl
Resources
---------

See also `petlx <https://github.com/alimanfoo/petlx>`_, a library of
extension modules for ``petl``.
- Documentation: http://petl.readthedocs.org/
- Mailing List: http://groups.google.com/group/python-etl
- Source Code: https://github.com/petl-developers/petl
- Download:
- PyPI: http://pypi.python.org/pypi/petl
- Conda Forge:https://anaconda.org/conda-forge/petl

DevOps Status
-------------

.. image:: https://github.com/petl-developers/petl/actions/workflows/test-changes.yml/badge.svg
:target: https://github.com/petl-developers/petl/actions/workflows/test-changes.yml
Expand Down
28 changes: 20 additions & 8 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
petl - Extract, Transform and Load (Tables of Data)
===================================================
petl - Extract, Transform and Load
==================================

``petl`` is a general purpose Python package for extracting, transforming and
loading tables of data.

- Docs: http://petl.readthedocs.org/
- Source: https://github.com/alimanfoo/petl
- Download: http://pypi.python.org/pypi/petl
- Mailing list: http://groups.google.com/group/python-etl
Resources
---------

See also `petlx <https://github.com/alimanfoo/petlx>`_, a library of
extension modules for ``petl``.
- Documentation: http://petl.readthedocs.org/
- Mailing List: http://groups.google.com/group/python-etl
- Source Code: https://github.com/petl-developers/petl
- Download:
- PyPI: http://pypi.python.org/pypi/petl
- Conda Forge:https://anaconda.org/conda-forge/petl

Getting Help
-------------

Please feel free to ask questions via the mailing list
([email protected]).

To report installation problems, bugs or any other issues please email
[email protected] or `raise an issue on GitHub
<https://github.com/petl-developers/petl/issues/new>`_.

0 comments on commit 23d786a

Please sign in to comment.