Code2Text 0.2.1__tar.gz → 0.2.2__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.
@@ -224,7 +224,7 @@ ax.set_zlabel("Age")
224
224
  plt.show()"""
225
225
 
226
226
  class fdsa_data:
227
- def iris(self):
227
+ def iris():
228
228
  return '''Id,SepalLengthCm,SepalWidthCm,PetalLengthCm,PetalWidthCm,Species
229
229
  1,5.1,3.5,1.4,0.2,setosa
230
230
  2,4.9,3.0,1.4,0.2,setosa
@@ -377,7 +377,7 @@ class fdsa_data:
377
377
  149,6.2,3.4,5.4,2.3,virginica
378
378
  150,5.9,3.0,5.1,1.8,virginica
379
379
  '''
380
- def diabetes(self):
380
+ def diabetes():
381
381
  return '''Pregnancies,Glucose,BloodPressure,SkinThickness,Insulin,BMI,DiabetesPedigreeFunction,Age,Outcome
382
382
  6,98,69,25,362,43.0,2.138,43,1
383
383
  3,105,58,30,507,30.2,0.699,51,1
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Code2Text
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: My reusable python module
5
5
  Author: Unknown
6
6
  Requires-Python: >=3.7
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Code2Text
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: My reusable python module
5
5
  Author: Unknown
6
6
  Requires-Python: >=3.7
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "Code2Text"
3
- version = "0.2.1"
3
+ version = "0.2.2"
4
4
  description = "My reusable python module"
5
5
  authors = [{name = "Unknown"}]
6
6
  readme = "README.md"
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="Code2Text",
5
- version="0.2.1",
5
+ version="0.2.2",
6
6
  packages=find_packages(),
7
7
  install_requires=[],
8
8
  )
File without changes
File without changes