Skip to content

Commit

Permalink
Removed postfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Jul 17, 2024
1 parent ce9a476 commit b9585d6
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 78 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
SNMP Library for Python
-----------------------

[![PyPI](https://img.shields.io/pypi/v/pysnmp-lextudio.svg)](https://pypi.python.org/pypi/pysnmp-lextudio)
[![PyPI Downloads](https://img.shields.io/pypi/dd/pysnmp-lextudio)](https://pypi.python.org/pypi/pysnmp-lextudio/)
[![Python Versions](https://img.shields.io/pypi/pyversions/pysnmp-lextudio.svg)](https://pypi.python.org/pypi/pysnmp-lextudio/)
[![PyPI](https://img.shields.io/pypi/v/pysnmp.svg)](https://pypi.python.org/pypi/pysnmp)
[![PyPI Downloads](https://img.shields.io/pypi/dd/pysnmp)](https://pypi.python.org/pypi/pysnmp/)
[![Python Versions](https://img.shields.io/pypi/pyversions/pysnmp.svg)](https://pypi.python.org/pypi/pysnmp/)
[![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](https://raw.githubusercontent.com/lextudio/pysnmp/master/LICENSE.rst)

This is a pure-Python, open source and free implementation of v1/v2c/v3
Expand All @@ -13,7 +13,7 @@ SNMP engine distributed under 2-clause [BSD license](https://www.pysnmp.com/pysn
The PySNMP project was initially sponsored by a [PSF](http://www.python.org/psf/) grant.
Thank you!

This version is a fork of Ilya Etingof's project [etingof/pysnmp](https://github.com/etingof/pysnmp). Ilya sadly passed away on 10-Aug-2022. Announcement [here](https://lists.openstack.org/pipermail/openstack-discuss/2022-August/030062.html). His work is still of great use to the Python community and he will be missed.
This version is derived from Ilya Etingof's project [etingof/pysnmp](https://github.com/etingof/pysnmp). Ilya sadly passed away on 10-Aug-2022. Announcement [here](https://lists.openstack.org/pipermail/openstack-discuss/2022-August/030062.html). His work is still of great use to the Python community and he will be missed.

Features
--------
Expand Down Expand Up @@ -46,13 +46,13 @@ Features, specific to SNMPv3 model include:
Download & Install
------------------

The PySNMP software is freely available for download from [PyPI](https://pypi.python.org/pypi/pysnmp-lextudio)
The PySNMP software is freely available for download from [PyPI](https://pypi.python.org/pypi/pysnmp)
and [GitHub](https://github.com/lextudio/pysnmp.git).

Just run:

```bash
$ pip install pysnmp-lextudio
$ pip install pysnmp
```

To download and install PySNMP along with its dependencies:
Expand All @@ -67,7 +67,7 @@ Besides the library, command-line [SNMP utilities](https://github.com/lextudio/s
written in pure-Python could be installed via:

```bash
$ pip install snmpclitools-lextudio
$ pip install snmpclitools
```

and used in the very similar manner as conventional Net-SNMP tools:
Expand Down
6 changes: 3 additions & 3 deletions docs/source/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Download PySNMP

The PySNMP software is provided under terms and conditions of BSD-style
license, and can be freely downloaded from
`PyPI <http://pypi.python.org/pypi/pysnmp-lextudio/>`_ or
`PyPI <http://pypi.python.org/pypi/pysnmp/>`_ or
GitHub (`master branch <https://github.com/lextudio/pysnmp/archive/master.zip>`_).


Expand All @@ -20,13 +20,13 @@ The best way to obtain PySNMP and dependencies is to run:

.. code-block:: bash
$ pip install pysnmp-lextudio
$ pip install pysnmp
or

.. code-block:: bash
$ easy_install pysnmp-lextudio
$ easy_install pysnmp
In case of any issues, please open a `GitHub issue <https://github.com/lextudio/pysnmp/issues/new>`_ so we could try to help out.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Best way is usually to

.. code-block:: bash
# pip install pysnmp-lextudio
# pip install pysnmp
If that does not work for you for some reason, you might need to read the
following page.
Expand Down
Loading

0 comments on commit b9585d6

Please sign in to comment.