graphing
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
Repository
Basic Info
Statistics
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
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
- Website: https://ryu577.github.io/web
- Twitter: rohitpandey576
- Repositories: 47
- Profile: https://github.com/ryu577
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
Top Committers
| Name | 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
- Homepage: https://github.com/ryu577/graphing
- Documentation: https://graphing.readthedocs.io/
- License: MIT
-
Latest release: 0.0.26
published about 1 year ago