gedcom-x 0.5__tar.gz → 0.5.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. {gedcom_x-0.5 → gedcom_x-0.5.1}/PKG-INFO +1 -1
  2. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcom_x.egg-info/PKG-INFO +1 -1
  3. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/Gedcom.py +2 -1
  4. {gedcom_x-0.5 → gedcom_x-0.5.1}/pyproject.toml +1 -1
  5. {gedcom_x-0.5 → gedcom_x-0.5.1}/setup.py +1 -1
  6. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcom_x.egg-info/SOURCES.txt +0 -0
  7. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcom_x.egg-info/dependency_links.txt +0 -0
  8. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcom_x.egg-info/top_level.txt +0 -0
  9. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/Address.py +0 -0
  10. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/Agent.py +0 -0
  11. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/Attribution.py +0 -0
  12. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/Conclusion.py +0 -0
  13. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/Coverage.py +0 -0
  14. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/Date.py +0 -0
  15. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/Document.py +0 -0
  16. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/Event.py +0 -0
  17. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/EvidenceReference.py +0 -0
  18. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/Fact.py +0 -0
  19. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/GedcomX.py +0 -0
  20. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/Gender.py +0 -0
  21. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/Group.py +0 -0
  22. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/Identifier.py +0 -0
  23. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/Name.py +0 -0
  24. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/Note.py +0 -0
  25. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/OnlineAccount.py +0 -0
  26. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/Person.py +0 -0
  27. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/PlaceDescription.py +0 -0
  28. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/PlaceReference.py +0 -0
  29. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/Qualifier.py +0 -0
  30. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/Relationship.py +0 -0
  31. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/Serialization.py +0 -0
  32. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/SourceCitation.py +0 -0
  33. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/SourceDescription.py +0 -0
  34. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/SourceReference.py +0 -0
  35. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/Subject.py +0 -0
  36. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/TextValue.py +0 -0
  37. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/TopLevelTypeCollection.py +0 -0
  38. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/URI.py +0 -0
  39. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/_Resource.py +0 -0
  40. {gedcom_x-0.5 → gedcom_x-0.5.1}/gedcomx/__init__.py +0 -0
  41. {gedcom_x-0.5 → gedcom_x-0.5.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gedcom-x
3
- Version: 0.5
3
+ Version: 0.5.1
4
4
  Summary: Python implimentation of gedcom-x standard
5
5
  Author-email: "David J. Cartwright" <davidcartwright@hotmail.com>
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gedcom-x
3
- Version: 0.5
3
+ Version: 0.5.1
4
4
  Summary: Python implimentation of gedcom-x standard
5
5
  Author-email: "David J. Cartwright" <davidcartwright@hotmail.com>
6
6
  License: MIT
@@ -76,7 +76,8 @@ class GedcomRecord():
76
76
  return record_dump
77
77
 
78
78
  def describe(self,subRecords: bool = False):
79
- description = f"Line {self.line_num}: {'\t'* self.level} Level: {self.level}, tag: '{self.tag}', value: '{self.value}', subRecords: {len(self._subRecords)}"
79
+ level_str = '\t'* self.level
80
+ description = f"Line {self.line_num}: {level_str} Level: {self.level}, tag: '{self.tag}', value: '{self.value}', subRecords: {len(self._subRecords)}"
80
81
  if subRecords:
81
82
  for subRecord in self.subRecords():
82
83
  description = description + '\n' + subRecord.describe(subRecords=True)
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "gedcom-x"
3
- version = "0.5"
3
+ version = "0.5.1"
4
4
  description = "Python implimentation of gedcom-x standard"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.8"
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
3
3
 
4
4
  setup(
5
5
  name='gedcom-x',
6
- version='0.5.0',
6
+ version='0.5.1',
7
7
  packages=find_packages(),
8
8
  install_requires=[
9
9
  # List your project dependencies here, e.g.,
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes