Skip to content

Commit

Permalink
Merge pull request #196 from macro-consortium/wwg-dev
Browse files Browse the repository at this point in the history
one pr to rule them all
  • Loading branch information
WWGolay authored Jul 1, 2024
2 parents a02283c + ccb31b4 commit 149eb48
Show file tree
Hide file tree
Showing 111 changed files with 7,592 additions and 19,823 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name":"pyscope",
"image":"mcr.microsoft.com/devcontainers/python:0-3.10-bullseye",
"postCreateCommand": "pip install -e '.[dev]'",
"image":"mcr.microsoft.com/devcontainers/python:0-3.12-bullseye",
"postCreateCommand": "pip install -v -e '.[dev]'",
"waitFor":"postCreateCommand",
"customizations": {
"vscode" : {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Build package
run: python -m build
- name: pypi-publish
uses: pypa/gh-action-pypi-publish@v1.8.14
uses: pypa/gh-action-pypi-publish@v1.9.0
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ dmypy.json
*.fts
*.fit
*.fits
*.ipynb
*.log_*
*.ecsv
.vscode
Expand All @@ -143,3 +144,4 @@ dmypy.json
docs/source/api/auto_api/
docs/source/_build/
pgHardware
pgtest
28 changes: 16 additions & 12 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pyscope

|License| |Zenodo| |PyPI Version| |PyPI Python Versions| |PyPI Downloads| |Astropy| |GitHub CI| |Code Coverage| |Documentation Status| |Codespaces Status| |pre-commit| |Black| |isort| |Donate|

.. image:: https://github.com/WWGolay/pyscope/blob/main/docs/source/_static/pyscope_logo_white.png
.. image:: https://github.com/macro-consortium/pyscope/blob/main/docs/source/_static/pyscope_logo_white.png
:alt: pyscope logo

This is the repository for `pyscope <https://pyscope.readthedocs.io/en/latest/>`_,
Expand Down Expand Up @@ -79,14 +79,14 @@ Or with conda:

.. code-block:: bash
conda create -n pyscope-dev python=3.10.12
conda create -n pyscope-dev python=3.12
conda activate pyscope-dev
To install pyscope for development, clone the repository and install with pip:

.. code-block:: bash
git clone https://github.com/WWGolay/pyscope
git clone https://github.com/macro-consortium/pyscope
cd pyscope
pip install -e ".[dev]"
Expand All @@ -102,6 +102,10 @@ Citing
------
If you use this package in your research, please cite it using the following:

History
-------
pyscope is based off of the IOTAlib (Iowa Optical Telescope Automation library) package, drawing on 25+ years of robotic observatory development at the University of Iowa, now with an emphasis on usage by anyone with a computerized telescope and python experience.

Contributing
------------
Please see the `developer documentation <https://pyscope.readthedocs.io/en/latest/development/>`_.
Expand All @@ -112,7 +116,7 @@ This project is licensed under the `GNU AGPLv3 License <LICENSE>`_.

Issues
------
Please post any issues you find `here <https://github.com/WWGolay/pyscope/issues>`_.
Please post any issues you find `here <https://github.com/macro-consortium/pyscope/issues>`_.

.. |License| image:: https://img.shields.io/pypi/l/pyscope
:target: https://pypi.org/project/pyscope/
Expand All @@ -138,20 +142,20 @@ Please post any issues you find `here <https://github.com/WWGolay/pyscope/issues
:target: http://www.astropy.org
:alt: Powered by Astropy

.. |GitHub CI| image:: https://img.shields.io/github/actions/workflow/status/WWGolay/pyscope/ci.yml?logo=GitHub&label=CI
:target: https://github.com/WWGolay/pyscope/actions/workflows/ci.yml
.. |GitHub CI| image:: https://img.shields.io/github/actions/workflow/status/macro-consortium/pyscope/ci.yml?logo=GitHub&label=CI
:target: https://github.com/macro-consortium/pyscope/actions/workflows/ci.yml
:alt: GitHub CI

.. |Code Coverage| image:: https://codecov.io/gh/WWGolay/pyscope/branch/main/graph/badge.svg
:target: https://app.codecov.io/gh/WWGolay/pyscope/
.. |Code Coverage| image:: https://codecov.io/gh/macro-consortium/pyscope/branch/main/graph/badge.svg
:target: https://app.codecov.io/gh/macro-consortium/pyscope/
:alt: Code Coverage

.. |Documentation Status| image:: https://img.shields.io/readthedocs/pyscope?logo=ReadtheDocs
:target: https://pyscope.readthedocs.io/en/latest/
:alt: Documentation Status

.. |Codespaces Status| image:: https://github.com/WWGolay/pyscope/actions/workflows/codespaces/create_codespaces_prebuilds/badge.svg
:target: https://github.com/WWGolay/pyscope/actions/workflows/codespaces/create_codespaces_prebuilds
.. |Codespaces Status| image:: https://github.com/macro-consortium/pyscope/actions/workflows/codespaces/create_codespaces_prebuilds/badge.svg
:target: https://github.com/macro-consortium/pyscope/actions/workflows/codespaces/create_codespaces_prebuilds
:alt: Codespaces Status

.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit
Expand All @@ -167,9 +171,9 @@ Please post any issues you find `here <https://github.com/WWGolay/pyscope/issues
:alt: isort

.. |Donate| image:: https://img.shields.io/badge/Donate-to_pyscope-crimson
:target: https://github.com/sponsors/WWGolay
:target: https://github.com/sponsors/macro-consortium
:alt: Donate

.. |Codespaces| image:: https://github.com/codespaces/badge.svg
:target: https://codespaces.new/WWGolay/pyscope
:target: https://codespaces.new/macro-consortium/pyscope
:alt: Codespaces
8 changes: 0 additions & 8 deletions TODO.md

This file was deleted.

2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "pyscope" %}
{% set version = "0.1.1" %}
{% set version = "0.2.0" %}

package:
name: {{ name|lower }}
Expand Down
Loading

0 comments on commit 149eb48

Please sign in to comment.