Metadata-Version: 2.1
Name: naics
Version: 1.0.1
Summary: Utility tools for the 2022 NAICS industry classification standards.
Home-page: https://github.com/grayalienventures/naicspy
Author: Gray Alien Ventures
Author-email: info@intp.io
License: MIT
Keywords: naics,NAICS,industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# naics
Utility tools for 2022 NAICS standards in Python.

## Installation
Install this package using naics.
```
pip install naics
```

## Usage
Get industry by NAICS code.
```py
from naics import industry
print(industry(11))
```

## Contributing
Contributions are HIGHLY encouraged.

## License
[MIT](https://choosealicense.com/licenses/mit/)
