https://github.com/augustunderground/pynut

Read .raw simulation files as pandas DataFrame

https://github.com/augustunderground/pynut

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.5%) to scientific vocabulary

Keywords

cadence-spectre python raw-data
Last synced: 5 months ago · JSON representation

Repository

Read .raw simulation files as pandas DataFrame

Basic Info
Statistics
  • Stars: 5
  • Watchers: 1
  • Forks: 2
  • Open Issues: 0
  • Releases: 0
Topics
cadence-spectre python raw-data
Created over 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

PyNut

You can pronounce it :peanuts: when you think no one's listening.

Installation

With pip:

sh $ pip install git+https://github.com/augustunderground/pynut.git

From source:

sh $ git clone https://github.com/augustunderground/pynut.git $ pushd pynut $ pip install .

Example

```python import pynut as pn

file = './test/rc2.raw'

raw = pn.read_raw(file) ```

Or see test/example.py.

Owner

  • Name: ynk
  • Login: AugustUnderground
  • Kind: user
  • Location: Innsmouth
  • Company: @electronics-and-drives

PhD Student at Reutlingen University

GitHub Events

Total
  • Watch event: 1
  • Push event: 4
Last Year
  • Watch event: 1
  • Push event: 4

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 5 days
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • TiMo3654 (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

requirements.txt pypi
  • numpy *
  • pandas *
setup.py pypi