HHammond / PrettyPandas

A Pandas Styler class for making beautiful tables
http://prettypandas.readthedocs.org/
MIT License
415 stars 23 forks source link

Conda package #45

Open scls19fr opened 6 years ago

scls19fr commented 6 years ago

Hello,

It could be very useful to have a conda package for PrettyPandas.

$ conda install PrettyPandas
Fetching package metadata .........

PackageNotFoundError: Packages missing in current channels:

  - prettypandas

We have searched for the packages in the following channels:

  - https://repo.continuum.io/pkgs/free/osx-64
  - https://repo.continuum.io/pkgs/free/noarch
  - https://repo.continuum.io/pkgs/r/osx-64
  - https://repo.continuum.io/pkgs/r/noarch
  - https://repo.continuum.io/pkgs/pro/osx-64
  - https://repo.continuum.io/pkgs/pro/noarch

Otherwise, installing using pip works fine

$ pip install PrettyPandas
Collecting PrettyPandas
  Downloading prettypandas-0.0.3.tar.gz
Requirement already satisfied: babel in ./anaconda/lib/python3.6/site-packages (from PrettyPandas)
Requirement already satisfied: ipython in ./anaconda/lib/python3.6/site-packages (from PrettyPandas)
Requirement already satisfied: numpy in ./anaconda/lib/python3.6/site-packages (from PrettyPandas)
Requirement already satisfied: jinja2 in ./anaconda/lib/python3.6/site-packages (from PrettyPandas)
Requirement already satisfied: pandas>=0.17.1 in ./anaconda/lib/python3.6/site-packages (from PrettyPandas)
Requirement already satisfied: pytz>=0a in ./anaconda/lib/python3.6/site-packages (from babel->PrettyPandas)
Requirement already satisfied: MarkupSafe>=0.23 in ./anaconda/lib/python3.6/site-packages (from jinja2->PrettyPandas)
Requirement already satisfied: python-dateutil>=2 in ./anaconda/lib/python3.6/site-packages (from pandas>=0.17.1->PrettyPandas)
Requirement already satisfied: six>=1.5 in ./anaconda/lib/python3.6/site-packages (from python-dateutil>=2->pandas>=0.17.1->PrettyPandas)
Building wheels for collected packages: PrettyPandas
  Running setup.py bdist_wheel for PrettyPandas ... done
  Stored in directory: /Users/scls/Library/Caches/pip/wheels/ad/41/3c/a3d331a42437852dd0f4aa8156f2563072a388fdb92d27c3dc
Successfully built PrettyPandas
Installing collected packages: PrettyPandas
Successfully installed PrettyPandas-0.0.3

Kind regards