Metadata-Version: 2.4
Name: pylinc
Version: 1.0
Summary: Linc's general-purposed utility kit.
Author-email: Chieh-An Lin <turtlelin1210@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/Linc-tw/pylinc
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.15.0
Requires-Dist: scipy>=1.13
Requires-Dist: pandas>=1.2.0
Requires-Dist: matplotlib>=3.9.2
Provides-Extra: astropy
Requires-Dist: astropy>=4.0.0; extra == "astropy"
Provides-Extra: healpy
Requires-Dist: healpy>=1.15; extra == "healpy"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: furo; extra == "docs"
Requires-Dist: tomli; python_version < "3.11" and extra == "docs"
Dynamic: license-file

pylinc
======

A general-purposed utility kit for personal usage.


Installation
------------

```python
$ pip install pylinc[healpy]
```

`pylinc` is using a third-party package `healpy` for its `healpix` module.
If installation of `healpy` fails (this has been reported on Windows),
users can install `pylinc` without the `healpix` module:
```python
$ pip install pylinc
```
