Metadata-Version: 2.1
Name: pachelm
Version: 0.0.25
Summary: Pachyderm pipelines migrations & seeds tools, to ease pipelines deployment.
Home-page: https://github.com/sinonkt/pachelm
Author: Krittin Phornsiricharoenphant
Author-email: oatkrittin@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: argh (==0.26.2)
Requires-Dist: atomicwrites (==1.3.0)
Requires-Dist: attrs (==19.1.0)
Requires-Dist: bleach (==3.1.0)
Requires-Dist: certifi (==2019.3.9)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: Click (==7.0)
Requires-Dist: colorama (==0.4.1)
Requires-Dist: deepdiff (==4.0.6)
Requires-Dist: docopt (==0.6.2)
Requires-Dist: docutils (==0.14)
Requires-Dist: future (==0.17.1)
Requires-Dist: grpcio (==1.21.1)
Requires-Dist: idna (==2.8)
Requires-Dist: importlib-metadata (==0.17)
Requires-Dist: Jinja2 (==2.10.1)
Requires-Dist: jsonpickle (==1.2)
Requires-Dist: MarkupSafe (==1.1.1)
Requires-Dist: more-itertools (==7.0.0)
Requires-Dist: ordered-set (==3.1.1)
Requires-Dist: packaging (==19.0)
Requires-Dist: pathtools (==0.1.2)
Requires-Dist: pkginfo (==1.5.0.1)
Requires-Dist: pluggy (==0.12.0)
Requires-Dist: pprint (==0.1)
Requires-Dist: protobuf (==3.8.0)
Requires-Dist: py (==1.8.0)
Requires-Dist: Pygments (==2.4.2)
Requires-Dist: pyparsing (==2.4.0)
Requires-Dist: pytest (==4.6.2)
Requires-Dist: pytest-watch (==4.2.0)
Requires-Dist: python-pachyderm (==1.8.6.post2)
Requires-Dist: PyYAML (==5.1.1)
Requires-Dist: readme-renderer (==24.0)
Requires-Dist: requests (==2.22.0)
Requires-Dist: requests-toolbelt (==0.9.1)
Requires-Dist: six (==1.12.0)
Requires-Dist: tqdm (==4.32.1)
Requires-Dist: twine (==1.13.0)
Requires-Dist: urllib3 (==1.25.3)
Requires-Dist: watchdog (==0.9.0)
Requires-Dist: wcwidth (==0.1.7)
Requires-Dist: webencodings (==0.5.1)
Requires-Dist: zipp (==0.5.1)


# activate env
conda activate python-pacyhderm

# to install python-pachyderm
conda install -y conda-build click setuptools-git


# Work around
<!-- - pip:
  - "--editable=git+https://github.com/pachyderm/python-pachyderm.git@faaea725837a2deecfe99b28d65dd98342c9e939#egg=python-pachyderm-master" -->

# Recommended way but not work.
# conda skeleton pypi python-pachyderm
# conda build python-pachyderm

# Next things
# Build pachydelm, dev examples workflow for both contribute & own work.
# python-pachyderm get version mismatch for some method like pfs_client.provenances_for_repo('test-pipeline').

# pip install -e .


<!-- 2019-05-28T09:45:32Z INFO pps.API.CreatePipeline {"request":{"pipeline":{"name":"test-pipeline"}}} []
2019-05-28T09:45:32Z INFO pps.API.call64 {"duration":0.000026444,"request":{"pipeline":{"name":"test-pipeline"},"salt":"5a738ec86ad04489bd2e25d97bb2e716"},"response":null} []
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x1ce205d] -->

# build command
python setup.py bdist_wheel
twine upload dist/*

