Skip to content

Commit

Permalink
Package -> library
Browse files Browse the repository at this point in the history
  • Loading branch information
rickybassom committed Aug 7, 2022
1 parent e7baab3 commit b4d1990
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ GMN Python API
:target: https://github.com/psf/black
:alt: Black

Python package for accessing open `Global Meteor Network`_ (GMN) meteor trajectory `data`_.
Python library for accessing open `Global Meteor Network`_ (GMN) meteor trajectory `data`_.
Global meteor data is generated using a network of low-light cameras pointed towards the night sky.
Meteor properties (radiants, orbits, magnitudes and masses) are produced by the GMN and are available through this package.
Meteor properties (radiants, orbits, magnitudes and masses) are produced by the GMN and are available through this library.

.. image:: https://raw.githubusercontent.com/gmn-data-platform/gmn-python-api/main/screenshot.png
:alt: Data screenshot
Expand Down
2 changes: 1 addition & 1 deletion docs/data_directory.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Data Directory
==============

The GMN provides a `Data Directory`_ of trajectory summary CSV data. The gmn-python-api package allows you to read from the directory (see `data_directory API reference section`_ for function and variable details).
The GMN provides a `Data Directory`_ of trajectory summary CSV data. The gmn-python-api library allows you to read from the directory (see `data_directory API reference section`_ for function and variable details).


Example 1:
Expand Down
2 changes: 1 addition & 1 deletion docs/data_schemas.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Data Schemas
============

GMN data fields are accessible through Pandas DataFrames produced by the gmn-python-api package. See the `meteor_summary_schema API reference section`_ for function and variable details.
GMN data fields are accessible through Pandas DataFrames produced by the gmn-python-api library. See the `meteor_summary_schema API reference section`_ for function and variable details.

Accessing meteor trajectory summary fields code example:

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gmn-python-api"
version = "0.0.6"
version = "0.0.7"
description = "GMN Python API"
authors = ["Ricky Bassom <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"""Test suite for the gmn_python_api package."""
"""Test suite for the gmn_python_api library."""
2 changes: 1 addition & 1 deletion tests/integration/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"""Integration tests for the gmn_python_api package."""
"""Integration tests for the gmn_python_api library."""
2 changes: 1 addition & 1 deletion tests/unit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Unit tests for the gmn_python_api package."""
"""Unit tests for the gmn_python_api library."""
from typing import Optional
from unittest import mock

Expand Down

0 comments on commit b4d1990

Please sign in to comment.