cleanco icon indicating copy to clipboard operation
cleanco copied to clipboard

Company Name Processor written in Python

Results 28 cleanco issues
Sort by recently updated
recently updated
newest added

I need to add words - 'Software' and 'Foundation' to the list of words to be cleaned. How to modify the library ?

OÜ - osaühing (private limited company) AS - aktsiaselts (limited company)

https://en.wikipedia.org/wiki/Law_of_Japan#Corporate_law= - K.K. - G.K. - GK - Y.K.

I checked some of the scenarios where basename function giving empty result. `from cleanco import basename` `print("Base name name for {} : {}".format('IKS APS', basename("IKS APS")))` `print("Base name name for...

you miss a suffixes: S.A. DE C.V. please add it ,thanks

See https://www.gleif.org/en. There's a lot of data that would help improve the legal affix database of cleanco.

ISO 20275

The legal terms are to some extent translatable across jurisdictions. It would be useful if user could ask for the business types in their own native language. For example, as...

question
ISO 20275

HI guys many of the polish companies I received has full legal endings as: spółka z ograniczoną odpowiedzialnością spółka Jawna spółka komandytowa spółka akcyjna spółka cywilna spółka komandytowa spółka z...

ISO 20275
terms update

```>>> from cleanco import cleanco >>> cleanco("Example Example Pty Ltd").clean_name() # CORRECT 'Example Example' >>> cleanco("Example Example Pty Limited").clean_name() # Not so good 'Example Example Pty' ``` The give you...

ISO 20275