CompanyGraph
Install
pip install company-graph
Build
python setup.py sdist bdist_wheel
twine upload dist/*
Usage
from company_graph.cg import CompanyGraph
cg = CompanyGraph()
# Generalize company ids
>>> cg.id2id(1697742)
1063
# Deterministic company id from string
>>> cg('Cisco')
1063
>>> cg('Talos Group at Cisco')
1063
# Deterministic company name from id
>>> cg(1063)
'cisco'
Release files for company-graph 0.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| company_graph-0.3.1.tar.gz | 3.4 MB | Details |
Release files / company_graph-0.3.1.tar.gz
| Download URL | company_graph-0.3.1.tar.gz |
|---|---|
| Size | 3.4 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1777d2f02946997611a869793be3430ff5eb00c9d9aadc176295519c936aeb21
|
|
BLAKE2b-256 checksum How to use checksums |
345fc96b896c55fe11d5858958273ed9627c99c68c8095b5ad0d195597dd8a43
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
|