Skip to content

Commit

Permalink
Merge pull request #105 from eldaduzman/TASK/#104
Browse files Browse the repository at this point in the history
change to pymeter
  • Loading branch information
eldaduzman authored Nov 21, 2022
2 parents be0c54d + bc4c329 commit cd09060
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Simple JMeter performance tests API for python
#### Powered by [JMeter-DSL](https://abstracta.github.io/jmeter-java-dsl/) and [pyjnius](https://github.com/kivy/pyjnius)


[![Version](https://img.shields.io/pypi/v/py-jmeter-dsl.svg)](https://pypi.python.org/pypi/py-jmeter-dsl)
[![Version](https://img.shields.io/pypi/v/pymeter.svg)](https://pypi.python.org/pypi/pymeter)
![](https://raw.githubusercontent.com/eldaduzman/pymeter/main/docs/badges/coverage-badge.svg)
![](https://raw.githubusercontent.com/eldaduzman/pymeter/main/docs/badges/pylint.svg)
![](https://raw.githubusercontent.com/eldaduzman/pymeter/main/docs/badges/mutscore.svg)
Expand Down Expand Up @@ -59,7 +59,7 @@ Using [pyjnius](https://github.com/kivy/pyjnius) developed by Kivy, it is possib

### Install pymeter
```bash
>>> pip install py-jmeter-dsl
>>> pip install pymeter
```

### simple pymeter script:
Expand Down
6 changes: 3 additions & 3 deletions docs/user-guide/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
project = "pymeter"
copyright = "2010 Eldad Uzman"
author = "Eldad Uzman"
release, version = get_version("py-jmeter-dsl")
release, version = get_version("pymeter")

# General --------------------------------------------------------------

Expand All @@ -33,7 +33,7 @@
html_theme_options = {"index_sidebar_logo": False}
html_context = {
"project_links": [
ProjectLink("PyPI Releases", "https://pypi.org/project/py-jmeter-dsl/"),
ProjectLink("PyPI Releases", "https://pypi.org/project/pymeter/"),
ProjectLink("Source Code", "https://github.com/eldaduzman/pymeter"),
ProjectLink("Issue Tracker", "https://github.com/eldaduzman/pymeter/issues/"),

Expand All @@ -56,7 +56,7 @@

# LaTeX ----------------------------------------------------------------

latex_documents = [(master_doc, f"py-jmeter-dsl-{version}.tex", html_title, author, "manual")]
latex_documents = [(master_doc, f"pymeter-{version}.tex", html_title, author, "manual")]

# Local Extensions -----------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Install from pip

.. code-block:: text
> pip install py-jmeter-dsl
> pip install pymeter
Now you can open a python shell

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "py-jmeter-dsl"
version = "0.5-beta.0"
name = "pymeter"
version = "1.0"
description = "Simple JMeter performance tests API for python"
authors = ["Eldad Uzman <[email protected]>"]
license = "Apache License 2.0"
Expand Down

0 comments on commit cd09060

Please sign in to comment.