Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scidart/scidart_io
IO utilities for SciDart
https://github.com/scidart/scidart_io
csv dart hacktoberfest manipulation manipulation-libraries pub scidart
Last synced: about 2 months ago
JSON representation
IO utilities for SciDart
- Host: GitHub
- URL: https://github.com/scidart/scidart_io
- Owner: scidart
- License: apache-2.0
- Created: 2019-08-14T20:30:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-27T18:30:09.000Z (over 3 years ago)
- Last Synced: 2023-03-08T19:27:50.022Z (almost 2 years ago)
- Topics: csv, dart, hacktoberfest, manipulation, manipulation-libraries, pub, scidart
- Language: Dart
- Homepage: https://scidart.org
- Size: 268 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ![Scidart logo](https://github.com/scidart/scidart.org/blob/master/img/logo_small.png?raw=true)
**SciDart IO** is file manipulation library compatible with **SciDart**. This library is part of [SciDart project](https://scidart.org/).
## 🏹 Goals
A data manipulation library compatible with SciDart. The focus platform is PC for while to simplify the development.
## 🏃 Motivation
Make easy to save and retrieve data from SciDart.
## 🧭 PUB link
Link to the Pub repository: https://pub.dev/packages/scidart_io
## 🔌 Installation
You can follow instruction in the Pub website: https://pub.dev/packages/scidart_io#-installing-tab-
## ⚒ ExamplesThe examples can be found in [the project web site](https://scidart.org/#examples-scidart).
## 📂 Supported formats
- csv: [CSV](https://en.wikipedia.org/wiki/Comma-separated_values) file manipulation;
- txt: text file manipulation;## 🛣 Project milestones
All the project status will be shared and updated in the __Projects__ section of Github.
## 🙌 How to contribute
I recommend check the __Projects__ section and choose a task or choose and solve a problem with **SciDart** and
implement the missing parts and read the file CONTRIBUTING.md.The reference values for all functions came from with SciPy. The contributions need use SciPy as reference too.
Every contribution need to have tests, documentation and examples, otherwise, the pull request will be blocked.
## ☕ Supporters
Scidart is an open source project that runs on donations to pay the bills e.g. our domain name. If you want to support Scidart, you can ☕ [**buy a coffee here**](https://www.buymeacoffee.com/polotto).
## ⚠ License
Copyright (c) 2019-present [Angelo Polotto](https://github.com/polotto) and Contributors. Scidart is free and open-source software licensed under the [Apache-2.0 License](./LICENSE). The official logo was created by [Juliano Polotto](https://www.linkedin.com/in/juliano-polotto-550ba379/) and distributed under Creative Commons license (CC BY-SA 4.0 International).
**Third-party library licenses**
- [path](https://github.com/dart-lang/path/blob/master/LICENSE)