This library enables developers to download and process data from the South African etenders platform.
Project description
This is a sa_tenders library that makes it easier to download and process information about the South African tenders.
Quickstart:
Installing
pip install sa_tenders
An example:
from sa_tenders import sa_tenders
#initiating the class
source = sa_tenders(page_size=100, start_date="2024-01-01", end_date="2024-12-31")
#calling some of the class attributes
meta_data = source.meta_data
raw_data = source.raw_data_dict
clean_data = source.cleaned_dataframe
#printing the results
for i in [meta_data, raw_data, clean_data]:
print(i)
#exporting the clean data to excel
clean_data.to_excel("sa_tenders_data.xlsx")```
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
sa_tenders-0.0.3.tar.gz
(7.9 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 sa_tenders-0.0.3.tar.gz.
File metadata
- Download URL: sa_tenders-0.0.3.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fa8c97e62eccd39d4729c3553c74c91d3ca8d12d1b36cc15eb9aa2149a5b775
|
|
| MD5 |
1b341138230f3bf7cff84bff85c59cbd
|
|
| BLAKE2b-256 |
3a5c045b675b421e7f32a15677a4faad820df99e029a94907cc797d34293a1b8
|
File details
Details for the file sa_tenders-0.0.3-py3-none-any.whl.
File metadata
- Download URL: sa_tenders-0.0.3-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97316a75e246f2738692578de399d9d5e3b5b8782929a22b3ab26907af302da0
|
|
| MD5 |
f7c4408652df69230d08fc47c8d43b35
|
|
| BLAKE2b-256 |
79897bdb59689779d4e00c2244c08988950fe8e8bccab8fa8d5945190018b303
|