Metadata-Version: 2.1
Name: pyregrws
Version: 0.1.2
Summary: Python library to retrieve and modify records within ARIN's database through their Reg-RWS service
Home-page: https://github.com/jsenecal/pyregrws
License: Apache 2.0
Author: Jonathan Senecal
Author-email: contact@jonathansenecal.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Pydantic
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pydantic-xml[lxml] (>=0.5.0,<0.6.0)
Requires-Dist: pydantic[dotenv] (>=1.10.4,<2.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Description-Content-Type: text/markdown

# pyregrws

[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/jsenecal/pyregrws/ci.yml?label=CI&style=for-the-badge)](https://github.com/jsenecal/pyregrws/actions/workflows/ci.yml)[![PyPI](https://img.shields.io/pypi/v/pyregrws?style=for-the-badge)](https://pypi.org/project/pyregrws/)[![Codecov](https://img.shields.io/codecov/c/github/jsenecal/pyregrws?style=for-the-badge)](https://codecov.io/github/jsenecal/pyregrws)

## Currently Supported Payloads

- [POC](https://www.arin.net/resources/manage/regrws/payloads/#poc-payload)
- [Customer](https://www.arin.net/resources/manage/regrws/payloads/#customer-payload)
- [ORG](https://www.arin.net/resources/manage/regrws/payloads/#org-payload)
- [NET Block](https://www.arin.net/resources/manage/regrws/payloads/#net-block-payload)
- [NET](https://www.arin.net/resources/manage/regrws/payloads/#net-payload)
- [POC Link](https://www.arin.net/resources/manage/regrws/payloads/#poc-link-payload)

- [Ticketed Request Payload](https://www.arin.net/resources/manage/regrws/payloads/#ticketed-request-payload)
- [Ticket Payload](https://www.arin.net/resources/manage/regrws/payloads/#ticket-payload)

- [Error](https://www.arin.net/resources/manage/regrws/payloads/#error-payload)

