Typhon is a collection of tools for atmospheric research.
Project description
typhon - Tools for atmospheric research
Installation
Typhon requires Python version 3.10 or higher. The recommended way to get Python is through Miniforge3. But of course, any other Python distribution is also working.
Stable release
The latest stable release of typhon can be installed using conda
(recommended)
$ conda install -c rttools typhon
or pip
$ pip install typhon
Development version
Check our information on how to setup a development environment for typhon.
Testing
Typhon contains a simple testing framework using pytest. It is good practice to write tests for all your functions and classes. Those tests may not be too extensive but should cover the basic use cases to ensure correct behavior through further development of the package.
Tests can be run on the command line...
$ pytest --pyargs typhon
or using the Python interpreter:
import typhon
typhon.test()
Configuration
Typhon supports a configuration file in configparser
syntax. The
configuration is handled by the typhon.config
module. The default file
location is ~/.typhonrc
but can be changed using the TYPHONRC
environment variable.
Documentation
A recent build of the documentation is accessible online. Kindly note that bleeding edge features might not be covered.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file typhon-0.10.0.tar.gz
.
File metadata
- Download URL: typhon-0.10.0.tar.gz
- Upload date:
- Size: 2.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14dc0adfb772d67f15890863ca6c0d2dce3904b4802351c24c082f69897d393f |
|
MD5 | 83c8b6bfebf58af47c6b01b44318aabc |
|
BLAKE2b-256 | d5bc415e4015c20b765b9fb8b134609edf1b4f723295e94ebedd4e2df77c49bd |
File details
Details for the file typhon-0.10.0-py3-none-any.whl
.
File metadata
- Download URL: typhon-0.10.0-py3-none-any.whl
- Upload date:
- Size: 2.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3df82cc68361edf4b4df0c4d2cdd292cfa5105aaced02aca44d63cd81178329 |
|
MD5 | c431d036fea5bc1e9a7da31e086e4eb3 |
|
BLAKE2b-256 | 3ba923e2dfeeb0839d91bcae86369367a87fb0b12e8e79d46b845e4d2a97fac0 |