History of astronomy library
Project description
Kanon is the History of Astronomy Python package and tools. Still in early development.
Current Features
units
Define standard positional numeral systems (BasedReal)
Working arithmetics on those numbers
Set your own precision contexts and algorithms on arithmetical operations
Keep track of all operations
tables
Build or import ancient astronomical tables
Perform arithmetical and statistical operations
Support for BasedReal values
calendars
Define new calendar types
Date conversions
How to use
Install the package with pip
pip install kanonpy
For now kanon features are only available through its Python library
import kanon.units as u
a = u.Sexagesimal(1,2,3)
b = u.Sexagesimal(2,1,59)
a + b
# 3,4,2 ;
Development
To start developing on this project you need to install the package in editable mode
git clone git@gitlab.obspm.fr:lgauffier/kanon.git
cd kanon
pip install -e .
The changes you make in the code are reflected on your Python environment
Tests
Run tests with tox
# source code tests
tox -e test
# example notebooks tests
tox -e test_notebooks
# mypy
tox -e mypy
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file kanonpy-0.3.1.tar.gz
.
File metadata
- Download URL: kanonpy-0.3.1.tar.gz
- Upload date:
- Size: 133.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f41600c689ed88caf8ee5b1f0ea2dc5b754d8b50bed0691e43cd0d009c58765 |
|
MD5 | ed28f5664cfbfccf5e3a34813c1e283e |
|
BLAKE2b-256 | 0ac6ec2c269a734460eb739ec0e9d00ba7728b942bdc1fcfa32519ae7f332a56 |