Skip to content

Commit

Permalink
Merge pull request #19 from PagerDuty/final-readme
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
Deconstrained authored Dec 23, 2024
2 parents 7a0b21c + 1bebf38 commit 21da2e1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@ python-pagerduty: Clients for PagerDuty's APIs
==============================================
A module that supplies lightweight Python clients for the PagerDuty REST API v2 and Events API v2.

**This library is currently a work in progress.**

For how-to, refer to the `User Guide
<https://pagerduty.github.io/python-pagerduty/user_guide.html>`_.

|circleci-build|

Overview
--------
This library supplies classes extending `requests.Session`_ from the Requests_
Expand Down Expand Up @@ -55,7 +51,7 @@ control over how API calls were made.

License
-------
All the code in this distribution is Copyright (c) 2023 PagerDuty.
All the code in this distribution is Copyright (c) 2025 PagerDuty.

``python-pagerduty`` is made available under the MIT License:

Expand Down Expand Up @@ -100,6 +96,3 @@ Warranty
.. _`setuptools`: https://pypi.org/project/setuptools/
.. _requests.Response: https://docs.python-requests.org/en/master/api/#requests.Response
.. _requests.Session: https://docs.python-requests.org/en/master/api/#request-sessions

.. |circleci-build| image:: https://circleci.com/gh/PagerDuty/python-pagerduty.svg?style=svg
:target: https://circleci.com/gh/PagerDuty/python-pagerduty

0 comments on commit 21da2e1

Please sign in to comment.