Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

README.md better explanation of Parsing Zone Files #25

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

taich001
Copy link

@taich001 taich001 commented Sep 5, 2019

Add imports
change print() cause of python3

>>> import blockstack_zones
>>> import json
>>> zone_file_object = parse_zone_file(zone_file)
>>> print(json.dumps(zone_file_object, indent=4, sort_keys=True))

@CLAassistant
Copy link

CLAassistant commented Mar 8, 2020

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
0 out of 2 committers have signed the CLA.

❌ jaywink
❌ aredwood
You have signed the CLA already but the status is still pending? Let us recheck it.

@philipcristiano
Copy link

This would be awesome to get merged, I ran into the import issue on py3!

@jcnelson mind taking a look?

@jcnelson
Copy link
Contributor

Hey @philipcristiano, @taich001,

Thank you for sending this PR! Unfortunately, we have no plans to move to Python 3, and are in the process of removing all of the Python modules in this organization (we're moving to Typescript and Rust). However, please feel free to maintain a Python 3 fork if you find it useful 👍

aredwood and others added 3 commits August 7, 2020 18:07
Resolved an issue where txt records would terminate at the first semicolon.

This prevents DMARC records, which have semicolons from properly parsing.

- Tests have also been added to reflect this change.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants