Skip to main content

Access the IETF Data Tracker and RFC Index

Project description

ietf-data -- Access the IETF DataTracker and related resources

Colin Perkins https://csperkins.org/

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

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 ietfdata/datatracker.py 

will run the test suite for the datatracker module. Running:

python3 ietfdata/rfcindex.py

Will test the rfcindex module.

Release Process

  • Edit setup.py to ensure the correct version number is present
  • Commit changes and push to Github
  • Run make test to run the test suite. If any tests fail, fix then restart the release process
  • Run python3 setup.py sdist bdist_wheel to 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ietfdata-0.1.2.tar.gz (14.1 kB view hashes)

Uploaded Source

Built Distribution

ietfdata-0.1.2-py3-none-any.whl (14.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page