Skip to content

Commit

Permalink
Build + Pack + README modification
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBct committed Feb 6, 2021
1 parent 96d0b6c commit a9fbc44
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 10 deletions.
1 change: 1 addition & 0 deletions PythonMETAR/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from PythonMETAR.metar import *
Binary file modified PythonMETAR/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
Binary file modified PythonMETAR/__pycache__/metar.cpython-39.pyc
Binary file not shown.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,17 @@ Python library for aeronautical METAR (METeorological Aerodrome Report).
You can use pip in order to install package.

```python
pip install -i https://test.pypi.org/simple/ Python-METAR-MattBOUCHET
pip install -i https://test.pypi.org/simple/ PythonMETAR-MattBOUCHET
```

### Source code

You can also download source code from https://github.com/MatthieuBOUCHET/Python-METAR

Decompress folder and copy `metar/metar.py` in your project folder.

## Usage

### Import

Use

```python
from PythonMETAR import metar
from PythonMETAR import *
```

### Declare a METAR
Expand Down
Binary file removed dist/Python-METAR-MattBOUCHET-0.9.1.tar.gz
Binary file not shown.
Binary file removed dist/Python_METAR_MattBOUCHET-0.9.1-py3-none-any.whl
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
long_description = fh.read()

setuptools.setup(
name="Python-METAR-MattBOUCHET", # Replace with your own username
version="0.9.1",
name="PythonMETAR-MattBOUCHET", # Replace with your own username
version="0.9.3.1",
author="Matthieu BOUCHET",
author_email="[email protected]",
description="METAR Python Library",
Expand Down

0 comments on commit a9fbc44

Please sign in to comment.