NuPaAc - Nuclide Pandas Accessor
This python package provides the NuclideSeriesAccessor class, which acts as kind
of wrapper to interact with
radioactivedecay Nuclide
objects from nuclide strings containing pandas Series. For detailed information
about the radioactivedecay package, see its documentation.
The series accessor allows to retrive several data series obtained from the dataset
in use by radioactivedecay. Where appropriate, data are returned as
pint series,
allowing to preserve the unit and perform unit-aware operations.
The functionality is implemented via the pint-pandas package.
Consult the tutorial.md file
to learn about the functionality provided by this package.
The project is currently under development and changes in its behaviour might be introduced.
Installation
Install the latest release of NuPaAc from PyPI
via pip:
$ pip install nupaac
The development version can be installed from
the Git repository using pip:
# Via https
pip install git+https://codeberg.org/Cs137/NuPaAc.git
# Via ssh
pip install git+ssh://git@codeberg.org:Cs137/NuPaAc.git
Usage
The pandas Series accessor is available via the nucs attribute of Series
instances. In order to make use of the accessor, import the module nucs from
this package.
Examples demonstrating several use cases can be found in the
tutorial.md file.
Changes
All notable changes to this project are documented in the
CHANGELOG.md file.
Contributing
Contributions to the NuPaAc package are very welcomed. Feel free to submit a
pull request, if you would like to contribute to the project. In case you are
unfamiliar with the process, consult the
forgejo documentation
and follow the steps using this repository instead of the example repository.
Create your pull request (PR) to
inform that you start working on a contribution. Provide a clear description
of your envisaged changes and the motivation behind them, prefix the PR's title
with WIP: until your changes are finalised.
All kind of contributions are appreciated, whether they are bug fixes, new features, or improvements to the documentation.
Development
Installing for development
To install the package in development mode, clone the Git repository and install the package using Poetry, as shown in the code block underneath. To install Poetry, which is required for virtual environment and dependency management, follow the instructions on the Poetry website.
git clone https://codeberg.org/Cs137/NuPaAc.git
cd nupaac
poetry install
This will create a virtual environment and install the package dependencies and
the package itself in editable mode, allowing you to make changes to the code and
see the effects immediately in the corresponding virtual environment. Alternatively,
you can install it via pip install -e in an existing virtual environment.
License
NuPaAc is open source software released under the MIT License. See LICENSE file for details.
This package was created and is maintained by Christian Schreinemachers, (C) 2025.
Release files for nupaac 0.1.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nupaac-0.1.7.tar.gz | 5.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nupaac-0.1.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.0 kB
Release files / nupaac-0.1.7.tar.gz
| Download URL | nupaac-0.1.7.tar.gz |
|---|---|
| Size | 5.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c9cd666e9d596bd7177e6d286b4993624f04223419dbc9346c0e07a4508954b5
|
|
BLAKE2b-256 checksum How to use checksums |
1fd7293a9271ab27946222e7a4183d20018d441c0be9d78516e7fd5643a20bdf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.1.1 CPython/3.13.2 Linux/6.13.4-arch1-1
|
Release files / nupaac-0.1.7-py3-none-any.whl
| Download URL | nupaac-0.1.7-py3-none-any.whl |
|---|---|
| Size | 6.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2c9118394a8648b44ed9bdc82dac7c8c28874460a4fe51b0589f3d6824d23687
|
|
BLAKE2b-256 checksum How to use checksums |
5f2cfb67e16ec9decef6b4273b53d7162e7290fd18373a04b517e5d5d8bbdcac
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.1.1 CPython/3.13.2 Linux/6.13.4-arch1-1
|