Extract public repository data.
Project description
GitHub: github.com/euanacampbell/gitprofile
PyPi: pypi.org/project/gitprofile
Installation
pip install gitprofile
Import
from gitprofile.github import profile
Setup
from gitprofile.github import profile
github_user_name = 'euanacampbell'
user_profile = profile(github_user_name)
Repositories
from gitprofile.github import profile
github_user_name = 'euanacampbell'
user_profile = profile(github_user_name)
for repo in user_profile:
print( repo.title )
# github-public
# octopus_energy_api
# boggle_solver
# System-Monitoring
# Pathfinding-Algorithm
# pegasus
# euanacampbell.github.io
# sqlite-editor
# reddit-client
Accessible details
from gitprofile.github import profile
github_user_name = 'euanacampbell'
user_profile = profile(github_user_name)
first_repo = user_profile.repositories[0]
# title
first_repo.title
#gitprofile
# url
first_repo.url
#https://github.com/euanacampbell/gitprofile
# description
first_repo.description
#Extract public repository data.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gitprofile-0.3.tar.gz
(3.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gitprofile-0.3.tar.gz.
File metadata
- Download URL: gitprofile-0.3.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4bb0ce258cd210946b387103f11232503f28eb62336f3a53929fed778ca65647
|
|
| MD5 |
f02364ba7e77e7fb840b77d445a1be39
|
|
| BLAKE2b-256 |
8d50243b434b0f9b14544ce12294bf2176412c5138c850966496f0a8df820366
|
File details
Details for the file gitprofile-0.3-py3-none-any.whl.
File metadata
- Download URL: gitprofile-0.3-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
009030b1aad0c6473dcb63928d7e3534fc1b22e2777939811d1fd908ec4beb85
|
|
| MD5 |
bc59e4ecd9dd056c35ee02b3322ea3c7
|
|
| BLAKE2b-256 |
36796662f74d405a5b03f5d0b77c017746323053bc52b4c4f5e97535304cfcf8
|