A simple package to fetch files by number from a GitHub repository
Project description
Credence
A simple Python package to fetch files by number from a GitHub repository.
Installation
pip install credence
Usage
The package provides a very simple interface to fetch files by number from a predefined GitHub repository:
from credence import fetch
# Fetch file number 1 (1.txt from the repository)
fetch(1)
This will download the file named "1.txt" from the GitHub repository to your current working directory.
How it Works
The package automatically connects to the GitHub repository at https://github.com/Tanmay-24/CL3 and fetches the file with the corresponding number.
No configuration or setup is needed on the client side. Just import and use!
Requirements
- Python 3.6+
- requests library
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
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 credence-0.2.0.tar.gz.
File metadata
- Download URL: credence-0.2.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0a7116fac87abce41a609cbfe9a82e3f27340d27582aa48506161995327ae25
|
|
| MD5 |
7f9dfdba586a302fdc6687271c236ad0
|
|
| BLAKE2b-256 |
9721e97e0ffe6fec748ea5e591badb29c1942f564b6d2cf073f091489b82ced4
|
File details
Details for the file credence-0.2.0-py3-none-any.whl.
File metadata
- Download URL: credence-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcb93dbba1fab73aa4a5a097b1fcca2a68f9656e2bb34b53b1e1595cbcc5725d
|
|
| MD5 |
509860c202c6af3621da8c01f2df55b5
|
|
| BLAKE2b-256 |
fa697ba408c418ef8bc4ab32563e93f1a2526075d6128b6faf13897bace1291a
|