Accio / acciopy

A python package for matching lists of strings approximately

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

acciopy: my python snippets

See tutorial of packaging projects.

  1. Put source files in modules under src, including __init__.py files.
  2. Create pyproject.toml, README.md, and setup.cfg files.
  3. Setup testpy token
## building
python3 -m pip install --upgrade build
python3 -m build

## uploading to testpypi
python3 -m pip install --upgrade twine
python3 -m twine upload --repository testpypi dist/*

## installation
python3 -m pip install --index-url https://test.pypi.org/simple/ --no-deps
davidpy-Accio

acciopy

Now the package acciopy contains contains a module named fuzzmatch. The purpose of fuzzmatch is to fuzzy-match two lists of file names.

About

A python package for matching lists of strings approximately

License:GNU General Public License v3.0


Languages

Language:Python 90.0%Language:Shell 10.0%