Science Score: 28.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
3 of 6 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (1.1%) to scientific vocabulary
Last synced: 11 months ago
·
JSON representation
·
Repository
A python package to study flow networks
Basic Info
- Host: GitHub
- Owner: debsankha
- License: other
- Language: Python
- Default Branch: master
- Homepage: http://flownetpy.readthedocs.org/en/latest/
- Size: 86.9 KB
Statistics
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
- Releases: 0
Created almost 11 years ago
· Last pushed about 4 years ago
Metadata Files
Readme
License
Citation
README
This is a module for simulating flow networks.
Usage
=====
>>> import flownetpy as fn
>>>
>>> C=nx.cycle_graph(4)
>>> I=np.array([1,-1,1,-1])
>>> KK=fn.LinearFlowNetwork(C,I)
>>>
>>> KK.steady_flows()
{(0, 1): 0.49999999999999994,
(0, 3): 0.49999999999999956,
(1, 2): -0.5000000000000006,
(2, 3): 0.5000000000000001}
Owner
- Name: Debsankha Manik
- Login: debsankha
- Kind: user
- Location: Göttingen, germany
- Company: MOIA GmbH
- Website: http://www.debsankha.net/
- Repositories: 46
- Profile: https://github.com/debsankha
Citation (CITATION.md)
Please cite `flownetpy` as
```tex
@misc{debsankha_manik_2016_48550,
author = {Debsankha Manik},
title = {flownetpy: 0.0.9},
month = mar,
year = 2016,
doi = {10.5281/zenodo.48550},
url = {http://dx.doi.org/10.5281/zenodo.48550}
}
```
GitHub Events
Total
Last Year
Committers
Last synced: over 3 years ago
All Time
- Total Commits: 96
- Total Committers: 6
- Avg Commits per committer: 16.0
- Development Distribution Score (DDS): 0.156
Top Committers
| Name | Commits | |
|---|---|---|
| Debsankha Manik | d****k@n****e | 81 |
| Debsankha Manik | d****0@g****m | 8 |
| Debsankha Manik | d****a@u****m | 4 |
| Debsankha Manik | d****k@e****i | 1 |
| Debsankha Manik | d****k@l****e | 1 |
| dmanik | d****k@d****e | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 1
- Total pull requests: 2
- Average time to close issues: 6 days
- Average time to close pull requests: 4 days
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 3.0
- Average comments per pull request: 0.5
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 2
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
- drvinceknight (1)
Pull Request Authors
- dependabot[bot] (2)
Top Labels
Issue Labels
Pull Request Labels
dependencies (2)
Packages
- Total packages: 1
-
Total downloads:
- pypi 8 last-month
- Total dependent packages: 0
- Total dependent repositories: 2
- Total versions: 7
- Total maintainers: 1
pypi.org: flownetpy
A package to simulate flow networks
- Homepage: https://github.com/debsankha/flownetpy
- Documentation: https://flownetpy.readthedocs.io/
- License: GPLv3
-
Latest release: 1.1.0
published over 8 years ago
Rankings
Dependent packages count: 10.0%
Dependent repos count: 11.6%
Average: 21.0%
Stargazers count: 25.0%
Downloads: 28.6%
Forks count: 29.8%
Maintainers (1)
Last synced:
11 months ago
Dependencies
requirements.txt
pypi
- Sphinx ==1.2.3
- alabaster ==0.7.6
- coverage ==3.7.1
- coveralls ==0.5
- decorator ==3.4.2
- hypothesis ==1.10.2
- networkx ==1.9.1
- nose ==1.3.7
- numpy ==1.9.1
- numpydoc ==0.5
- releases ==0.7.0
- sphinx-rtd-theme ==0.1.8
- sphinxcontrib-napoleon ==0.3.11
setup.py
pypi
- networkx *
- scipy *