-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: improve frontpages on github, PyPI, and Conda Forge
- Loading branch information
Showing
2 changed files
with
32 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>`_. |