batch-shipyard icon indicating copy to clipboard operation
batch-shipyard copied to clipboard

Publish to PyPI

Open alfpark opened this issue 6 years ago • 3 comments

Publish to pypi checklist:

  • [ ] pykwalify requirements changes (1.7.1+)
  • [ ] Create setup.py
    • [ ] Migrate requirements.txt
    • [ ] Add entry_points
    • [ ] Add README.md ingestion
  • [ ] Update travis with publish step
  • [ ] Update README/install docs with pypi option (with caveats)

alfpark avatar May 09 '18 16:05 alfpark

Hi, any update or plan for this feature? Thanks

f-roche avatar May 21 '19 14:05 f-roche

pykwalify has still not released a version based on ruamel.yaml being the default parser. Additionally, this feature will most likely be tied with #11.

alfpark avatar May 21 '19 15:05 alfpark

Hi pykwalify problems seems to be resolved: https://github.com/Grokzen/pykwalify/blob/master/requirements.txt

ruamel.yaml>=0.16.0

eedokl avatar Jul 22 '21 15:07 eedokl