abstract-math 0.0.0.4__tar.gz → 0.0.0.6__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.

Potentially problematic release.


This version of abstract-math might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: abstract_math
3
- Version: 0.0.0.4
3
+ Version: 0.0.0.6
4
4
  Author: putkoff
5
5
  Author-email: partners@abstractendeavors.com
6
6
  Classifier: Development Status :: 3 - Alpha
@@ -4,7 +4,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
4
4
  long_description = fh.read()
5
5
  setuptools.setup(
6
6
  name='abstract_math',
7
- version='0.0.0.04',
7
+ version='0.0.0.06',
8
8
  author='putkoff',
9
9
  author_email='partners@abstractendeavors.com',
10
10
  description="",
@@ -24,7 +24,7 @@ def get_lamport_difference(lamports,virtual_lamports):
24
24
  def get_vitual_reserves(*args,**kwargs):
25
25
  proper_args = get_proper_args(["virtualSolReserves","virtualTokenReserves"],*args,**kwargs)
26
26
  return proper_args
27
- def get_virtual_reserve_ratio(*ars,**kwargs):
27
+ def get_virtual_reserve_ratio(*args,**kwargs):
28
28
  proper_args = get_vitual_reserves(*args,**kwargs)
29
29
  return divide_it(*proper_args)
30
30
  #sol reserves
@@ -78,7 +78,7 @@ def derive_token_amount(*args,**kwargs):
78
78
  return derived_token_amount
79
79
  #derive variables
80
80
  def get_price(*args,**kwargs):
81
- reserve_ratios = get_virtual_reserve_ratio(*ars,**kwargs)
81
+ reserve_ratios = get_virtual_reserve_ratio(*args,**kwargs)
82
82
  virtual_sol_lamp_difference = get_virtual_sol_lamp_difference(*args,**kwargs)
83
83
  return reserve_ratios/virtual_sol_lamp_difference
84
84
  def derive_decimals_from_vars(*args,**kwargs):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: abstract_math
3
- Version: 0.0.0.4
3
+ Version: 0.0.0.6
4
4
  Author: putkoff
5
5
  Author-email: partners@abstractendeavors.com
6
6
  Classifier: Development Status :: 3 - Alpha