ietf-data - Access the IETF DataTracker and related resources
https://github.com/glasgow-ipl/ietfdata
This project contains Python 3 libraries to interact with, and access, the (IETF data tracker)[https://datatracker.ietf.org], (RFC index)[https://www.rfc-editor.org], and related resources.
Getting started
The project uses Pipenv for dependency management. To begin, run:
pipenv install --dev -e .
to create a Python virtual environment with appropriate packages install. Then, run:
pipenv shell
to start the virtual environment, within which you can run the scripts.
Once the virtual environment is started, running:
python3 tests/test_datatracker.py
will run the test suite for the datatracker module. Running:
python3 tests/test_rfcindex.py
Will test the rfcindex module.
Release Process
- Edit CHANGELOG.md and ensure up-to-date
- Edit setup.py to ensure the correct version number is present
- Edit ietfdata/datatracker.py to fix version number in DataTracker::ua
- Commit changes and push to Github
- Run
make testto run the test suite. If any tests fail, fix then restart the release process - Run
python3 setup.py sdist bdist_wheelto prepare the package - Run
python3 -m twine upload dist/*to upload the package - Commit the packages files in
dist/*push to Github - Tag the release in Github
Release files for ietfdata 0.5.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ietfdata-0.5.1.tar.gz | 53.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ietfdata-0.5.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 126.4 kB
Release files / ietfdata-0.5.1.tar.gz
| Download URL | ietfdata-0.5.1.tar.gz |
|---|---|
| Size | 53.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ac75d8f22db2c6076895c142e44e6e9e9caa11872eb0ad29785a6e52e78295e9
|
|
BLAKE2b-256 checksum How to use checksums |
60c73c2fbb249f68b8bef8830e33673cc6be5c894df0de905fb5294e2be4bd16
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2
|
Release files / ietfdata-0.5.1-py3-none-any.whl
| Download URL | ietfdata-0.5.1-py3-none-any.whl |
|---|---|
| Size | 73.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
81f8ae59b5b85aa5b8453fe08a8801c4d4e1e672a40a6698136ac85bf70de4f7
|
|
BLAKE2b-256 checksum How to use checksums |
899cba9180fdfcdad387fe31220d0bd1ca5fe5a7821a026c37d8d6e43fc150c7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2
|