Skip to main content

Python library to process company names

Project description

# cleanco - 1.1

## What is it / what does it do? This is a Python module that processes company names, in terms of US/UK business entity types.

## How do I install it? Download it from this site and unzip the directory.

  • Mac: cd into it, and enter sudo python setup.py install along with your system password.

  • Windows: Same thing but without sudo.

## How does it work? Let’s look at some sample code. First, create an instance of the module:

>>> from cleanco import cleanco

Prepare a string of a company name that you want to process:

>>> business_name = "Some Big Pharma, LLC"

Throw it into the instance:

>>> x = cleanco(business_name)

You can now get the company types:

>>> x.type()
['Limited Liability Company']

…the possible countries…

>>> x.country()
['United States of America', 'Philippines']

…and a clean version of the company name.

>>> x.clean_name()
'Some Big Pharma'

## Are there bugs? You better believe it. Please let me know or fork this project. I’m sure some of the company suffixes are way incorrect and I’m missing a lot more information.

## Special thanks to:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cleanco-1.1.zip (8.4 kB view details)

Uploaded Source

File details

Details for the file cleanco-1.1.zip.

File metadata

  • Download URL: cleanco-1.1.zip
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cleanco-1.1.zip
Algorithm Hash digest
SHA256 92ba8b9a6c9d76020d852790fb4e1e3c88bda8ede5e485b3deabdc27735b146b
MD5 8f1385b318164db9df0619e1b79390b0
BLAKE2b-256 2acef5a3ced63ceb368c0525c85afa374b50e61434a6f8dfaf51d686bf888852

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page