/USPTO-Goods-Slicer

USPTO Goods Slicer is Python library that can remove bracketed goods and services of a USPTO trademark application.

Primary LanguagePython

USPTO Goods Slicer

USPTO Goods Slicer is Python library that can remove bracketed goods and services of a USPTO trademark application.

Usage

>>> import uspto_goods_slicer as ugs
>>> ugs.remove_square_brackets('Literary agencies [management]')
'Literary agencies'

Benefit(s)

  • Easily identify the remove goods and services.

Source