Python client for the ngohub.ro API
Project description
NGO Hub
The ngohub package facilitates the integration of Python projects with ngohub.ro
A Simple Example | Feedback | License | About Code for Romania
A Simple Example
from ngohub import NGOHub
# Create a new instance of the NGOHub class
hub = NGOHub(api_base_url="https://api.ngohub.ro")
if hub.is_healthy():
print("The API is healthy")
else:
print("The API is not healthy")
Development
Local development
- Clone the repository
- Create a virtual environment using python 3.12 or higher and activate it
python3 -m venv venv && source venv/bin/activate
- Install the dependencies
pip install -r requirements/dev.txt
And you're ready to go.
Running the tests
To run the tests, we use tox, to check for different environments and run multiple checks and configurations.
To run the tests, run the following command:
tox
Updating the requirements
To update the requirements, you can run the following command:
tox -e update-requirements
Creating a new release
- Update the version in the
pyproject.tomlfile - Create a new tag with the version and push it
- Update the
CHANGELOG.mdfile with the new changes
The GitHub Actions will take care of the rest.
Feedback
- Request a new feature on GitHub.
- Vote for popular feature requests.
- File a bug in GitHub Issues.
- Email us with other feedback contact@code4.ro
License
This project is licensed under the MPL 2.0 License – see the LICENSE file for details
About Code for Romania
Started in 2016, Code for Romania is a civic tech NGO, official member of the Code for All network. We have a community of around 2.000 volunteers (developers, ux/ui, communications, data scientists, graphic designers, devops, it security and more) who work pro bono for developing digital solutions to solve social problems. #techforsocialgood. If you want to learn more details about our projects visit our site or if you want to talk to one of our staff members, please e-mail us at contact@code4.ro.
Last, but not least, we rely on donations to ensure the infrastructure, logistics and management of our community that is widely spread across 11 timezones, coding for social change to make Romania and the world a better place. If you want to support us, you can do it here.
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 ngohub-0.1.0.tar.gz.
File metadata
- Download URL: ngohub-0.1.0.tar.gz
- Upload date:
- Size: 16.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5dc81a98cdd40759ce214d64ea069d4f758fd5afaeb43e107e340968aa99a14b
|
|
| MD5 |
62c17d2bf5f31ee0ec8a4707d7df8a94
|
|
| BLAKE2b-256 |
0b0e8c6c35a0cc60ba233cae17d69c2227d24fc6d1b893787bfbb71010c0bc77
|
File details
Details for the file NGOHub-0.1.0-py3-none-any.whl.
File metadata
- Download URL: NGOHub-0.1.0-py3-none-any.whl
- Upload date:
- Size: 20.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5432f3894dab9b798305a759fe2de2e2460bbf36b0178b829a61b6c0054b2561
|
|
| MD5 |
f6e7a7f953fc0222cc912e7f8a9e47b5
|
|
| BLAKE2b-256 |
59b501a41046087c551274bd99915e1deba1062e620179e0c6ee98066b2c93b5
|