6
6
7
7
|License | |Zenodo | |PyPI Version | |PyPI Python Versions | |PyPI Downloads | |Astropy | |GitHub CI | |Code Coverage | |Documentation Status | |Codespaces Status | |pre-commit | |Black | |isort | |Donate |
8
8
9
- .. image :: https://github.com/WWGolay /pyscope/blob/main/docs/source/_static/pyscope_logo_white.png
9
+ .. image :: https://github.com/macro-consortium /pyscope/blob/main/docs/source/_static/pyscope_logo_white.png
10
10
:alt: pyscope logo
11
11
12
12
This is the repository for `pyscope <https://pyscope.readthedocs.io/en/latest/ >`_,
@@ -79,14 +79,14 @@ Or with conda:
79
79
80
80
.. code-block :: bash
81
81
82
- conda create -n pyscope-dev python=3.10. 12
82
+ conda create -n pyscope-dev python=3.12
83
83
conda activate pyscope-dev
84
84
85
85
To install pyscope for development, clone the repository and install with pip:
86
86
87
87
.. code-block :: bash
88
88
89
- git clone https://github.com/WWGolay /pyscope
89
+ git clone https://github.com/macro-consortium /pyscope
90
90
cd pyscope
91
91
pip install -e " .[dev]"
92
92
@@ -102,6 +102,10 @@ Citing
102
102
------
103
103
If you use this package in your research, please cite it using the following:
104
104
105
+ History
106
+ -------
107
+ 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.
108
+
105
109
Contributing
106
110
------------
107
111
Please see the `developer documentation <https://pyscope.readthedocs.io/en/latest/development/ >`_.
@@ -112,7 +116,7 @@ This project is licensed under the `GNU AGPLv3 License <LICENSE>`_.
112
116
113
117
Issues
114
118
------
115
- Please post any issues you find `here <https://github.com/WWGolay /pyscope/issues >`_.
119
+ Please post any issues you find `here <https://github.com/macro-consortium /pyscope/issues >`_.
116
120
117
121
.. |License | image :: https://img.shields.io/pypi/l/pyscope
118
122
:target: https://pypi.org/project/pyscope/
@@ -138,20 +142,20 @@ Please post any issues you find `here <https://github.com/WWGolay/pyscope/issues
138
142
:target: http://www.astropy.org
139
143
:alt: Powered by Astropy
140
144
141
- .. |GitHub CI | image :: https://img.shields.io/github/actions/workflow/status/WWGolay /pyscope/ci.yml?logo=GitHub&label=CI
142
- :target: https://github.com/WWGolay /pyscope/actions/workflows/ci.yml
145
+ .. |GitHub CI | image :: https://img.shields.io/github/actions/workflow/status/macro-consortium /pyscope/ci.yml?logo=GitHub&label=CI
146
+ :target: https://github.com/macro-consortium /pyscope/actions/workflows/ci.yml
143
147
:alt: GitHub CI
144
148
145
- .. |Code Coverage | image :: https://codecov.io/gh/WWGolay /pyscope/branch/main/graph/badge.svg
146
- :target: https://app.codecov.io/gh/WWGolay /pyscope/
149
+ .. |Code Coverage | image :: https://codecov.io/gh/macro-consortium /pyscope/branch/main/graph/badge.svg
150
+ :target: https://app.codecov.io/gh/macro-consortium /pyscope/
147
151
:alt: Code Coverage
148
152
149
153
.. |Documentation Status | image :: https://img.shields.io/readthedocs/pyscope?logo=ReadtheDocs
150
154
:target: https://pyscope.readthedocs.io/en/latest/
151
155
:alt: Documentation Status
152
156
153
- .. |Codespaces Status | image :: https://github.com/WWGolay /pyscope/actions/workflows/codespaces/create_codespaces_prebuilds/badge.svg
154
- :target: https://github.com/WWGolay /pyscope/actions/workflows/codespaces/create_codespaces_prebuilds
157
+ .. |Codespaces Status | image :: https://github.com/macro-consortium /pyscope/actions/workflows/codespaces/create_codespaces_prebuilds/badge.svg
158
+ :target: https://github.com/macro-consortium /pyscope/actions/workflows/codespaces/create_codespaces_prebuilds
155
159
:alt: Codespaces Status
156
160
157
161
.. |pre-commit | image :: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit
@@ -167,9 +171,9 @@ Please post any issues you find `here <https://github.com/WWGolay/pyscope/issues
167
171
:alt: isort
168
172
169
173
.. |Donate | image :: https://img.shields.io/badge/Donate-to_pyscope-crimson
170
- :target: https://github.com/sponsors/WWGolay
174
+ :target: https://github.com/sponsors/macro-consortium
171
175
:alt: Donate
172
176
173
177
.. |Codespaces | image :: https://github.com/codespaces/badge.svg
174
- :target: https://codespaces.new/WWGolay /pyscope
178
+ :target: https://codespaces.new/macro-consortium /pyscope
175
179
:alt: Codespaces
0 commit comments