Science Score: 36.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
  • Committers with academic emails
    1 of 6 committers (16.7%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.7%) to scientific vocabulary

Keywords

graph network
Last synced: 6 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: ryu577
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 144 KB
Statistics
  • Stars: 7
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Topics
graph network
Created about 5 years ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

graphing

This Python library provides several graphing-related utilities that can be used to apply graph theory concepts and graph algorithms to a variety of problems.

Getting Started

This library is available for use on PyPI here: https://pypi.org/project/graphing/

For local development, do the following. - Clone this repository. - Set up and activate a Python3 virtual environment using conda. More info here: https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-with-commands - Navigate to the graphing repo. - Run the command: python3 setup.py install to install the package in the conda virtual environment. - As development progresses, run the above command to update the build in the conda virtual environment.

Sample Code

Try to run the following sample code:

from graphing.specialgraphs.neuraltrigraph.pathcover import mincover_trigraph

from graphing.specialgraphs.neuraltrigraph.rand_graph import *

Generate a random neural trigraph. Here, it is two sets of edges between layers 1 and 2 (edges1) and layers 2 and 3 (edges2)

edges1, edges2 = neurtrigedges(7, 3, 7, shuffle_p=.05)

Find the full-path cover for this neural trigraph.

paths1 = mincovertrigraph(edges1, edges2)

print(paths1)

Owner

  • Name: Rohit Pandey
  • Login: ryu577
  • Kind: user
  • Location: Kirkland Washington
  • Company: Microsoft

I’m passionate about applying Math to real world problems and writing awesome code.

GitHub Events

Total
  • Delete event: 1
  • Push event: 1
  • Pull request event: 2
  • Create event: 1
Last Year
  • Delete event: 1
  • Push event: 1
  • Pull request event: 2
  • Create event: 1

Committers

Last synced: 10 months ago

All Time
  • Total Commits: 114
  • Total Committers: 6
  • Avg Commits per committer: 19.0
  • Development Distribution Score (DDS): 0.588
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
ryu577 r****6@g****m 47
Akshay Sathiya a****a@m****m 37
Rohit Pandey r****y@R****l 16
Rohit Pandey r****y@m****m 11
Yiran Cai c****n@m****u 2
Akshay Sathiya a****a@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 36
  • Average time to close issues: N/A
  • Average time to close pull requests: about 8 hours
  • Total issue authors: 0
  • Total pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 36
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 4 minutes
  • Issue authors: 0
  • 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
Top Authors
Issue Authors
Pull Request Authors
  • asathiya007 (30)
  • ryu577 (5)
  • caiyiran99 (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 757 last-month
  • Total dependent packages: 1
  • Total dependent repositories: 1
  • Total versions: 24
  • Total maintainers: 2
pypi.org: graphing

Add static script_dir() method to Path

  • Versions: 24
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 757 Last month
Rankings
Downloads: 9.0%
Dependent packages count: 10.0%
Average: 16.7%
Stargazers count: 20.3%
Dependent repos count: 21.7%
Forks count: 22.6%
Maintainers (2)
Last synced: 7 months ago

Dependencies

setup.py pypi