Skip to content
/ acciopy Public

A python package for matching lists of strings approximately

License

Notifications You must be signed in to change notification settings

Accio/acciopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published