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:
Wikipedia’s [Types of Business Entity article](http://en.wikipedia.org/wiki/Types_of_business_entity), where I spent hours of research.
Contributors: Petri Savolainen <petri.savolainen@koodaamo.fi>
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
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
Algorithm | Hash digest | |
---|---|---|
SHA256 |
92ba8b9a6c9d76020d852790fb4e1e3c88bda8ede5e485b3deabdc27735b146b
|
|
MD5 |
8f1385b318164db9df0619e1b79390b0
|
|
BLAKE2b-256 |
2acef5a3ced63ceb368c0525c85afa374b50e61434a6f8dfaf51d686bf888852
|